Skip to content

Commit 94be91f

Browse files
authored
Add variant Arduino Nesso-N1 (#345)
1 parent d2626bf commit 94be91f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

boards/arduino_nesso_n1.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"build": {
3+
"core": "esp32",
4+
"f_cpu": "160000000L",
5+
"f_flash": "80000000L",
6+
"flash_mode": "qio",
7+
"mcu": "esp32c6",
8+
"variant": "arduino_nesso_n1"
9+
},
10+
"connectivity": [
11+
"bluetooth",
12+
"wifi"
13+
],
14+
"debug": {
15+
"openocd_target": "esp32c6.cfg"
16+
},
17+
"frameworks": [
18+
"arduino",
19+
"espidf"
20+
],
21+
"name": "Arduino Nesso-N1",
22+
"upload": {
23+
"flash_size": "16MB",
24+
"maximum_ram_size": 327680,
25+
"maximum_size": 16777216,
26+
"require_upload_port": true,
27+
"speed": 460800
28+
},
29+
"url": "https://store.arduino.cc/products/nesso-n1",
30+
"vendor": "Arduino"
31+
}

0 commit comments

Comments
 (0)