mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
87cd2059dd
commit
44bb5bec0b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue