File tree 1 file changed +64
-0
lines changed
1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " esp32s2_out.ld" ,
5
+ "partitions" : " partitions-4MB-tinyuf2.csv" ,
6
+ "memory_type" : " qio_qspi"
7
+ },
8
+ "core" : " esp32" ,
9
+ "extra_flags" : [
10
+ " -DARDUINO_ADAFRUIT_FEATHER_ESP32S2" ,
11
+ " -DBOARD_HAS_PSRAM" ,
12
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
13
+ ],
14
+ "f_cpu" : " 240000000L" ,
15
+ "f_flash" : " 80000000L" ,
16
+ "flash_mode" : " qio" ,
17
+ "hwids" : [
18
+ [
19
+ " 0x239A" ,
20
+ " 0x80EB"
21
+ ],
22
+ [
23
+ " 0x239A" ,
24
+ " 0x00EB"
25
+ ],
26
+ [
27
+ " 0x239A" ,
28
+ " 0x80EC"
29
+ ]
30
+ ],
31
+ "mcu" : " esp32s2" ,
32
+ "variant" : " adafruit_feather_esp32s2"
33
+ },
34
+ "connectivity" : [
35
+ " wifi"
36
+ ],
37
+ "debug" : {
38
+ "openocd_target" : " esp32s2.cfg"
39
+ },
40
+ "frameworks" : [
41
+ " arduino" ,
42
+ " espidf"
43
+ ],
44
+ "name" : " Adafruit Feather ESP32-S2" ,
45
+ "upload" : {
46
+ "arduino" : {
47
+ "flash_extra_images" : [
48
+ [
49
+ " 0x2d0000" ,
50
+ " variants/adafruit_feather_esp32s2/tinyuf2.bin"
51
+ ]
52
+ ]
53
+ },
54
+ "flash_size" : " 4MB" ,
55
+ "maximum_ram_size" : 327680 ,
56
+ "maximum_size" : 4194304 ,
57
+ "use_1200bps_touch" : true ,
58
+ "wait_for_upload_port" : true ,
59
+ "require_upload_port" : true ,
60
+ "speed" : 460800
61
+ },
62
+ "url" : " https://www.adafruit.com/product/5000" ,
63
+ "vendor" : " Adafruit"
64
+ }
You can’t perform that action at this time.
0 commit comments