mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-10 17:44:48 +00:00
Merge pull request #3522 from hathach/fix-ci-hil
set esp32p4 min revision to 0.1
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
# Apply board specific content here
|
||||
set(IDF_TARGET "esp32p4")
|
||||
list(APPEND SDKCONFIG_DEFAULTS "${CMAKE_CURRENT_LIST_DIR}/sdkconfig.defaults")
|
||||
|
||||
@ -0,0 +1,2 @@
|
||||
CONFIG_ESP32P4_SELECTS_REV_LESS_V3=y
|
||||
CONFIG_ESP32P4_REV_MIN_1=y
|
||||
@ -13,7 +13,7 @@
|
||||
"flasher": {
|
||||
"name": "esptool",
|
||||
"uid": "4ea4f48f6bc3ee11bbb9d00f9e1b1c54",
|
||||
"args": "-b 1500000 --force",
|
||||
"args": "-b 1500000",
|
||||
"comment": "use --force for ESP32-P4 v0.1"
|
||||
},
|
||||
"comment": "Use TS3USB30 mux to test both device and host"
|
||||
|
||||
Reference in New Issue
Block a user