Skip to content

Commit

Permalink
- Update board and filesystem detail.
Browse files Browse the repository at this point in the history
- use LED_BUILTIN instead of BUILTIN_LED.
- update package_esp8266com_index.template.json file.
  • Loading branch information
nazt committed Feb 8, 2016
1 parent b01a766 commit 5dc34d1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
9 changes: 8 additions & 1 deletion doc/boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Supported Hardware

## Table of contents
* [Adafruit HUZZAH ESP8266 (ESP\-12)](#adafruit-huzzah-esp8266-esp-12)
* [ESPresso Lite 1.0](#espresso-lite)
* [ESPresso Lite 2.0](#espresso-lite)
* [NodeMCU 0\.9 <a name="user\-content\-nodemcu\-0\-9"></a>](#nodemcu-09-)
* [Pin mapping](#pin-mapping)
* [NodeMCU 1\.0](#nodemcu-10)
Expand Down Expand Up @@ -32,6 +34,11 @@ title: Supported Hardware

*TODO: add notes*

## ESPresso Lite

The latest Arduino-compatible ESP8266 Wi-Fi development board for makers and novice learners to build their very own Internet-of-Things (IoT) projects.


## NodeMCU 0.9

### Pin mapping
Expand Down Expand Up @@ -190,7 +197,7 @@ ESPxx Hardware
| CH_PD | PullUp | |

* Note
- if no RTS is used a manual power toggle is needed
- if no RTS is used a manual power toggle is needed

### Minimal Hardware Setup for Running only ##

Expand Down
2 changes: 2 additions & 0 deletions doc/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Generic module | 1M | 64k, 128k, 256k, 512k
Generic module | 2M | 1M
Generic module | 4M | 3M
Adafruit HUZZAH | 4M | 1M, 3M
ESPresso Lite 1.0 | 4M | 1M, 3M
ESPresso Lite 2.0 | 4M | 1M, 3M
NodeMCU 0.9 | 4M | 1M, 3M
NodeMCU 1.0 | 4M | 1M, 3M
Olimex MOD-WIFI-ESP8266(-DEV)| 2M | 1M
Expand Down
6 changes: 6 additions & 0 deletions package/package_esp8266com_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
{
"name": "Adafruit HUZZAH ESP8266 (ESP-12)"
},
{
"name": "ESPresso Lite 1.0"
},
{
"name": "ESPresso Lite 2.0"
},
{
"name": "SparkFun Thing"
},
Expand Down
2 changes: 1 addition & 1 deletion variants/espresso_lite_v1/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
static const uint8_t MISO = 12;
static const uint8_t SCK = 14;

static const uint8_t BUILTIN_LED = 16;
static const uint8_t LED_BUILTIN = 16;

static const uint8_t A0 = 17;

Expand Down
2 changes: 1 addition & 1 deletion variants/espresso_lite_v2/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
static const uint8_t MISO = 12;
static const uint8_t SCK = 14;

static const uint8_t BUILTIN_LED = 2;
static const uint8_t LED_BUILTIN = 2;

static const uint8_t A0 = 17;

Expand Down

0 comments on commit 5dc34d1

Please sign in to comment.