update esp32 to also be supported by hil test

test run locally well
This commit is contained in:
hathach
2023-11-29 17:09:52 +07:00
parent 9c9ebb342d
commit 83840041a8
18 changed files with 99 additions and 33 deletions

View File

@@ -48,6 +48,11 @@
#define CFG_TUSB_OS OPT_OS_NONE
#endif
// Espressif IDF requires "freertos/" prefix in include path
#if TU_CHECK_MCU(OPT_MCU_ESP32S2, OPT_MCU_ESP32S3)
#define CFG_TUSB_OS_INC_PATH freertos/
#endif
// This example only test LED & GPIO, disable both device and host stack
#define CFG_TUD_ENABLED 0
#define CFG_TUH_ENABLED 0