Skip to content

Commit caedd9e

Browse files
authored
add Nscreen-32 support (platformio#446)
1 parent 2615af9 commit caedd9e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

boards/nscreen-32.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"ldscript": "esp32_out.ld"
5+
},
6+
"core": "esp32",
7+
"extra_flags": "-DARDUINO_ESP32_DEV",
8+
"f_cpu": "240000000L",
9+
"f_flash": "40000000L",
10+
"flash_mode": "dio",
11+
"hwids": [
12+
[
13+
"0x0403",
14+
"0x6010"
15+
]
16+
],
17+
"mcu": "esp32",
18+
"variant": "esp32"
19+
},
20+
"connectivity": [
21+
"wifi",
22+
"bluetooth",
23+
"ethernet",
24+
"can"
25+
],
26+
"frameworks": [
27+
"arduino",
28+
"espidf"
29+
],
30+
"name": "YeaCreate NSCREEN-32",
31+
"upload": {
32+
"flash_size": "16MB",
33+
"maximum_ram_size": 327680,
34+
"maximum_size": 16777216,
35+
"require_upload_port": true,
36+
"speed": 460800
37+
},
38+
"url": "https://yeacreate.com",
39+
"vendor": "YeaCreate"
40+
}

0 commit comments

Comments
 (0)