File tree Expand file tree Collapse file tree 2 files changed +92
-0
lines changed
Expand file tree Collapse file tree 2 files changed +92
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s3_out.ld" ,
5+ "memory_type" : " qio_qspi"
6+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_NAMINO_ARANCIO" ,
10+ " -DARDUINO_USB_CDC_ON_BOOT=1"
11+ ],
12+ "f_cpu" : " 240000000L" ,
13+ "f_flash" : " 80000000L" ,
14+ "flash_mode" : " qio" ,
15+ "hwids" : [
16+ [
17+ " 0x303A" ,
18+ " 0x1001"
19+ ]
20+ ],
21+ "mcu" : " esp32s3" ,
22+ "variant" : " namino_arancio"
23+ },
24+ "connectivity" : [
25+ " wifi"
26+ ],
27+ "debug" : {
28+ "openocd_target" : " esp32s3.cfg"
29+ },
30+ "frameworks" : [
31+ " arduino" ,
32+ " espidf"
33+ ],
34+ "name" : " Namino Arancio" ,
35+ "upload" : {
36+ "flash_size" : " 4MB" ,
37+ "maximum_ram_size" : 327680 ,
38+ "maximum_size" : 4194304 ,
39+ "use_1200bps_touch" : true ,
40+ "wait_for_upload_port" : true ,
41+ "require_upload_port" : true ,
42+ "speed" : 460800
43+ },
44+ "url" : " https://namino.cc/boards/namino-arancio" ,
45+ "vendor" : " MECT SRL"
46+ }
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "ldscript" : " esp32s3_out.ld" ,
5+ "memory_type" : " qio_qspi"
6+ },
7+ "core" : " esp32" ,
8+ "extra_flags" : [
9+ " -DARDUINO_NAMINO_ROSSO" ,
10+ " -DARDUINO_USB_CDC_ON_BOOT=1"
11+ ],
12+ "f_cpu" : " 240000000L" ,
13+ "f_flash" : " 80000000L" ,
14+ "flash_mode" : " qio" ,
15+ "hwids" : [
16+ [
17+ " 0x303A" ,
18+ " 0x1001"
19+ ]
20+ ],
21+ "mcu" : " esp32s3" ,
22+ "variant" : " namino_rosso"
23+ },
24+ "connectivity" : [
25+ " wifi"
26+ ],
27+ "debug" : {
28+ "openocd_target" : " esp32s3.cfg"
29+ },
30+ "frameworks" : [
31+ " arduino" ,
32+ " espidf"
33+ ],
34+ "name" : " Namino Rosso" ,
35+ "upload" : {
36+ "flash_size" : " 4MB" ,
37+ "maximum_ram_size" : 327680 ,
38+ "maximum_size" : 4194304 ,
39+ "use_1200bps_touch" : true ,
40+ "wait_for_upload_port" : true ,
41+ "require_upload_port" : true ,
42+ "speed" : 460800
43+ },
44+ "url" : " https://namino.cc/boards/namino-rosso" ,
45+ "vendor" : " MECT SRL"
46+ }
You can’t perform that action at this time.
0 commit comments