From 9661844e3584acf3ee45058a4322d341f356cf5d Mon Sep 17 00:00:00 2001 From: Russ Butler Date: Thu, 8 Jun 2017 21:16:19 -0500 Subject: [PATCH] Change NUCLEO_L031K6 to M0+ Change the core type of the NUCLEO_L031K6 from an M0 to an M0+ so NVIC_SetVector works correctly. --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 1207516a85..a35fb34c92 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -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",