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 2615af9 commit caedd9eCopy full SHA for caedd9e
boards/nscreen-32.json
@@ -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