mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/build-ulp-riscv-uart-printf-for-s2-s3-only' into 'master'
ulp: temporarily disables SOC_RISCV_COPROC_SUPPORTED from esp32c6 See merge request espressif/esp-idf!19928
This commit is contained in:
commit
7bc264ed80
@ -27,10 +27,6 @@ config SOC_SUPPORTS_SECURE_DL_MODE
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_RISCV_COPROC_SUPPORTED
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_EFUSE_KEY_PURPOSE_FIELD
|
||||
bool
|
||||
default y
|
||||
|
@ -35,7 +35,7 @@
|
||||
// #define SOC_TEMP_SENSOR_SUPPORTED 1 // TODO: IDF-5322
|
||||
#define SOC_WIFI_SUPPORTED 1
|
||||
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||
#define SOC_RISCV_COPROC_SUPPORTED 1
|
||||
//#define SOC_RISCV_COPROC_SUPPORTED 1 // TODO: IDF-5816
|
||||
#define SOC_EFUSE_KEY_PURPOSE_FIELD 1
|
||||
#define SOC_EFUSE_HAS_EFUSE_RST_BUG 1
|
||||
#define SOC_RTC_FAST_MEM_SUPPORTED 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user