Change NUCLEO_L031K6 to M0+

Change the core type of the NUCLEO_L031K6 from an M0 to an M0+
so NVIC_SetVector works correctly.
pull/4521/head
Russ Butler 2017-06-08 21:16:19 -05:00 committed by adbridge
parent 87cd2059dd
commit 44bb5bec0b
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@
},
"NUCLEO_L031K6": {
"inherits": ["Target"],
"core": "Cortex-M0",
"core": "Cortex-M0+",
"extra_labels": ["STM", "STM32L0", "STM32L031K6"],
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
"default_toolchain": "uARM",