P4 Ethernet support in safeboot (#23681)

This commit is contained in:
Jason2866 2025-07-14 20:46:43 +02:00 committed by GitHub
parent 488225c787
commit a6124128a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,14 +186,14 @@
#undef USE_ESP32_WDT // disable watchdog on SAFEBOOT until more testing is done
#if CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3
#if CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
#if CONFIG_ETH_ENABLED // Check for Ethernet support in Arduino libs
// #undef USE_MQTT_TLS
// #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+4.5k code)
#define USE_SPI // Make SPI Ethernet adapters useable (+124 bytes)
#define USE_ETHERNET
#endif // CONFIG_ETH_ENABLED
#endif // CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3
#endif // CONFIG_FREERTOS_UNICORE || CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
#endif // FIRMWARE_SAFEBOOT