Skip to content

Commit

Permalink
Add WeAct Studio ESP32C3CoreBoard (#1465)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored Sep 23, 2024
1 parent 76a59aa commit 5135639
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions boards/weactstudio_esp32c3coreboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"build": {
"arduino": {
"ldscript": "esp32c3_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_ESP32C3_DEV",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
"f_cpu": "160000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x1001"
]
],
"mcu": "esp32c3",
"variant": "esp32c3"
},
"connectivity": [
"wifi",
"bluetooth"
],
"debug": {
"openocd_target": "esp32c3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "WeAct Studio ESP32C3CoreBoard",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 409600,
"maximum_size": 393216,
"require_upload_port": true,
"speed": 460800
},
"url": "https://github.com/WeActStudio/WeActStudio.ESP32C3CoreBoard",
"vendor": "WeAct Studio"
}

0 comments on commit 5135639

Please sign in to comment.