Skip to content

Commit

Permalink
add rymcu-esp32-c3-devkitm-1.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh-rymcu committed Nov 20, 2024
1 parent 29e0bc8 commit 7c49e05
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions boards/rymcu-esp32-c3-devkitm-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"build": {
"arduino":{
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"extra_flags": "-DARDUINO_ESP32C3_DEV",
"mcu": "esp32c3",
"variant": "esp32c3"
},
"connectivity": [
"wifi",
"bluetooth"
],
"debug": {
"openocd_target": "esp32c3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "RYMCU ESP32-C3-DevKitM-1",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://rymcu.com/products",
"vendor": "RYMCU"
}

0 comments on commit 7c49e05

Please sign in to comment.