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 d2626bf commit 94be91fCopy full SHA for 94be91f
boards/arduino_nesso_n1.json
@@ -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