mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(coex): support esp32c61 coex support
This commit is contained in:
parent
8780375859
commit
418c856db0
@ -1 +1 @@
|
||||
Subproject commit 3880b604ad7529c91fb4173da479dd9713ce1f66
|
||||
Subproject commit 6a3c4b312155e49593b5df184ffecb54404d295d
|
@ -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-
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user