Skip to content

Commit

Permalink
Add esp32-c6-devkitm-1 board
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 18, 2023
1 parent f1fdbc5 commit 967067f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions boards/esp32-c6-devkitm-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"build": {
"core": "esp32",
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"mcu": "esp32c6",
"variant": "esp32c6"
},
"connectivity": [
"wifi"
],
"debug": {
"openocd_target": "esp32c6.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Espressif ESP32-C6-DevKitM-1",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitm-1/index.html",
"vendor": "Espressif"
}

0 comments on commit 967067f

Please sign in to comment.