Skip to content

Commit e3c581e

Browse files
Add JCZN ESP32-2432S028R (CYD) board support (#85)
1 parent c147cbf commit e3c581e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

boards/jczn_2432s028r.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DARDUINO_JCZN_2432S028R",
5+
"f_cpu": "240000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "qio",
8+
"mcu": "esp32",
9+
"variant": "jczn_2432s028r"
10+
},
11+
"connectivity": [
12+
"wifi",
13+
"bluetooth"
14+
],
15+
"debug": {
16+
"openocd_board": "esp-wroom-32.cfg"
17+
},
18+
"frameworks": [
19+
"arduino",
20+
"espidf"
21+
],
22+
"name": "ESP32-2432S028R CYD",
23+
"upload": {
24+
"flash_size": "4MB",
25+
"maximum_ram_size": 327680,
26+
"maximum_size": 4194304,
27+
"require_upload_port": true,
28+
"speed": 460800
29+
},
30+
"url": "http://pan.jczn1688.com/directlink/1/ESP32%20module/2.8inch_ESP32-2432S028R.rar",
31+
"vendor": "JCZN"
32+
}

0 commit comments

Comments
 (0)