1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Add support for XinaBox (#4929)

Add support for the XinaBox CW01;
This commit is contained in:
brendanvanbreda
2018-07-17 20:53:26 +02:00
committed by Earle F. Philhower, III
parent 79a7ff8263
commit e5648f3dfd
5 changed files with 226 additions and 0 deletions

View File

@ -325,6 +325,24 @@ boards = collections.OrderedDict([
'Product page: https://www.adafruit.com/product/2821'
],
}),
( 'cw01', {
'name': 'XinaBox CW01',
'opts': {
'.build.board': 'ESP8266_GENERIC',
'.build.variant': 'xinabox',
},
'macro': [
'resetmethod_nodemcu',
'crystalfreq_menu',
'flashmode_qio',
'flashfreq_40',
'4M',
],
'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.',
'',
'Product page: https://xinabox.cc/products/CW01'
],
}),
( 'espresso_lite_v1', {
'name': 'ESPresso Lite 1.0',
'opts': {