File tree Expand file tree Collapse file tree 6 files changed +16
-1
lines changed Expand file tree Collapse file tree 6 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ mcu:MSP432E4
1616mcu:RP2040
1717mcu:RX65X
1818mcu:RAXXX
19+ mcu:STM32C0
1920mcu:STM32F4
2021mcu:STM32F7
2122mcu:STM32H5
Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ function(update_board TARGET)
66 STM32H503xx
77 HSE_VALUE=24000000
88 )
9+ target_compile_definitions (${BOARD_TARGET} PUBLIC
10+ CFG_EXAMPLE_VIDEO_READONLY
11+ )
912endfunction ()
Original file line number Diff line number Diff line change @@ -133,6 +133,11 @@ static inline void board_init2(void) {
133133 // Empty for this board
134134}
135135
136+ void board_vbus_set (uint8_t rhport , bool state ) {
137+ (void ) rhport ;
138+ (void ) state ;
139+ }
140+
136141#ifdef __cplusplus
137142}
138143#endif
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ MCU_VARIANT = stm32h503xx
33CFLAGS += \
44 -DSTM32H503xx \
55 -DHSE_VALUE=24000000 \
6+ -DCFG_EXAMPLE_VIDEO_READONLY \
67
78# For flash-jlink target
89JLINK_DEVICE = stm32h503rb
Original file line number Diff line number Diff line change @@ -141,6 +141,11 @@ static inline void board_init2(void) {
141141 // Empty for this board
142142}
143143
144+ void board_vbus_set (uint8_t rhport , bool state ) {
145+ (void ) rhport ;
146+ (void ) state ;
147+ }
148+
144149#ifdef __cplusplus
145150}
146151#endif
Original file line number Diff line number Diff line change 141141 'stm32h7' ],
142142 'hw/mcu/st/stm32-tcpp0203' : ['https://github.com/STMicroelectronics/stm32-tcpp0203.git' ,
143143 '9918655bff176ac3046ccf378b5c7bbbc6a38d15' ,
144- 'stm32h7rs stm32n6' ],
144+ 'stm32h5 stm32h7rs stm32n6' ],
145145 'hw/mcu/st/stm32c0xx_hal_driver' : ['https://github.com/STMicroelectronics/stm32c0xx_hal_driver.git' ,
146146 'c283b143bef6bdaacf64240ee6f15eb61dad6125' ,
147147 'stm32c0' ],
You can’t perform that action at this time.
0 commit comments