Update HAL/STM32 platform to 8.0 (#18496)
This commit is contained in:
		| @@ -15,7 +15,8 @@ | ||||
|       ] | ||||
|     ], | ||||
|     "mcu": "stm32f407zgt6", | ||||
|     "variant": "LERDGE" | ||||
|     "variant": "LERDGE", | ||||
|     "ldscript": "LERDGE.ld" | ||||
|   }, | ||||
|   "debug": { | ||||
|     "jlink_device": "STM32F407ZG", | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|     "extra_flags": "-DSTM32F070xB", | ||||
|     "f_cpu": "48000000L", | ||||
|     "mcu": "stm32f070rbt6", | ||||
|     "variant": "MALYANM200_F070CB", | ||||
|     "variant": "MALYANMx00_F070CB", | ||||
|     "vec_tab_addr": "0x8002000" | ||||
|   }, | ||||
|   "debug": { | ||||
|   | ||||
| @@ -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" | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user