commit | 1fe4b1eb90a9fb9dbcdba4023a1ef5ba1d1e058d | [log] [tgz] |
---|---|---|
author | Piotr Jasiński <piotr.jasinski@nordicsemi.no> | Thu Nov 17 12:43:43 2022 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Wed Dec 28 12:00:46 2022 +0100 |
tree | 893079d751228682b7031f0965f241df9128d55b | |
parent | 687d1f0ae5897209403566c60f1efad5bb56752b [diff] |
linker: make debug monitor isr symbol weak It seems that currently it's impossible to create a custom implementation for debug monitor exception without updating the vector table (z_arm_debug_monitor maps to fault). My proposition is to make this symbol weak, so that it can be overriden. Signed-off-by: Piotr Jasiński <piotr.jasinski@nordicsemi.no>