Add support for ST Nucleo L031K6 board to ARM mbed framework

This commit is contained in:
Ivan Kravets 2016-06-14 19:59:56 +03:00
parent d2928bca52
commit 126ea8b7e9
1 changed files with 17 additions and 0 deletions

17
boards/nucleo_l031k6.json Normal file
View File

@ -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"
}