Add board ST-Nucleo-L432KC for mbed framework (#7)

This commit is contained in:
Chandra Mangipudi 2016-09-13 17:22:37 -05:00 committed by Ivan Kravets
parent 1abbab0122
commit 8fbea1dde1
1 changed files with 17 additions and 0 deletions

17
boards/nucleo_l432kc.json Normal file
View File

@ -0,0 +1,17 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "80000000L",
"mcu": "stm32l432kcu6"
},
"frameworks": [
"mbed"
],
"name": "ST Nucleo L432KC",
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144
},
"url": "https://developer.mbed.org/platforms/ST-Nucleo-L432KC/",
"vendor": "ST"
}