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

Merge remote-tracking branch 'esp8266/master'

This commit is contained in:
Me No Dev 2015-12-22 01:06:45 +02:00
commit f24ce1d32c

View File

@ -19,17 +19,23 @@ platformio boards espressif
# -------------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------------
# Type MCU Frequency Flash RAM Name # Type MCU Frequency Flash RAM Name
# -------------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------------
# huzzah esp8266 80Mhz 1024Kb 80Kb Adafruit HUZZAH ESP8266 # huzzah esp8266 80Mhz 4096Kb 80Kb Adafruit HUZZAH ESP8266
# espino esp8266 80Mhz 1024Kb 80Kb ESPino # espino esp8266 80Mhz 4096Kb 80Kb ESPino
# esp12e esp8266 80Mhz 1024Kb 80Kb Espressif ESP8266 ESP-12E # esp12e esp8266 80Mhz 4096Kb 80Kb Espressif ESP8266 ESP-12E
# esp01 esp8266 80Mhz 512Kb 80Kb Espressif Generic ESP8266 ESP-01 # esp01_1m esp8266 80Mhz 1024Kb 80Kb Espressif Generic ESP8266 ESP-01 1M
# nodemcu esp8266 80Mhz 1024Kb 80Kb NodeMCU 0.9 & 1.0 # esp01 esp8266 80Mhz 512Kb 80Kb Espressif Generic ESP8266 ESP-01 512k
# modwifi esp8266 80Mhz 1024Kb 80Kb Olimex MOD-WIFI-ESP8266(-DEV) # nodemcu esp8266 80Mhz 4096Kb 80Kb NodeMCU 0.9 & 1.0
# modwifi esp8266 80Mhz 2048Kb 80Kb Olimex MOD-WIFI-ESP8266(-DEV)
# thing esp8266 80Mhz 512Kb 80Kb SparkFun ESP8266 Thing # thing esp8266 80Mhz 512Kb 80Kb SparkFun ESP8266 Thing
# esp210 esp8266 80Mhz 1024Kb 80Kb SweetPea ESP-210 # esp210 esp8266 80Mhz 4096Kb 80Kb SweetPea ESP-210
# d1 esp8266 80Mhz 1024Kb 80Kb WeMos D1 # d1 esp8266 80Mhz 4096Kb 80Kb WeMos D1
# d1_mini esp8266 80Mhz 1024Kb 80Kb WeMos D1 mini # d1_mini esp8266 80Mhz 4096Kb 80Kb WeMos D1 mini
# ... # ...
#
# The rest of Board/MCU variations with the different Flash/SPIFFS can be customized using extra LD Script.
# PlatformIO contains the popular LD scripts.
# See http://docs.platformio.org/en/latest/platforms/espressif.html#custom-flash-size
#
# #
# Initialise base project # Initialise base project