File tree Expand file tree Collapse file tree 4 files changed +120
-0
lines changed Expand file tree Collapse file tree 4 files changed +120
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp8266" ,
4
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_AMPERKA_WIFI_SLOT" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " eagle.flash.1m0.ld" ,
9
+ "mcu" : " esp8266" ,
10
+ "variant" : " wifi_slot"
11
+ },
12
+ "connectivity" : [
13
+ " wifi"
14
+ ],
15
+ "frameworks" : [
16
+ " arduino" ,
17
+ " esp8266-rtos-sdk" ,
18
+ " esp8266-nonos-sdk"
19
+ ],
20
+ "name" : " WiFi Slot" ,
21
+ "upload" : {
22
+ "maximum_ram_size" : 81920 ,
23
+ "maximum_size" : 4194304 ,
24
+ "require_upload_port" : true ,
25
+ "resetmethod" : " nodemcu" ,
26
+ "speed" : 115200
27
+ },
28
+ "url" : " http://wiki.amperka.ru/wifi-slot" ,
29
+ "vendor" : " Amperka"
30
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp8266" ,
4
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_WIFIDUINO_ESP8266" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " dio" ,
8
+ "ldscript" : " eagle.flash.4m1m.ld" ,
9
+ "mcu" : " esp8266" ,
10
+ "variant" : " wifiduino"
11
+ },
12
+ "connectivity" : [
13
+ " wifi"
14
+ ],
15
+ "frameworks" : [
16
+ " arduino" ,
17
+ " esp8266-rtos-sdk" ,
18
+ " esp8266-nonos-sdk"
19
+ ],
20
+ "name" : " WiFiduino" ,
21
+ "upload" : {
22
+ "maximum_ram_size" : 81920 ,
23
+ "maximum_size" : 4194304 ,
24
+ "require_upload_port" : true ,
25
+ "resetmethod" : " nodemcu" ,
26
+ "speed" : 115200
27
+ },
28
+ "url" : " https://www.facebook.com/WifiDuino/" ,
29
+ "vendor" : " WifiDuino"
30
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp8266" ,
4
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_AMPERKA_WIFI_SLOT" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " eagle.flash.4m1m.ld" ,
9
+ "mcu" : " esp8266" ,
10
+ "variant" : " wiolink"
11
+ },
12
+ "connectivity" : [
13
+ " wifi"
14
+ ],
15
+ "frameworks" : [
16
+ " arduino" ,
17
+ " esp8266-rtos-sdk" ,
18
+ " esp8266-nonos-sdk"
19
+ ],
20
+ "name" : " Wio Link" ,
21
+ "upload" : {
22
+ "maximum_ram_size" : 81920 ,
23
+ "maximum_size" : 4194304 ,
24
+ "require_upload_port" : true ,
25
+ "resetmethod" : " nodemcu" ,
26
+ "speed" : 115200
27
+ },
28
+ "url" : " https://www.seeedstudio.com/Wio-Link-p-2604.html" ,
29
+ "vendor" : " SeeedStudio"
30
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp8266" ,
4
+ "extra_flags" : " -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_GENERIC" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "f_flash" : " 40000000L" ,
7
+ "flash_mode" : " qio" ,
8
+ "ldscript" : " eagle.flash.4m1m.ld" ,
9
+ "mcu" : " esp8266" ,
10
+ "variant" : " xinabox"
11
+ },
12
+ "connectivity" : [
13
+ " wifi"
14
+ ],
15
+ "frameworks" : [
16
+ " arduino" ,
17
+ " esp8266-rtos-sdk" ,
18
+ " esp8266-nonos-sdk"
19
+ ],
20
+ "name" : " XinaBox CW01" ,
21
+ "upload" : {
22
+ "maximum_ram_size" : 81920 ,
23
+ "maximum_size" : 4194304 ,
24
+ "require_upload_port" : true ,
25
+ "resetmethod" : " nodemcu" ,
26
+ "speed" : 115200
27
+ },
28
+ "url" : " https://xinabox.cc/products/cw01" ,
29
+ "vendor" : " XinaBox"
30
+ }
You can’t perform that action at this time.
0 commit comments