Skip to content

Commit 3bc7e3b

Browse files
igolubicivankravets
authored andcommitted
Add IoTaaP Magnolia board (#231)
1 parent 8a62597 commit 3bc7e3b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

boards/iotaap_magnolia.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"extra_flags": "-DARDUINO_ESP32_DEV",
5+
"f_cpu": "240000000L",
6+
"f_flash": "40000000L",
7+
"flash_mode": "dio",
8+
"ldscript": "esp32_out.ld",
9+
"mcu": "esp32",
10+
"variant": "esp32"
11+
},
12+
"connectivity": [
13+
"wifi",
14+
"bluetooth",
15+
"uart",
16+
"spi",
17+
"i2c"
18+
],
19+
"debug": {
20+
"openocd_board": "esp-wroom-32.cfg"
21+
},
22+
"frameworks": [
23+
"arduino"
24+
],
25+
"name": "IoTaaP Magnolia",
26+
"upload": {
27+
"flash_size": "4MB",
28+
"maximum_ram_size": 327680,
29+
"maximum_size": 4194304,
30+
"require_upload_port": true,
31+
"speed": 921600
32+
},
33+
"url": "https://iotaap.mvt-solutions.com",
34+
"vendor": "MVT Solutions"
35+
}

0 commit comments

Comments
 (0)