mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32c6: skip esp_phy and esp_wifi support
This commit is contained in:
parent
6b6bb3a321
commit
a8b43d197f
@ -1,5 +1,10 @@
|
|||||||
idf_build_get_property(idf_target IDF_TARGET)
|
idf_build_get_property(idf_target IDF_TARGET)
|
||||||
|
|
||||||
|
if(IDF_TARGET STREQUAL "esp32c6")
|
||||||
|
# TODO : IDF-5680
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
|
||||||
set(srcs "src/phy_override.c" "src/lib_printf.c")
|
set(srcs "src/phy_override.c" "src/lib_printf.c")
|
||||||
|
|
||||||
if(CONFIG_APP_NO_BLOBS)
|
if(CONFIG_APP_NO_BLOBS)
|
||||||
|
@ -27,10 +27,6 @@ config SOC_USB_SERIAL_JTAG_SUPPORTED
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SOC_WIFI_SUPPORTED
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SOC_SUPPORTS_SECURE_DL_MODE
|
config SOC_SUPPORTS_SECURE_DL_MODE
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
|
#define SOC_ASYNC_MEMCPY_SUPPORTED 1
|
||||||
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
|
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
|
||||||
// #define SOC_TEMP_SENSOR_SUPPORTED 1 // TODO: IDF-5322
|
// #define SOC_TEMP_SENSOR_SUPPORTED 1 // TODO: IDF-5322
|
||||||
#define SOC_WIFI_SUPPORTED 1
|
// #define SOC_WIFI_SUPPORTED 1 // TODO: IDF-5679
|
||||||
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||||
//#define SOC_RISCV_COPROC_SUPPORTED 1 // TODO: IDF-5816
|
//#define SOC_RISCV_COPROC_SUPPORTED 1 // TODO: IDF-5816
|
||||||
#define SOC_EFUSE_KEY_PURPOSE_FIELD 1
|
#define SOC_EFUSE_KEY_PURPOSE_FIELD 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user