Skip to content

Commit

Permalink
Merge branch 'bugfix/build-ulp-riscv-uart-printf-for-s2-s3-only' into…
Browse files Browse the repository at this point in the history
… 'master'

ulp:  temporarily disables SOC_RISCV_COPROC_SUPPORTED from esp32c6

See merge request espressif/esp-idf!19928
  • Loading branch information
suda-morris committed Sep 5, 2022
2 parents 0637ea9 + 42214ab commit 7bc264e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions components/soc/esp32c6/include/soc/Kconfig.soc_caps.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/soc/esp32c6/include/soc/soc_caps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc264e

Please sign in to comment.