Skip to content

Commit 9661844

Browse files
committed
Change NUCLEO_L031K6 to M0+
Change the core type of the NUCLEO_L031K6 from an M0 to an M0+ so NVIC_SetVector works correctly.
1 parent 52fde55 commit 9661844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
},
10681068
"NUCLEO_L031K6": {
10691069
"inherits": ["Target"],
1070-
"core": "Cortex-M0",
1070+
"core": "Cortex-M0+",
10711071
"extra_labels": ["STM", "STM32L0", "STM32L031K6"],
10721072
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
10731073
"default_toolchain": "uARM",

0 commit comments

Comments
 (0)