diff --git a/boards/cezerio_dev_esp32c6.json b/boards/cezerio_dev_esp32c6.json new file mode 100644 index 000000000..eaaaf757a --- /dev/null +++ b/boards/cezerio_dev_esp32c6.json @@ -0,0 +1,37 @@ +{ + "build": { + "core": "esp32", + "f_cpu": "160000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "hwids": [ + [ + "0x303a", + "0x1001" + ] + ], + "mcu": "esp32c6" + }, + "connectivity": [ + "wifi", + "bluetooth", + "zigbee", + "thread" + ], + "debug": { + "openocd_target": "esp32c6.cfg" + }, + "frameworks": [ + "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" +} diff --git a/boards/cezerio_mini_dev_esp32c6.json b/boards/cezerio_mini_dev_esp32c6.json new file mode 100644 index 000000000..c09c14932 --- /dev/null +++ b/boards/cezerio_mini_dev_esp32c6.json @@ -0,0 +1,37 @@ +{ + "build": { + "core": "esp32", + "f_cpu": "160000000L", + "f_flash": "80000000L", + "flash_mode": "qio", + "hwids": [ + [ + "0x303a", + "0x1001" + ] + ], + "mcu": "esp32c6" + }, + "connectivity": [ + "wifi", + "bluetooth", + "zigbee", + "thread" + ], + "debug": { + "openocd_target": "esp32c6.cfg" + }, + "frameworks": [ + "espidf" + ], + "name": "cezerio mini dev ESP32C6", + "upload": { + "flash_size": "4MB", + "maximum_ram_size": 327680, + "maximum_size": 4194304, + "require_upload_port": true, + "speed": 460800 + }, + "url": "https://cezerio.com/cezerio_mini_dev_esp32c6", + "vendor": "cezerio" +}