added configurations for RX63X

This commit is contained in:
kkitayam
2021-03-27 20:22:32 +09:00
parent eab214e07c
commit 86dab3f7e9
6 changed files with 68 additions and 2 deletions

View File

@@ -98,9 +98,11 @@ int main(void)
// skip starting scheduler (and return) for ESP32-S2
#if CFG_TUSB_MCU != OPT_MCU_ESP32S2
vTaskStartScheduler();
#if CFG_TUSB_MCU != OPT_MCU_RX63X
NVIC_SystemReset();
return 0;
#endif
#endif
return 0;
}
#if CFG_TUSB_MCU == OPT_MCU_ESP32S2