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

@@ -2,3 +2,4 @@ board:mimxrt1060_evk
board:mimxrt1064_evk
board:mcb1800
mcu:RP2040
mcu:ra6m5

View File

@@ -83,6 +83,10 @@ int main(void)
tud_init(BOARD_TUD_RHPORT);
tuh_init(BOARD_TUH_RHPORT);
if (board_init_after_tusb) {
board_init_after_tusb();
}
while (1)
{
tud_task(); // tinyusb device task