Skip to content

Commit f3ef50f

Browse files
authored
Add Freenove ESP32-WROVER(-E) board (#1429)
1 parent 61e9531 commit f3ef50f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

boards/freenove_esp32_wrover.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ESP32_DEV",
9+
"-DBOARD_HAS_PSRAM",
10+
"-mfix-esp32-psram-cache-issue",
11+
"-mfix-esp32-psram-cache-strategy=memw"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "40000000L",
15+
"flash_mode": "dio",
16+
"mcu": "esp32",
17+
"variant": "esp32"
18+
},
19+
"connectivity": [
20+
"wifi",
21+
"bluetooth",
22+
"ethernet",
23+
"can"
24+
],
25+
"debug": {
26+
"openocd_board": "esp-wrover-32.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "Freenove ESP32-Wrover",
33+
"upload": {
34+
"flash_size": "4MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 4194304,
37+
"require_upload_port": true,
38+
"speed": 460800
39+
},
40+
"url": "https://store.freenove.com/products/fnk0060",
41+
"vendor": "Freenove"
42+
}

0 commit comments

Comments
 (0)