Skip to content

Commit

Permalink
Add cezerio dev ESP32C6
Browse files Browse the repository at this point in the history
  • Loading branch information
DogushC committed Oct 18, 2024
1 parent 61e9531 commit b293eeb
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions boards/cezerio_dev_esp32c6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"build": {
"arduino": {
"ldscript": "esp32c6_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_CEZERIO_DEV_ESP32C6",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [
[
"0X303A",
"0x1001"
]
],
"mcu": "esp32c6",
"variant": "cezerio_dev_esp32c6"
},
"connectivity": [
"wifi"
"bluetooth"
],
"debug": {
"openocd_target": "esp32c6.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "cezerio dev ESP32C6",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://cezerio.com/cezerio_dev_esp32c6",
"vendor": "cezerio"
}

0 comments on commit b293eeb

Please sign in to comment.