Update HAL/STM32 platform to 8.0 (#18496)

This commit is contained in:
Jason Smith
2020-09-07 19:41:48 -07:00
committed by GitHub
parent 828a582f4d
commit 4fc1aba848
23 changed files with 180 additions and 633 deletions

View File

@ -15,7 +15,8 @@
]
],
"mcu": "stm32f407zgt6",
"variant": "LERDGE"
"variant": "LERDGE",
"ldscript": "LERDGE.ld"
},
"debug": {
"jlink_device": "STM32F407ZG",

View File

@ -4,7 +4,7 @@
"extra_flags": "-DSTM32F070xB",
"f_cpu": "48000000L",
"mcu": "stm32f070rbt6",
"variant": "MALYANM200_F070CB",
"variant": "MALYANMx00_F070CB",
"vec_tab_addr": "0x8002000"
},
"debug": {

View File

@ -4,7 +4,7 @@
"extra_flags": "-DSTM32F446xx",
"f_cpu": "180000000L",
"mcu": "stm32f446ret6",
"variant": "FYSETC_S6"
"variant": "MARLIN_FYSETC_S6"
},
"connectivity": [
"can"
@ -32,4 +32,4 @@
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html",
"vendor": "FYSETC"
}
}