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:
songruojing
2022-08-10 19:01:42 +08:00
committed by Song Ruo Jing
parent 1669a5d861
commit 304a8f142d
28 changed files with 59 additions and 5 deletions
+2 -1
View File
@@ -438,7 +438,8 @@
"esp32s3",
"esp32c3",
"esp32h2",
"esp32c2"
"esp32c2",
"esp32c6"
],
"version_cmd": [
"riscv32-esp-elf-gcc",