Declare "teensy" platform, add ststm32 dev/platform (#14070)

This commit is contained in:
Ivan Kravets
2019-05-21 06:02:17 +03:00
committed by Scott Lahteine
parent cfca07852a
commit 610abd7b88
3 changed files with 9 additions and 48 deletions

View File

@ -8,6 +8,7 @@
"vec_tab_addr": "0x8002000"
},
"debug": {
"jlink_device": "STM32F070RB",
"default_tools": [
"stlink"
],
@ -17,10 +18,11 @@
"openocd_board": "st_nucleo_f0",
"openocd_target": "stm32f0x"
},
"platform": "ststm32",
"frameworks": [
"mbed",
"stm32cube",
"arduinoSTM32GENERIC"
"arduino"
],
"name": "Malyan M200 V2/Delta",
"upload": {