diff --git a/boards/nucleo_l031k6.json b/boards/nucleo_l031k6.json new file mode 100644 index 0000000..9edb404 --- /dev/null +++ b/boards/nucleo_l031k6.json @@ -0,0 +1,17 @@ +{ + "build": { + "cpu": "cortex-m0plus", + "f_cpu": "32000000L", + "mcu": "stm32l031k6t6" + }, + "frameworks": [ + "mbed" + ], + "name": "ST Nucleo L031K6", + "upload": { + "maximum_ram_size": 8192, + "maximum_size": 32768 + }, + "url": "https://developer.mbed.org/platforms/ST-Nucleo-L031K6/", + "vendor": "ST" +} \ No newline at end of file