We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a62597 commit 3bc7e3bCopy full SHA for 3bc7e3b
boards/iotaap_magnolia.json
@@ -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