initial support for STM32GENERIC framework. Add Black F407 variants

This commit is contained in:
Michael L 2017-05-04 16:34:09 +03:00
parent 0f8030d1d1
commit dbaf886cd0
3 changed files with 57 additions and 0 deletions

19
boards/black_F407VE.json Normal file
View File

@ -0,0 +1,19 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "168000000L",
"extra_flags": "-DSTM32F4 -DSTM32F407VE -DSTM32F40_41xxx",
"mcu": "stm32f407vet6"
},
"frameworks": [
"mbed",
"arduino"
],
"name": "Black F407VE",
"upload": {
"maximum_ram_size": 196608,
"maximum_size": 524288
},
"url": "",
"vendor": ""
}

19
boards/black_F407ZE.json Normal file
View File

@ -0,0 +1,19 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "168000000L",
"extra_flags": "-DSTM32F407ZE",
"mcu": "stm32f407zet6"
},
"frameworks": [
"mbed",
"arduino"
],
"name": "Black F407ZE",
"upload": {
"maximum_ram_size": 196608,
"maximum_size": 1048768
},
"url": "",
"vendor": ""
}

19
boards/black_F407ZG.json Normal file
View File

@ -0,0 +1,19 @@
{
"build": {
"cpu": "cortex-m4",
"f_cpu": "168000000L",
"extra_flags": "-DSTM32F407ZG",
"mcu": "stm32f407zgt6"
},
"frameworks": [
"mbed",
"arduino"
],
"name": "Black F407ZG",
"upload": {
"maximum_ram_size": 196608,
"maximum_size": 1048576
},
"url": "",
"vendor": ""
}