forked from espressif/esp-idf
feat(coex): support esp32c61 coex support
This commit is contained in:
Submodule components/esp_coex/lib updated: 3880b604ad...6a3c4b3121
@@ -22,7 +22,7 @@ case $IDF_TARGET in
|
||||
esp32s3)
|
||||
PREFIX=xtensa-esp32s3-elf-
|
||||
;;
|
||||
esp32c2|esp32c3|esp32c6|esp32h2|esp32c5)
|
||||
esp32c2|esp32c3|esp32c6|esp32h2|esp32c5|esp32c61)
|
||||
PREFIX=riscv32-esp-elf-
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user