Initial support for ESP32-C6-DevKitC-1 (#1054)

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel
2023-08-03 15:50:34 +03:00
committed by GitHub
parent bd031b8c99
commit 95e0a731cc
6 changed files with 40 additions and 12 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"build": {
"core": "esp32",
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"mcu": "esp32c6"
},
"connectivity": [
"wifi"
],
"frameworks": [
"espidf"
],
"name": "Espressif ESP32-C6-DevKitC-1",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 524288,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 460800
},
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/index.html",
"vendor": "Espressif"
}