We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2510f commit ac25609Copy full SHA for ac25609
components/arduino_tinyusb/Kconfig.projbuild
@@ -4,7 +4,7 @@ menu "Arduino TinyUSB"
4
config TINYUSB_ENABLED
5
bool "Enable TinyUSB driver"
6
default y
7
- depends on IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
+ depends on IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32P4
8
select FREERTOS_SUPPORT_STATIC_ALLOCATION
9
select FREERTOS_USE_AUTHENTIC_INCLUDE_PATHS
10
help
0 commit comments