mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
update ci build
This commit is contained in:
parent
0517377dcb
commit
faae19f560
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -49,6 +49,7 @@ jobs:
|
||||
- 'samd21'
|
||||
- 'samd51'
|
||||
- 'saml22'
|
||||
- 'stm32f0'
|
||||
- 'stm32f4'
|
||||
- 'stm32f7'
|
||||
- 'stm32h7'
|
||||
|
@ -72,6 +72,7 @@ void board_init(void)
|
||||
__HAL_RCC_GPIOI_CLK_ENABLE(); // USB ULPI NXT
|
||||
__HAL_RCC_GPIOJ_CLK_ENABLE();
|
||||
|
||||
// Enable UART Clock
|
||||
UART_CLK_EN();
|
||||
|
||||
// 1ms tick timer
|
||||
|
Loading…
x
Reference in New Issue
Block a user