Merge branch 'master' into enhance-bsp

This commit is contained in:
hathach
2023-08-04 00:31:12 +07:00
96 changed files with 2949 additions and 1063 deletions

View File

@@ -9,3 +9,4 @@ mcu:MIMXRT11XX
mcu:RP2040
mcu:MSP432E4
mcu:RX65X
mcu:RAXXX

View File

@@ -80,6 +80,11 @@ int main(void)
// init host stack on configured roothub port
tuh_init(BOARD_TUH_RHPORT);
if (board_init_after_tusb) {
board_init_after_tusb();
}
msc_app_init();
while (1)