We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a2dd2 commit adac6c6Copy full SHA for adac6c6
arch/arm/core/CMakeLists.txt
@@ -13,6 +13,7 @@ zephyr_library_sources(
13
nmi.c
14
nmi_on_reset.S
15
prep_c.c
16
+ scb.c
17
)
18
19
zephyr_library_sources_ifdef(CONFIG_GEN_SW_ISR_TABLE isr_wrapper.S)
arch/arm/core/cortex_m/CMakeLists.txt
@@ -4,7 +4,6 @@ zephyr_library_sources(
4
vector_table.S
5
reset.S
6
fault.c
7
- scb.c
8
exc_manage.c
9
irq_init.c
10
thread_abort.c
arch/arm/core/cortex_m/scb.c renamed to arch/arm/core/scb.c
0 commit comments