esp32c6: introduce the target
Add esp32c6 target to tools and Kconfig Create directories and files that are essential for `idf.py --preview set-target esp32c6`
This commit is contained in:
committed by
Song Ruo Jing
parent
1669a5d861
commit
304a8f142d
+2
-1
@@ -438,7 +438,8 @@
|
||||
"esp32s3",
|
||||
"esp32c3",
|
||||
"esp32h2",
|
||||
"esp32c2"
|
||||
"esp32c2",
|
||||
"esp32c6"
|
||||
],
|
||||
"version_cmd": [
|
||||
"riscv32-esp-elf-gcc",
|
||||
|
||||
Reference in New Issue
Block a user