Skip to content

Commit e5648f3

Browse files
brendanvanbredaearlephilhower
authored andcommitted
Add support for XinaBox (#4929)
Add support for the XinaBox CW01;
1 parent 79a7ff8 commit e5648f3

File tree

5 files changed

+226
-0
lines changed

5 files changed

+226
-0
lines changed

boards.txt

+157
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,163 @@ huzzah.menu.UploadSpeed.512000.upload.speed=512000
929929
huzzah.menu.UploadSpeed.921600=921600
930930
huzzah.menu.UploadSpeed.921600.upload.speed=921600
931931

932+
##############################################################
933+
cw01.name=XinaBox CW01
934+
cw01.build.board=ESP8266_GENERIC
935+
cw01.build.variant=xinabox
936+
cw01.upload.tool=esptool
937+
cw01.upload.maximum_data_size=81920
938+
cw01.upload.wait_for_upload_port=true
939+
cw01.upload.erase_cmd=
940+
cw01.serial.disableDTR=true
941+
cw01.serial.disableRTS=true
942+
cw01.build.mcu=esp8266
943+
cw01.build.core=esp8266
944+
cw01.build.spiffs_pagesize=256
945+
cw01.build.debug_port=
946+
cw01.build.debug_level=
947+
cw01.menu.CpuFrequency.80=80 MHz
948+
cw01.menu.CpuFrequency.80.build.f_cpu=80000000L
949+
cw01.menu.CpuFrequency.160=160 MHz
950+
cw01.menu.CpuFrequency.160.build.f_cpu=160000000L
951+
cw01.menu.VTable.flash=Flash
952+
cw01.menu.VTable.flash.build.vtable_flags=-DVTABLES_IN_FLASH
953+
cw01.menu.VTable.heap=Heap
954+
cw01.menu.VTable.heap.build.vtable_flags=-DVTABLES_IN_DRAM
955+
cw01.menu.VTable.iram=IRAM
956+
cw01.menu.VTable.iram.build.vtable_flags=-DVTABLES_IN_IRAM
957+
cw01.upload.resetmethod=nodemcu
958+
cw01.menu.CrystalFreq.26=26 MHz
959+
cw01.menu.CrystalFreq.40=40 MHz
960+
cw01.menu.CrystalFreq.40.build.extra_flags=-DF_CRYSTAL=40000000 -DESP8266
961+
cw01.build.flash_mode=qio
962+
cw01.build.flash_freq=40
963+
cw01.menu.FlashSize.4M1M=4M (1M SPIFFS)
964+
cw01.menu.FlashSize.4M1M.build.flash_size=4M
965+
cw01.menu.FlashSize.4M1M.build.flash_size_bytes=0x400000
966+
cw01.menu.FlashSize.4M1M.build.flash_ld=eagle.flash.4m1m.ld
967+
cw01.menu.FlashSize.4M1M.build.spiffs_pagesize=256
968+
cw01.menu.FlashSize.4M1M.upload.maximum_size=1044464
969+
cw01.menu.FlashSize.4M1M.build.rfcal_addr=0x3FC000
970+
cw01.menu.FlashSize.4M1M.build.spiffs_start=0x300000
971+
cw01.menu.FlashSize.4M1M.build.spiffs_end=0x3FB000
972+
cw01.menu.FlashSize.4M1M.build.spiffs_blocksize=8192
973+
cw01.menu.FlashSize.4M2M=4M (2M SPIFFS)
974+
cw01.menu.FlashSize.4M2M.build.flash_size=4M
975+
cw01.menu.FlashSize.4M2M.build.flash_size_bytes=0x400000
976+
cw01.menu.FlashSize.4M2M.build.flash_ld=eagle.flash.4m2m.ld
977+
cw01.menu.FlashSize.4M2M.build.spiffs_pagesize=256
978+
cw01.menu.FlashSize.4M2M.upload.maximum_size=1044464
979+
cw01.menu.FlashSize.4M2M.build.rfcal_addr=0x3FC000
980+
cw01.menu.FlashSize.4M2M.build.spiffs_start=0x200000
981+
cw01.menu.FlashSize.4M2M.build.spiffs_end=0x3FB000
982+
cw01.menu.FlashSize.4M2M.build.spiffs_blocksize=8192
983+
cw01.menu.FlashSize.4M3M=4M (3M SPIFFS)
984+
cw01.menu.FlashSize.4M3M.build.flash_size=4M
985+
cw01.menu.FlashSize.4M3M.build.flash_size_bytes=0x400000
986+
cw01.menu.FlashSize.4M3M.build.flash_ld=eagle.flash.4m.ld
987+
cw01.menu.FlashSize.4M3M.build.spiffs_pagesize=256
988+
cw01.menu.FlashSize.4M3M.upload.maximum_size=1044464
989+
cw01.menu.FlashSize.4M3M.build.rfcal_addr=0x3FC000
990+
cw01.menu.FlashSize.4M3M.build.spiffs_start=0x100000
991+
cw01.menu.FlashSize.4M3M.build.spiffs_end=0x3FB000
992+
cw01.menu.FlashSize.4M3M.build.spiffs_blocksize=8192
993+
cw01.menu.LwIPVariant.v2mss536=v2 Lower Memory
994+
cw01.menu.LwIPVariant.v2mss536.build.lwip_include=lwip2/include
995+
cw01.menu.LwIPVariant.v2mss536.build.lwip_lib=-llwip2
996+
cw01.menu.LwIPVariant.v2mss536.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536
997+
cw01.menu.LwIPVariant.v2mss1460=v2 Higher Bandwidth
998+
cw01.menu.LwIPVariant.v2mss1460.build.lwip_include=lwip2/include
999+
cw01.menu.LwIPVariant.v2mss1460.build.lwip_lib=-llwip2_1460
1000+
cw01.menu.LwIPVariant.v2mss1460.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460
1001+
cw01.menu.LwIPVariant.Prebuilt=v1.4 Higher Bandwidth
1002+
cw01.menu.LwIPVariant.Prebuilt.build.lwip_lib=-llwip_gcc
1003+
cw01.menu.LwIPVariant.Prebuilt.build.lwip_flags=-DLWIP_OPEN_SRC
1004+
cw01.menu.LwIPVariant.OpenSource=v1.4 Compile from source
1005+
cw01.menu.LwIPVariant.OpenSource.build.lwip_lib=-llwip_src
1006+
cw01.menu.LwIPVariant.OpenSource.build.lwip_flags=-DLWIP_OPEN_SRC
1007+
cw01.menu.LwIPVariant.OpenSource.recipe.hooks.sketch.prebuild.1.pattern=make -C "{runtime.platform.path}/tools/sdk/lwip/src" install TOOLS_PATH="{runtime.tools.xtensa-lx106-elf-gcc.path}/bin/xtensa-lx106-elf-"
1008+
cw01.menu.Debug.Disabled=Disabled
1009+
cw01.menu.Debug.Disabled.build.debug_port=
1010+
cw01.menu.Debug.Serial=Serial
1011+
cw01.menu.Debug.Serial.build.debug_port=-DDEBUG_ESP_PORT=Serial
1012+
cw01.menu.Debug.Serial1=Serial1
1013+
cw01.menu.Debug.Serial1.build.debug_port=-DDEBUG_ESP_PORT=Serial1
1014+
cw01.menu.DebugLevel.None____=None
1015+
cw01.menu.DebugLevel.None____.build.debug_level=
1016+
cw01.menu.DebugLevel.SSL=SSL
1017+
cw01.menu.DebugLevel.SSL.build.debug_level= -DDEBUG_ESP_SSL
1018+
cw01.menu.DebugLevel.TLS_MEM=TLS_MEM
1019+
cw01.menu.DebugLevel.TLS_MEM.build.debug_level= -DDEBUG_ESP_TLS_MEM
1020+
cw01.menu.DebugLevel.HTTP_CLIENT=HTTP_CLIENT
1021+
cw01.menu.DebugLevel.HTTP_CLIENT.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT
1022+
cw01.menu.DebugLevel.HTTP_SERVER=HTTP_SERVER
1023+
cw01.menu.DebugLevel.HTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_SERVER
1024+
cw01.menu.DebugLevel.SSLTLS_MEM=SSL+TLS_MEM
1025+
cw01.menu.DebugLevel.SSLTLS_MEM.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM
1026+
cw01.menu.DebugLevel.SSLHTTP_CLIENT=SSL+HTTP_CLIENT
1027+
cw01.menu.DebugLevel.SSLHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT
1028+
cw01.menu.DebugLevel.SSLHTTP_SERVER=SSL+HTTP_SERVER
1029+
cw01.menu.DebugLevel.SSLHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_SERVER
1030+
cw01.menu.DebugLevel.TLS_MEMHTTP_CLIENT=TLS_MEM+HTTP_CLIENT
1031+
cw01.menu.DebugLevel.TLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
1032+
cw01.menu.DebugLevel.TLS_MEMHTTP_SERVER=TLS_MEM+HTTP_SERVER
1033+
cw01.menu.DebugLevel.TLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
1034+
cw01.menu.DebugLevel.HTTP_CLIENTHTTP_SERVER=HTTP_CLIENT+HTTP_SERVER
1035+
cw01.menu.DebugLevel.HTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
1036+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENT=SSL+TLS_MEM+HTTP_CLIENT
1037+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
1038+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_SERVER=SSL+TLS_MEM+HTTP_SERVER
1039+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
1040+
cw01.menu.DebugLevel.SSLHTTP_CLIENTHTTP_SERVER=SSL+HTTP_CLIENT+HTTP_SERVER
1041+
cw01.menu.DebugLevel.SSLHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
1042+
cw01.menu.DebugLevel.TLS_MEMHTTP_CLIENTHTTP_SERVER=TLS_MEM+HTTP_CLIENT+HTTP_SERVER
1043+
cw01.menu.DebugLevel.TLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
1044+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER
1045+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
1046+
cw01.menu.DebugLevel.CORE=CORE
1047+
cw01.menu.DebugLevel.CORE.build.debug_level= -DDEBUG_ESP_CORE
1048+
cw01.menu.DebugLevel.WIFI=WIFI
1049+
cw01.menu.DebugLevel.WIFI.build.debug_level= -DDEBUG_ESP_WIFI
1050+
cw01.menu.DebugLevel.HTTP_UPDATE=HTTP_UPDATE
1051+
cw01.menu.DebugLevel.HTTP_UPDATE.build.debug_level= -DDEBUG_ESP_HTTP_UPDATE
1052+
cw01.menu.DebugLevel.UPDATER=UPDATER
1053+
cw01.menu.DebugLevel.UPDATER.build.debug_level= -DDEBUG_ESP_UPDATER
1054+
cw01.menu.DebugLevel.OTA=OTA
1055+
cw01.menu.DebugLevel.OTA.build.debug_level= -DDEBUG_ESP_OTA
1056+
cw01.menu.DebugLevel.OOM=OOM
1057+
cw01.menu.DebugLevel.OOM.build.debug_level= -DDEBUG_ESP_OOM
1058+
cw01.menu.DebugLevel.COREWIFIHTTP_UPDATEUPDATEROTAOOM=CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM
1059+
cw01.menu.DebugLevel.COREWIFIHTTP_UPDATEUPDATEROTAOOM.build.debug_level= -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM
1060+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOM=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER+CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM
1061+
cw01.menu.DebugLevel.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOM.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
1062+
cw01.menu.DebugLevel.NoAssert-NDEBUG=NoAssert-NDEBUG
1063+
cw01.menu.DebugLevel.NoAssert-NDEBUG.build.debug_level= -DNDEBUG
1064+
cw01.menu.FlashErase.none=Only Sketch
1065+
cw01.menu.FlashErase.none.upload.erase_cmd=
1066+
cw01.menu.FlashErase.sdk=Sketch + WiFi Settings
1067+
cw01.menu.FlashErase.sdk.upload.erase_cmd=-ca "{build.rfcal_addr}" -cz 0x4000
1068+
cw01.menu.FlashErase.all=All Flash Contents
1069+
cw01.menu.FlashErase.all.upload.erase_cmd=-ca 0x0 -cz "{build.flash_size_bytes}"
1070+
cw01.menu.UploadSpeed.115200=115200
1071+
cw01.menu.UploadSpeed.115200.upload.speed=115200
1072+
cw01.menu.UploadSpeed.9600=9600
1073+
cw01.menu.UploadSpeed.9600.upload.speed=9600
1074+
cw01.menu.UploadSpeed.57600=57600
1075+
cw01.menu.UploadSpeed.57600.upload.speed=57600
1076+
cw01.menu.UploadSpeed.230400.linux=230400
1077+
cw01.menu.UploadSpeed.230400.macosx=230400
1078+
cw01.menu.UploadSpeed.230400.upload.speed=230400
1079+
cw01.menu.UploadSpeed.256000.windows=256000
1080+
cw01.menu.UploadSpeed.256000.upload.speed=256000
1081+
cw01.menu.UploadSpeed.460800.linux=460800
1082+
cw01.menu.UploadSpeed.460800.macosx=460800
1083+
cw01.menu.UploadSpeed.460800.upload.speed=460800
1084+
cw01.menu.UploadSpeed.512000.windows=512000
1085+
cw01.menu.UploadSpeed.512000.upload.speed=512000
1086+
cw01.menu.UploadSpeed.921600=921600
1087+
cw01.menu.UploadSpeed.921600.upload.speed=921600
1088+
9321089
##############################################################
9331090
espresso_lite_v1.name=ESPresso Lite 1.0
9341091
espresso_lite_v1.build.board=ESP8266_ESPRESSO_LITE_V1

doc/boards.rst

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

220220
Product page: https://www.adafruit.com/product/2821
221221

222+
XinaBox CW01
223+
------------
224+
225+
The XinaBox CW01 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker's ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard RGB led.
226+
227+
Product page: https://xinabox.cc/products/CW01
228+
222229
ESPresso Lite 1.0
223230
-----------------
224231

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": "XinaBox CW01"
37+
},
3538
{
3639
"name": "ESPresso Lite 1.0"
3740
},

tools/boards.txt.py

+18
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,24 @@
325325
'Product page: https://www.adafruit.com/product/2821'
326326
],
327327
}),
328+
( 'cw01', {
329+
'name': 'XinaBox CW01',
330+
'opts': {
331+
'.build.board': 'ESP8266_GENERIC',
332+
'.build.variant': 'xinabox',
333+
},
334+
'macro': [
335+
'resetmethod_nodemcu',
336+
'crystalfreq_menu',
337+
'flashmode_qio',
338+
'flashfreq_40',
339+
'4M',
340+
],
341+
'desc': [ 'The XinaBox CW01 is an Arduino-compatible Wi-Fi development board powered by Ai-Thinker\'s ESP-12F, clocked at 80 MHz at 3.3V logic. It has an onboard RGB led.',
342+
'',
343+
'Product page: https://xinabox.cc/products/CW01'
344+
],
345+
}),
328346
( 'espresso_lite_v1', {
329347
'name': 'ESPresso Lite 1.0',
330348
'opts': {

variants/xinabox/pins_arduino.h

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/*
2+
pins_arduino.h - Pin definition functions for Arduino
3+
Part of ESP8266 core for Arduino - https://github.com/esp8266/Arduino
4+
5+
Copyright (c) 2007 David A. Mellis
6+
Modified for ESP8266 platform by Ivan Grokhotkov, 2014-2015.
7+
8+
This library is free software; you can redistribute it and/or
9+
modify it under the terms of the GNU Lesser General Public
10+
License as published by the Free Software Foundation; either
11+
version 2.1 of the License, or (at your option) any later version.
12+
13+
This library is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16+
Lesser General Public License for more details.
17+
18+
You should have received a copy of the GNU Lesser General
19+
Public License along with this library; if not, write to the
20+
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
21+
Boston, MA 02111-1307 USA
22+
23+
$Id: wiring.h 249 2007-02-03 16:52:51Z mellis $
24+
*/
25+
26+
#ifndef Pins_Arduino_h
27+
#define Pins_Arduino_h
28+
29+
#define PIN_WIRE_SDA (2)
30+
#define PIN_WIRE_SCL (14)
31+
32+
static const uint8_t SDA = PIN_WIRE_SDA;
33+
static const uint8_t SCL = PIN_WIRE_SCL;
34+
35+
#define LED_BUILTIN 5
36+
#define LED_RED 12
37+
#define LED_GREEN 13
38+
39+
#include "../generic/common.h"
40+
41+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)