1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

ESPectro Core board support (#5419)

This commit is contained in:
Alwin Arrasyid 2018-12-03 21:27:06 +07:00 committed by david gauchard
parent 6280e98b03
commit ca3678f7c1
5 changed files with 259 additions and 0 deletions

View File

@ -5718,3 +5718,180 @@ wiolink.menu.baud.512000.upload.speed=512000
wiolink.menu.baud.921600=921600
wiolink.menu.baud.921600.upload.speed=921600
##############################################################
espectro.name=ESPectro Core
espectro.build.board=ESP8266_ESPECTRO_CORE
espectro.build.variant=espectro
espectro.upload.tool=esptool
espectro.upload.maximum_data_size=81920
espectro.upload.wait_for_upload_port=true
espectro.upload.erase_cmd=
espectro.serial.disableDTR=true
espectro.serial.disableRTS=true
espectro.build.mcu=esp8266
espectro.build.core=esp8266
espectro.build.spiffs_pagesize=256
espectro.build.debug_port=
espectro.build.debug_level=
espectro.menu.xtal.80=80 MHz
espectro.menu.xtal.80.build.f_cpu=80000000L
espectro.menu.xtal.160=160 MHz
espectro.menu.xtal.160.build.f_cpu=160000000L
espectro.menu.vt.flash=Flash
espectro.menu.vt.flash.build.vtable_flags=-DVTABLES_IN_FLASH
espectro.menu.vt.heap=Heap
espectro.menu.vt.heap.build.vtable_flags=-DVTABLES_IN_DRAM
espectro.menu.vt.iram=IRAM
espectro.menu.vt.iram.build.vtable_flags=-DVTABLES_IN_IRAM
espectro.upload.resetmethod=nodemcu
espectro.build.flash_mode=dio
espectro.build.flash_freq=40
espectro.menu.eesz.4M=4M (no SPIFFS)
espectro.menu.eesz.4M.build.flash_size=4M
espectro.menu.eesz.4M.build.flash_size_bytes=0x400000
espectro.menu.eesz.4M.build.flash_ld=eagle.flash.4m.ld
espectro.menu.eesz.4M.build.spiffs_pagesize=256
espectro.menu.eesz.4M.upload.maximum_size=1044464
espectro.menu.eesz.4M.build.rfcal_addr=0x3FC000
espectro.menu.eesz.4M1M=4M (1M SPIFFS)
espectro.menu.eesz.4M1M.build.flash_size=4M
espectro.menu.eesz.4M1M.build.flash_size_bytes=0x400000
espectro.menu.eesz.4M1M.build.flash_ld=eagle.flash.4m1m.ld
espectro.menu.eesz.4M1M.build.spiffs_pagesize=256
espectro.menu.eesz.4M1M.upload.maximum_size=1044464
espectro.menu.eesz.4M1M.build.rfcal_addr=0x3FC000
espectro.menu.eesz.4M1M.build.spiffs_start=0x300000
espectro.menu.eesz.4M1M.build.spiffs_end=0x3FB000
espectro.menu.eesz.4M1M.build.spiffs_blocksize=8192
espectro.menu.eesz.4M2M=4M (2M SPIFFS)
espectro.menu.eesz.4M2M.build.flash_size=4M
espectro.menu.eesz.4M2M.build.flash_size_bytes=0x400000
espectro.menu.eesz.4M2M.build.flash_ld=eagle.flash.4m2m.ld
espectro.menu.eesz.4M2M.build.spiffs_pagesize=256
espectro.menu.eesz.4M2M.upload.maximum_size=1044464
espectro.menu.eesz.4M2M.build.rfcal_addr=0x3FC000
espectro.menu.eesz.4M2M.build.spiffs_start=0x200000
espectro.menu.eesz.4M2M.build.spiffs_end=0x3FB000
espectro.menu.eesz.4M2M.build.spiffs_blocksize=8192
espectro.menu.eesz.4M3M=4M (3M SPIFFS)
espectro.menu.eesz.4M3M.build.flash_size=4M
espectro.menu.eesz.4M3M.build.flash_size_bytes=0x400000
espectro.menu.eesz.4M3M.build.flash_ld=eagle.flash.4m3m.ld
espectro.menu.eesz.4M3M.build.spiffs_pagesize=256
espectro.menu.eesz.4M3M.upload.maximum_size=1044464
espectro.menu.eesz.4M3M.build.rfcal_addr=0x3FC000
espectro.menu.eesz.4M3M.build.spiffs_start=0x100000
espectro.menu.eesz.4M3M.build.spiffs_end=0x3FB000
espectro.menu.eesz.4M3M.build.spiffs_blocksize=8192
espectro.menu.ip.lm2f=v2 Lower Memory
espectro.menu.ip.lm2f.build.lwip_include=lwip2/include
espectro.menu.ip.lm2f.build.lwip_lib=-llwip2-536-feat
espectro.menu.ip.lm2f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0
espectro.menu.ip.hb2f=v2 Higher Bandwidth
espectro.menu.ip.hb2f.build.lwip_include=lwip2/include
espectro.menu.ip.hb2f.build.lwip_lib=-llwip2-1460-feat
espectro.menu.ip.hb2f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=1 -DLWIP_IPV6=0
espectro.menu.ip.lm2n=v2 Lower Memory (no features)
espectro.menu.ip.lm2n.build.lwip_include=lwip2/include
espectro.menu.ip.lm2n.build.lwip_lib=-llwip2-536
espectro.menu.ip.lm2n.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=0 -DLWIP_IPV6=0
espectro.menu.ip.hb2n=v2 Higher Bandwidth (no features)
espectro.menu.ip.hb2n.build.lwip_include=lwip2/include
espectro.menu.ip.hb2n.build.lwip_lib=-llwip2-1460
espectro.menu.ip.hb2n.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=0 -DLWIP_IPV6=0
espectro.menu.ip.lm6f=v2 IPv6 Lower Memory
espectro.menu.ip.lm6f.build.lwip_include=lwip2/include
espectro.menu.ip.lm6f.build.lwip_lib=-llwip6-536-feat
espectro.menu.ip.lm6f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=1
espectro.menu.ip.hb6f=v2 IPv6 Higher Bandwidth
espectro.menu.ip.hb6f.build.lwip_include=lwip2/include
espectro.menu.ip.hb6f.build.lwip_lib=-llwip6-1460-feat
espectro.menu.ip.hb6f.build.lwip_flags=-DLWIP_OPEN_SRC -DTCP_MSS=1460 -DLWIP_FEATURES=1 -DLWIP_IPV6=1
espectro.menu.ip.hb1=v1.4 Higher Bandwidth
espectro.menu.ip.hb1.build.lwip_lib=-llwip_gcc
espectro.menu.ip.hb1.build.lwip_flags=-DLWIP_OPEN_SRC
espectro.menu.ip.src=v1.4 Compile from source
espectro.menu.ip.src.build.lwip_lib=-llwip_src
espectro.menu.ip.src.build.lwip_flags=-DLWIP_OPEN_SRC
espectro.menu.ip.src.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-"
espectro.menu.dbg.Disabled=Disabled
espectro.menu.dbg.Disabled.build.debug_port=
espectro.menu.dbg.Serial=Serial
espectro.menu.dbg.Serial.build.debug_port=-DDEBUG_ESP_PORT=Serial
espectro.menu.dbg.Serial1=Serial1
espectro.menu.dbg.Serial1.build.debug_port=-DDEBUG_ESP_PORT=Serial1
espectro.menu.lvl.None____=None
espectro.menu.lvl.None____.build.debug_level=
espectro.menu.lvl.SSL=SSL
espectro.menu.lvl.SSL.build.debug_level= -DDEBUG_ESP_SSL
espectro.menu.lvl.TLS_MEM=TLS_MEM
espectro.menu.lvl.TLS_MEM.build.debug_level= -DDEBUG_ESP_TLS_MEM
espectro.menu.lvl.HTTP_CLIENT=HTTP_CLIENT
espectro.menu.lvl.HTTP_CLIENT.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT
espectro.menu.lvl.HTTP_SERVER=HTTP_SERVER
espectro.menu.lvl.HTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.SSLTLS_MEM=SSL+TLS_MEM
espectro.menu.lvl.SSLTLS_MEM.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM
espectro.menu.lvl.SSLHTTP_CLIENT=SSL+HTTP_CLIENT
espectro.menu.lvl.SSLHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT
espectro.menu.lvl.SSLHTTP_SERVER=SSL+HTTP_SERVER
espectro.menu.lvl.SSLHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.TLS_MEMHTTP_CLIENT=TLS_MEM+HTTP_CLIENT
espectro.menu.lvl.TLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
espectro.menu.lvl.TLS_MEMHTTP_SERVER=TLS_MEM+HTTP_SERVER
espectro.menu.lvl.TLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.HTTP_CLIENTHTTP_SERVER=HTTP_CLIENT+HTTP_SERVER
espectro.menu.lvl.HTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.SSLTLS_MEMHTTP_CLIENT=SSL+TLS_MEM+HTTP_CLIENT
espectro.menu.lvl.SSLTLS_MEMHTTP_CLIENT.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT
espectro.menu.lvl.SSLTLS_MEMHTTP_SERVER=SSL+TLS_MEM+HTTP_SERVER
espectro.menu.lvl.SSLTLS_MEMHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.SSLHTTP_CLIENTHTTP_SERVER=SSL+HTTP_CLIENT+HTTP_SERVER
espectro.menu.lvl.SSLHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.TLS_MEMHTTP_CLIENTHTTP_SERVER=TLS_MEM+HTTP_CLIENT+HTTP_SERVER
espectro.menu.lvl.TLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER
espectro.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVER.build.debug_level= -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP_HTTP_SERVER
espectro.menu.lvl.CORE=CORE
espectro.menu.lvl.CORE.build.debug_level= -DDEBUG_ESP_CORE
espectro.menu.lvl.WIFI=WIFI
espectro.menu.lvl.WIFI.build.debug_level= -DDEBUG_ESP_WIFI
espectro.menu.lvl.HTTP_UPDATE=HTTP_UPDATE
espectro.menu.lvl.HTTP_UPDATE.build.debug_level= -DDEBUG_ESP_HTTP_UPDATE
espectro.menu.lvl.UPDATER=UPDATER
espectro.menu.lvl.UPDATER.build.debug_level= -DDEBUG_ESP_UPDATER
espectro.menu.lvl.OTA=OTA
espectro.menu.lvl.OTA.build.debug_level= -DDEBUG_ESP_OTA
espectro.menu.lvl.OOM=OOM
espectro.menu.lvl.OOM.build.debug_level= -DDEBUG_ESP_OOM
espectro.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOM=CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM
espectro.menu.lvl.COREWIFIHTTP_UPDATEUPDATEROTAOOM.build.debug_level= -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP_UPDATE -DDEBUG_ESP_UPDATER -DDEBUG_ESP_OTA -DDEBUG_ESP_OOM
espectro.menu.lvl.SSLTLS_MEMHTTP_CLIENTHTTP_SERVERCOREWIFIHTTP_UPDATEUPDATEROTAOOM=SSL+TLS_MEM+HTTP_CLIENT+HTTP_SERVER+CORE+WIFI+HTTP_UPDATE+UPDATER+OTA+OOM
espectro.menu.lvl.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
espectro.menu.lvl.NoAssert-NDEBUG=NoAssert-NDEBUG
espectro.menu.lvl.NoAssert-NDEBUG.build.debug_level= -DNDEBUG
espectro.menu.wipe.none=Only Sketch
espectro.menu.wipe.none.upload.erase_cmd=
espectro.menu.wipe.sdk=Sketch + WiFi Settings
espectro.menu.wipe.sdk.upload.erase_cmd=-ca "{build.rfcal_addr}" -cz 0x4000
espectro.menu.wipe.all=All Flash Contents
espectro.menu.wipe.all.upload.erase_cmd=-ca 0x0 -cz "{build.flash_size_bytes}"
espectro.menu.baud.115200=115200
espectro.menu.baud.115200.upload.speed=115200
espectro.menu.baud.9600=9600
espectro.menu.baud.9600.upload.speed=9600
espectro.menu.baud.57600=57600
espectro.menu.baud.57600.upload.speed=57600
espectro.menu.baud.230400.linux=230400
espectro.menu.baud.230400.macosx=230400
espectro.menu.baud.230400.upload.speed=230400
espectro.menu.baud.256000.windows=256000
espectro.menu.baud.256000.upload.speed=256000
espectro.menu.baud.460800.linux=460800
espectro.menu.baud.460800.macosx=460800
espectro.menu.baud.460800.upload.speed=460800
espectro.menu.baud.512000.windows=512000
espectro.menu.baud.512000.upload.speed=512000
espectro.menu.baud.921600=921600
espectro.menu.baud.921600.upload.speed=921600

View File

@ -439,3 +439,12 @@ Please DO NOTICE that you MUST pull up pin 15 to enable the power for Grove port
Product page: https://www.seeedstudio.com/Wio-Link-p-2604.html
ESPectro Core
-------------
ESPectro Core is ESP8266 development board as the culmination of our 3+ year experience in exploring and developing products with ESP8266 MCU.
Initially designed for kids in mind, everybody should be able to use it. Yet it's still hacker-friendly as we break out all ESP8266 ESP-12F pins.
More details at https://shop.makestro.com/product/espectrocore/

View File

@ -101,6 +101,9 @@
},
{
"name": "Seeed Wio Link"
},
{
"name": "ESPectro Core"
}
],
"toolsDependencies": [

View File

@ -820,6 +820,26 @@ boards = collections.OrderedDict([
'',
'Product page: https://www.seeedstudio.com/Wio-Link-p-2604.html'
],
}),
('espectro', {
'name': 'ESPectro Core',
'opts': {
'.build.board': 'ESP8266_ESPECTRO_CORE',
'.build.variant': 'espectro',
},
'macro': [
'resetmethod_nodemcu',
'flashmode_dio',
'flashfreq_40',
'4M',
],
'desc': [
'ESPectro Core is ESP8266 development board as the culmination of our 3+ year experience in exploring and developing products with ESP8266 MCU.',
'',
'Initially designed for kids in mind, everybody should be able to use it. Yet it\'s still hacker-friendly as we break out all ESP8266 ESP-12F pins.',
'',
'More details at https://shop.makestro.com/product/espectrocore/',
],
})
])

View File

@ -0,0 +1,50 @@
/*
pins_arduino.h - Pin definition functions for Arduino
Part of Arduino - http://www.arduino.cc/
Copyright (c) 2007 David A. Mellis
Modified for ESP8266 platform by Ivan Grokhotkov, 2014-2015.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
$Id: wiring.h 249 2007-02-03 16:52:51Z mellis $
*/
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include "../generic/common.h"
#ifndef ESPECTRO_CORE_VERSION
#define ESPECTRO_CORE_VERSION 3
#endif
static const uint8_t SDA = 4;
static const uint8_t SCL = 5;
#define LED_BUILTIN 15
#if ESPECTRO_CORE_VERSION == 3
static const uint8_t BUTTON_BUILTIN = 0;
static const uint8_t BUILTIN_BUTTON = 0;
#else
static const uint8_t BUTTON_BUILTIN = 2;
static const uint8_t BUILTIN_BUTTON = 2;
#endif
static const uint8_t RX = 3;
static const uint8_t TX = 1;
static const uint8_t RX0 = 3;
static const uint8_t TX0 = 1;
static const uint8_t TX1 = 2;
#endif /* Pins_Arduino_h */