Skip to content

Commit

Permalink
add rymcu-esp32-devkitc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh-rymcu committed Nov 20, 2024
1 parent 1874b09 commit 29e0bc8
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions boards/rymcu-esp32-devkitc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"build": {
"arduino":{
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "RYMCU ESP32-DevKitC",
"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 29e0bc8

Please sign in to comment.