Skip to content

Commit 7ba596a

Browse files
authored
Add wifi kit 8 to boards (esp8266#8190)
* Create pins_arduino.h * Update boards.txt.py * Update boards.txt * done a "boards.txt.py --allgen" * Removed the definition of LED_BUILTIN from variants/wifi_kit_8/pins_arduino.h, because this board has no build in lED
1 parent d8b70d4 commit 7ba596a

File tree

5 files changed

+296
-0
lines changed

5 files changed

+296
-0
lines changed

boards.txt

+215
Original file line numberDiff line numberDiff line change
@@ -7948,6 +7948,221 @@ espinotee.menu.baud.921600.upload.speed=921600
79487948
espinotee.menu.baud.3000000=3000000
79497949
espinotee.menu.baud.3000000.upload.speed=3000000
79507950

7951+
##############################################################
7952+
wifi_kit_8.name=WiFi Kit 8
7953+
wifi_kit_8.build.board=wifi_kit_8
7954+
wifi_kit_8.build.variant=wifi_kit_8
7955+
wifi_kit_8.upload.tool=esptool
7956+
wifi_kit_8.upload.maximum_data_size=81920
7957+
wifi_kit_8.upload.wait_for_upload_port=true
7958+
wifi_kit_8.upload.erase_cmd=
7959+
wifi_kit_8.serial.disableDTR=true
7960+
wifi_kit_8.serial.disableRTS=true
7961+
wifi_kit_8.build.mcu=esp8266
7962+
wifi_kit_8.build.core=esp8266
7963+
wifi_kit_8.build.spiffs_pagesize=256
7964+
wifi_kit_8.build.debug_port=
7965+
wifi_kit_8.build.debug_level=
7966+
wifi_kit_8.menu.xtal.80=80 MHz
7967+
wifi_kit_8.menu.xtal.80.build.f_cpu=80000000L
7968+
wifi_kit_8.menu.xtal.160=160 MHz
7969+
wifi_kit_8.menu.xtal.160.build.f_cpu=160000000L
7970+
wifi_kit_8.menu.vt.flash=Flash
7971+
wifi_kit_8.menu.vt.flash.build.vtable_flags=-DVTABLES_IN_FLASH
7972+
wifi_kit_8.menu.vt.heap=Heap
7973+
wifi_kit_8.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
7974+
wifi_kit_8.menu.vt.iram=IRAM
7975+
wifi_kit_8.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
7976+
wifi_kit_8.menu.exception.disabled=Disabled (new aborts on oom)
7977+
wifi_kit_8.menu.exception.disabled.build.exception_flags=-fno-exceptions
7978+
wifi_kit_8.menu.exception.disabled.build.stdcpp_lib=-lstdc++
7979+
wifi_kit_8.menu.exception.enabled=Enabled
7980+
wifi_kit_8.menu.exception.enabled.build.exception_flags=-fexceptions
7981+
wifi_kit_8.menu.exception.enabled.build.stdcpp_lib=-lstdc++-exc
7982+
wifi_kit_8.menu.stacksmash.disabled=Disabled
7983+
wifi_kit_8.menu.stacksmash.disabled.build.stacksmash_flags=
7984+
wifi_kit_8.menu.stacksmash.enabled=Enabled
7985+
wifi_kit_8.menu.stacksmash.enabled.build.stacksmash_flags=-fstack-protector
7986+
wifi_kit_8.menu.ssl.all=All SSL ciphers (most compatible)
7987+
wifi_kit_8.menu.ssl.all.build.sslflags=
7988+
wifi_kit_8.menu.ssl.basic=Basic SSL ciphers (lower ROM use)
7989+
wifi_kit_8.menu.ssl.basic.build.sslflags=-DBEARSSL_SSL_BASIC
7990+
wifi_kit_8.menu.mmu.3232=32KB cache + 32KB IRAM (balanced)
7991+
wifi_kit_8.menu.mmu.3232.build.mmuflags=-DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000
7992+
wifi_kit_8.menu.mmu.4816=16KB cache + 48KB IRAM (IRAM)
7993+
wifi_kit_8.menu.mmu.4816.build.mmuflags=-DMMU_IRAM_SIZE=0xC000 -DMMU_ICACHE_SIZE=0x4000
7994+
wifi_kit_8.menu.mmu.4816H=16KB cache + 48KB IRAM and 2nd Heap (shared)
7995+
wifi_kit_8.menu.mmu.4816H.build.mmuflags=-DMMU_IRAM_SIZE=0xC000 -DMMU_ICACHE_SIZE=0x4000 -DMMU_IRAM_HEAP
7996+
wifi_kit_8.menu.mmu.3216=16KB cache + 32KB IRAM + 16KB 2nd Heap (not shared)
7997+
wifi_kit_8.menu.mmu.3216.build.mmuflags=-DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x4000 -DMMU_SEC_HEAP=0x40108000 -DMMU_SEC_HEAP_SIZE=0x4000
7998+
wifi_kit_8.menu.mmu.ext128k=128K External 23LC1024
7999+
wifi_kit_8.menu.mmu.ext128k.build.mmuflags=-DMMU_EXTERNAL_HEAP=128 -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000
8000+
wifi_kit_8.menu.mmu.ext1024k=1M External 64 MBit PSRAM
8001+
wifi_kit_8.menu.mmu.ext1024k.build.mmuflags=-DMMU_EXTERNAL_HEAP=256 -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000
8002+
wifi_kit_8.menu.non32xfer.fast=Use pgm_read macros for IRAM/PROGMEM
8003+
wifi_kit_8.menu.non32xfer.fast.build.non32xferflags=
8004+
wifi_kit_8.menu.non32xfer.safe=Byte/Word access to IRAM/PROGMEM (very slow)
8005+
wifi_kit_8.menu.non32xfer.safe.build.non32xferflags=-DNON32XFER_HANDLER
8006+
wifi_kit_8.upload.resetmethod=--before default_reset --after hard_reset
8007+
wifi_kit_8.build.flash_mode=dio
8008+
wifi_kit_8.build.flash_flags=-DFLASHMODE_DIO
8009+
wifi_kit_8.build.flash_freq=40
8010+
wifi_kit_8.menu.eesz.4M2M=4MB (FS:2MB OTA:~1019KB)
8011+
wifi_kit_8.menu.eesz.4M2M.build.flash_size=4M
8012+
wifi_kit_8.menu.eesz.4M2M.build.flash_size_bytes=0x400000
8013+
wifi_kit_8.menu.eesz.4M2M.build.flash_ld=eagle.flash.4m2m.ld
8014+
wifi_kit_8.menu.eesz.4M2M.build.spiffs_pagesize=256
8015+
wifi_kit_8.menu.eesz.4M2M.upload.maximum_size=1044464
8016+
wifi_kit_8.menu.eesz.4M2M.build.rfcal_addr=0x3FC000
8017+
wifi_kit_8.menu.eesz.4M2M.build.spiffs_start=0x200000
8018+
wifi_kit_8.menu.eesz.4M2M.build.spiffs_end=0x3FA000
8019+
wifi_kit_8.menu.eesz.4M2M.build.spiffs_blocksize=8192
8020+
wifi_kit_8.menu.eesz.4M3M=4MB (FS:3MB OTA:~512KB)
8021+
wifi_kit_8.menu.eesz.4M3M.build.flash_size=4M
8022+
wifi_kit_8.menu.eesz.4M3M.build.flash_size_bytes=0x400000
8023+
wifi_kit_8.menu.eesz.4M3M.build.flash_ld=eagle.flash.4m3m.ld
8024+
wifi_kit_8.menu.eesz.4M3M.build.spiffs_pagesize=256
8025+
wifi_kit_8.menu.eesz.4M3M.upload.maximum_size=1044464
8026+
wifi_kit_8.menu.eesz.4M3M.build.rfcal_addr=0x3FC000
8027+
wifi_kit_8.menu.eesz.4M3M.build.spiffs_start=0x100000
8028+
wifi_kit_8.menu.eesz.4M3M.build.spiffs_end=0x3FA000
8029+
wifi_kit_8.menu.eesz.4M3M.build.spiffs_blocksize=8192
8030+
wifi_kit_8.menu.eesz.4M1M=4MB (FS:1MB OTA:~1019KB)
8031+
wifi_kit_8.menu.eesz.4M1M.build.flash_size=4M
8032+
wifi_kit_8.menu.eesz.4M1M.build.flash_size_bytes=0x400000
8033+
wifi_kit_8.menu.eesz.4M1M.build.flash_ld=eagle.flash.4m1m.ld
8034+
wifi_kit_8.menu.eesz.4M1M.build.spiffs_pagesize=256
8035+
wifi_kit_8.menu.eesz.4M1M.upload.maximum_size=1044464
8036+
wifi_kit_8.menu.eesz.4M1M.build.rfcal_addr=0x3FC000
8037+
wifi_kit_8.menu.eesz.4M1M.build.spiffs_start=0x300000
8038+
wifi_kit_8.menu.eesz.4M1M.build.spiffs_end=0x3FA000
8039+
wifi_kit_8.menu.eesz.4M1M.build.spiffs_blocksize=8192
8040+
wifi_kit_8.menu.eesz.4M=4MB (FS:none OTA:~1019KB)
8041+
wifi_kit_8.menu.eesz.4M.build.flash_size=4M
8042+
wifi_kit_8.menu.eesz.4M.build.flash_size_bytes=0x400000
8043+
wifi_kit_8.menu.eesz.4M.build.flash_ld=eagle.flash.4m.ld
8044+
wifi_kit_8.menu.eesz.4M.build.spiffs_pagesize=256
8045+
wifi_kit_8.menu.eesz.4M.upload.maximum_size=1044464
8046+
wifi_kit_8.menu.eesz.4M.build.rfcal_addr=0x3FC000
8047+
wifi_kit_8.menu.ip.lm2f=v2 Lower Memory
8048+
wifi_kit_8.menu.ip.lm2f.build.lwip_include=lwip2/include
8049+
wifi_kit_8.menu.ip.lm2f.build.lwip_lib=-llwip2-536-feat
8050+
wifi_kit_8.menu.ip.lm2f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0
8051+
wifi_kit_8.menu.ip.hb2f=v2 Higher Bandwidth
8052+
wifi_kit_8.menu.ip.hb2f.build.lwip_include=lwip2/include
8053+
wifi_kit_8.menu.ip.hb2f.build.lwip_lib=-llwip2-1460-feat
8054+
wifi_kit_8.menu.ip.hb2f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=1 -DLWIP_IPV6=0
8055+
wifi_kit_8.menu.ip.lm2n=v2 Lower Memory (no features)
8056+
wifi_kit_8.menu.ip.lm2n.build.lwip_include=lwip2/include
8057+
wifi_kit_8.menu.ip.lm2n.build.lwip_lib=-llwip2-536
8058+
wifi_kit_8.menu.ip.lm2n.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=0 -DLWIP_IPV6=0
8059+
wifi_kit_8.menu.ip.hb2n=v2 Higher Bandwidth (no features)
8060+
wifi_kit_8.menu.ip.hb2n.build.lwip_include=lwip2/include
8061+
wifi_kit_8.menu.ip.hb2n.build.lwip_lib=-llwip2-1460
8062+
wifi_kit_8.menu.ip.hb2n.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=0 -DLWIP_IPV6=0
8063+
wifi_kit_8.menu.ip.lm6f=v2 IPv6 Lower Memory
8064+
wifi_kit_8.menu.ip.lm6f.build.lwip_include=lwip2/include
8065+
wifi_kit_8.menu.ip.lm6f.build.lwip_lib=-llwip6-536-feat
8066+
wifi_kit_8.menu.ip.lm6f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=1
8067+
wifi_kit_8.menu.ip.hb6f=v2 IPv6 Higher Bandwidth
8068+
wifi_kit_8.menu.ip.hb6f.build.lwip_include=lwip2/include
8069+
wifi_kit_8.menu.ip.hb6f.build.lwip_lib=-llwip6-1460-feat
8070+
wifi_kit_8.menu.ip.hb6f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=1 -DLWIP_IPV6=1
8071+
wifi_kit_8.menu.dbg.Disabled=Disabled
8072+
wifi_kit_8.menu.dbg.Disabled.build.debug_port=
8073+
wifi_kit_8.menu.dbg.Serial=Serial
8074+
wifi_kit_8.menu.dbg.Serial.build.debug_port=-DDEBUG_ESP_PORT=Serial
8075+
wifi_kit_8.menu.dbg.Serial1=Serial1
8076+
wifi_kit_8.menu.dbg.Serial1.build.debug_port=-DDEBUG_ESP_PORT=Serial1
8077+
wifi_kit_8.menu.lvl.None____=None
8078+
wifi_kit_8.menu.lvl.None____.build.debug_level=
8079+
wifi_kit_8.menu.lvl.SSL=SSL
8080+
wifi_kit_8.menu.lvl.SSL.build.debug_level= -DDEBUG_ESP_SSL
8081+
wifi_kit_8.menu.lvl.TLS_MEM=TLS_MEM
8082+
wifi_kit_8.menu.lvl.TLS_MEM.build.debug_level= -DDEBUG_ESP_TLS_MEM
8083+
wifi_kit_8.menu.lvl.HTTP_CLIENT=HTTP_CLIENT
8084+
wifi_kit_8.menu.lvl.HTTP_CLIENT.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT
8085+
wifi_kit_8.menu.lvl.HTTP_SERVER=HTTP_SERVER
8086+
wifi_kit_8.menu.lvl.HTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_SERVER
8087+
wifi_kit_8.menu.lvl.SSLTLS_MEM=SSL+TLS_MEM
8088+
wifi_kit_8.menu.lvl.SSLTLS_MEM.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM
8089+
wifi_kit_8.menu.lvl.SSLHTTP_CLIENT=SSL+HTTP_CLIENT
8090+
wifi_kit_8.menu.lvl.SSLHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT
8091+
wifi_kit_8.menu.lvl.SSLHTTP_SERVER=SSL+HTTP_SERVER
8092+
wifi_kit_8.menu.lvl.SSLHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_SERVER
8093+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_CLIENT=TLS_MEM+HTTP_CLIENT
8094+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
8095+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_SERVER=TLS_MEM+HTTP_SERVER
8096+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
8097+
wifi_kit_8.menu.lvl.HTTP_CLIENTHTTP_SERVER=HTTP_CLIENT+HTTP_SERVER
8098+
wifi_kit_8.menu.lvl.HTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
8099+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENT=SSL+TLS_MEM+HTTP_CLIENT
8100+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
8101+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_SERVER=SSL+TLS_MEM+HTTP_SERVER
8102+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
8103+
wifi_kit_8.menu.lvl.SSLHTTP_CLIENTHTTP_SERVER=SSL+HTTP_CLIENT+HTTP_SERVER
8104+
wifi_kit_8.menu.lvl.SSLHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
8105+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_CLIENTHTTP_SERVER=TLS_MEM+HTTP_CLIENT+HTTP_SERVER
8106+
wifi_kit_8.menu.lvl.TLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
8107+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER
8108+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
8109+
wifi_kit_8.menu.lvl.CORE=CORE
8110+
wifi_kit_8.menu.lvl.CORE.build.debug_level= -DDEBUG_ESP_CORE
8111+
wifi_kit_8.menu.lvl.WIFI=WIFI
8112+
wifi_kit_8.menu.lvl.WIFI.build.debug_level= -DDEBUG_ESP_WIFI
8113+
wifi_kit_8.menu.lvl.HTTP_UPDATE=HTTP_UPDATE
8114+
wifi_kit_8.menu.lvl.HTTP_UPDATE.build.debug_level= -DDEBUG_ESP_HTTP_UPDATE
8115+
wifi_kit_8.menu.lvl.UPDATER=UPDATER
8116+
wifi_kit_8.menu.lvl.UPDATER.build.debug_level= -DDEBUG_ESP_UPDATER
8117+
wifi_kit_8.menu.lvl.OTA=OTA
8118+
wifi_kit_8.menu.lvl.OTA.build.debug_level= -DDEBUG_ESP_OTA
8119+
wifi_kit_8.menu.lvl.OOM=OOM
8120+
wifi_kit_8.menu.lvl.OOM.build.debug_level= -DDEBUG_ESP_OOM
8121+
wifi_kit_8.menu.lvl.MDNS=MDNS
8122+
wifi_kit_8.menu.lvl.MDNS.build.debug_level= -DDEBUG_ESP_MDNS
8123+
wifi_kit_8.menu.lvl.HWDT=HWDT
8124+
wifi_kit_8.menu.lvl.HWDT.build.debug_level= -DDEBUG_ESP_HWDT
8125+
wifi_kit_8.menu.lvl.HWDT_NOEXTRA4K=HWDT_NOEXTRA4K
8126+
wifi_kit_8.menu.lvl.HWDT_NOEXTRA4K.build.debug_level= -DDEBUG_ESP_HWDT_NOEXTRA4K
8127+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNS=CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS
8128+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNS.build.debug_level= -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS
8129+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT=CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS+HWDT
8130+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT.build.debug_level= -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS -DDEBUG_ESP_HWDT
8131+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT_NOEXTRA4K=CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS+HWDT_NOEXTRA4K
8132+
wifi_kit_8.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT_NOEXTRA4K.build.debug_level= -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS -DDEBUG_ESP_HWDT_NOEXTRA4K
8133+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNS=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER+CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS
8134+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNS.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS
8135+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER+CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS+HWDT
8136+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS -DDEBUG_ESP_HWDT
8137+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT_NOEXTRA4K=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER+CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM+MDNS+HWDT_NOEXTRA4K
8138+
wifi_kit_8.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOMMDNSHWDT_NOEXTRA4K.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM -DDEBUG_ESP_MDNS -DDEBUG_ESP_HWDT_NOEXTRA4K
8139+
wifi_kit_8.menu.lvl.NoAssert-NDEBUG=NoAssert-NDEBUG
8140+
wifi_kit_8.menu.lvl.NoAssert-NDEBUG.build.debug_level= -DNDEBUG
8141+
wifi_kit_8.menu.wipe.none=Only Sketch
8142+
wifi_kit_8.menu.wipe.none.upload.erase_cmd=
8143+
wifi_kit_8.menu.wipe.sdk=Sketch + WiFi Settings
8144+
wifi_kit_8.menu.wipe.sdk.upload.erase_cmd=erase_region "{build.rfcal_addr}" 0x4000
8145+
wifi_kit_8.menu.wipe.all=All Flash Contents
8146+
wifi_kit_8.menu.wipe.all.upload.erase_cmd=erase_flash
8147+
wifi_kit_8.menu.baud.115200=115200
8148+
wifi_kit_8.menu.baud.115200.upload.speed=115200
8149+
wifi_kit_8.menu.baud.57600=57600
8150+
wifi_kit_8.menu.baud.57600.upload.speed=57600
8151+
wifi_kit_8.menu.baud.230400.linux=230400
8152+
wifi_kit_8.menu.baud.230400.macosx=230400
8153+
wifi_kit_8.menu.baud.230400.upload.speed=230400
8154+
wifi_kit_8.menu.baud.256000.windows=256000
8155+
wifi_kit_8.menu.baud.256000.upload.speed=256000
8156+
wifi_kit_8.menu.baud.460800.linux=460800
8157+
wifi_kit_8.menu.baud.460800.macosx=460800
8158+
wifi_kit_8.menu.baud.460800.upload.speed=460800
8159+
wifi_kit_8.menu.baud.512000.windows=512000
8160+
wifi_kit_8.menu.baud.512000.upload.speed=512000
8161+
wifi_kit_8.menu.baud.921600=921600
8162+
wifi_kit_8.menu.baud.921600.upload.speed=921600
8163+
wifi_kit_8.menu.baud.3000000=3000000
8164+
wifi_kit_8.menu.baud.3000000.upload.speed=3000000
8165+
79518166
##############################################################
79528167
wifiduino.name=WiFiduino
79538168
wifiduino.build.board=WIFIDUINO_ESP8266

doc/boards.rst

+7
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ The Adafruit Feather HUZZAH ESP8266 is an Arduino-compatible Wi-Fi development b
231231

232232
Product page: https://www.adafruit.com/product/2821
233233

234+
WiFi Kit 8
235+
----------
236+
237+
The Heltec WiFi Kit 8 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker's ESP-12S, clocked at 80 MHz at 3.3V logic. A high-quality SiLabs CP2104 USB-Serial chip is included so that you can upload code at a blistering 921600 baud for fast development time. It also has auto-reset so no noodling with pins and reset button pressings. A 3.7V Lithium polymer battery connector is included, making it ideal for portable projects. The Heltec WiFi Kit 8 will automatically recharge a connected battery when USB power is available.
238+
239+
Product page: https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series
240+
234241
Invent One
235242
----------
236243

package/package_esp8266com_index.template.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
{
3333
"name": "Adafruit Feather HUZZAH ESP8266"
3434
},
35+
{
36+
"name": "WiFi Kit 8"
37+
},
3538
{
3639
"name": "Invent One"
3740
},

tools/boards.txt.py

+17
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,23 @@
356356
'Product page: https://www.adafruit.com/product/2821'
357357
],
358358
}),
359+
( 'wifi_kit_8', {
360+
'name': 'WiFi Kit 8',
361+
'opts': {
362+
'.build.board': 'wifi_kit_8',
363+
'.build.variant': 'wifi_kit_8',
364+
},
365+
'macro': [
366+
'resetmethod_nodemcu',
367+
'flashmode_dio',
368+
'flashfreq_40',
369+
'4M',
370+
],
371+
'desc': [ 'The Heltec WiFi Kit 8 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker\'s ESP-12S, clocked at 80 MHz at 3.3V logic. A high-quality SiLabs CP2104 USB-Serial chip is included so that you can upload code at a blistering 921600 baud for fast development time. It also has auto-reset so no noodling with pins and reset button pressings. A 3.7V Lithium polymer battery connector is included, making it ideal for portable projects. The Heltec WiFi Kit 8 will automatically recharge a connected battery when USB power is available.',
372+
'',
373+
'Product page: https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series'
374+
],
375+
}),
359376
( 'inventone', {
360377
'name': 'Invent One',
361378
'opts': {

variants/wifi_kit_8/pins_arduino.h

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/*
2+
pins_arduino.h - Pin definition functions for Arduino
3+
Part of Arduino - http://www.arduino.cc/
4+
5+
Copyright (c) 2007 David A. Mellis
6+
Modified for ESP8266 platform by Ivan Grokhotkov, 2014-2015.
7+
Modified for Wifi Kit 8 by G,Neiß, 2021-07-002
8+
9+
This library is free software; you can redistribute it and/or
10+
modify it under the terms of the GNU Lesser General Public
11+
License as published by the Free Software Foundation; either
12+
version 2.1 of the License, or (at your option) any later version.
13+
14+
This library is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17+
Lesser General Public License for more details.
18+
19+
You should have received a copy of the GNU Lesser General
20+
Public License along with this library; if not, write to the
21+
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
22+
Boston, MA 02111-1307 USA
23+
24+
$Id: wiring.h 249 2007-02-03 16:52:51Z mellis $
25+
*/
26+
27+
#ifndef Pins_Arduino_h
28+
#define Pins_Arduino_h
29+
30+
#define WIFI_Kit_8 true
31+
32+
#define PIN_WIRE_SDA (4)
33+
#define PIN_WIRE_SCL (5)
34+
35+
static const uint8_t SDA = PIN_WIRE_SDA;
36+
static const uint8_t SCL = PIN_WIRE_SCL;
37+
static const uint8_t OLED_RST = 16;
38+
39+
// Board doesen't have a builtin LED
40+
// #define LED_BUILTIN 0
41+
42+
static const uint8_t D0 = 16;
43+
static const uint8_t D1 = 5;
44+
static const uint8_t D2 = 4;
45+
static const uint8_t D3 = 0;
46+
static const uint8_t D6 = 12;
47+
static const uint8_t D7 = 13;
48+
static const uint8_t D8 = 15;
49+
static const uint8_t RX = 3;
50+
static const uint8_t TX = 1;
51+
52+
#include "../generic/common.h"
53+
54+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)