Boards update

This commit is contained in:
Jason2866
2024-12-19 16:22:58 +01:00
parent 95d72d4241
commit 55ef55906f
16 changed files with 375 additions and 15 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"build": {
"core": "esp32",
"extra_flags": [
"-DARDUINO_SFE_QWIIC_POCKET_ESP32C6",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"mcu": "esp32c6",
"variant": "sparkfun_esp32c6_qwiic_pocket"
},
"connectivity": [
"wifi",
"bluetooth",
"zigbee",
"thread"
],
"debug": {
"openocd_target": "esp32c6.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "SparkFun ESP32-C6 Qwiic Pocket",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.sparkfun.com/products/22925",
"vendor": "SparkFun"
}