You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- GPIO xml parsing correction (#13711)
- Octo SPI support
- bug correction
- warning style correction
- new TIM_MST choice algo
- full PinNames.h file creation
- output directory is now
targets_custom/TARGET_STM/TARGET_STM32XX/TARGET_STM32XXXX
// PeripheralPins.c and PinNames.h template files are created in STM32H745ZITx directory
225
+
// PeripheralPins.c and PinNames.h template files are created in targets_custom/TARGET_STM/TARGET_STM32F1/TARGET_STM32F103x8/TARGET_STM32F103C8T directory
217
226
218
-
$ mv STM32F103C\(8-B\)Tx/ TARGET_BLUEPILL_F103C8
227
+
$ mv TARGET_STM32F103C8T TARGET_BLUEPILL_F103C8
219
228
// Edit PeripheralPins.c and PinNames.h to match your board configuration
220
229
221
230
// Create a custom_targets.json with:
@@ -241,9 +250,9 @@ Example with a board based on STM32H745ZI
// PeripheralPins.c and PinNames.h template files are created in STM32H745ZITx directory
253
+
// PeripheralPins.c and PinNames.h template files are created in targets_custom/TARGET_STM/TARGET_STM32H7/TARGET_STM32H745xI/TARGET_STM32H745ZIT directory
245
254
246
-
$ mv STM32H745ZITx TARGET_H745ZI_BOARD
255
+
$ mv TARGET_STM32H745ZIT TARGET_H745ZI_BOARD
247
256
// Edit PeripheralPins.c and PinNames.h to match your board configuration
0 commit comments