Skip to content

Commit

Permalink
Update readme and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Jul 28, 2015
1 parent 2ad5590 commit 010a1a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Arduino-compatible IDE with ESP8266 support
Arduino core for ESP8266 WiFi chip
===========================================

This project brings support for ESP8266 chip to the Arduino environment. ESP8266WiFi library bundled with this project has the same interface as the WiFi Shield library, making it easy to re-use existing code and libraries.
This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.

ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals.

### Installing with Boards Manager ###

Expand Down Expand Up @@ -41,9 +43,12 @@ Documentation for latest development version:

### Issues and support ###

Forum: http://www.esp8266.com/arduino
The best place to ask questions related to this core is ESP8266 community forum: http://www.esp8266.com/arduino.
If you find the forum useful, please consider supporting it with a donation.
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/webscr?cmd=_s-xclick&hosted_button_id=4M56YCWV6PX66)

Submit issues on Github: https://github.com/esp8266/Arduino/issues
If you encounter an issue, you are welcome to submit it here on Github: https://github.com/esp8266/Arduino/issues.
Please provide as much context as possible: version which you are using (you can check it in Boards Manager), your sketch code, serial output, board model, IDE settings (board selection, flash size, etc).

### Contributing

Expand Down
14 changes: 14 additions & 0 deletions doc/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: Change log

*Current release*

### Core

- Add first batch of file system APIs
- Allow user to run code in user_rf_pre_init


### Libraries

- ESP8266WebServer: support for sending of PROGMEM strings
- ESP8266WiFi: fix mode selection (#529)

### Tools

- Update SDK to 1.2.0_15_07_13_p4

---
## 1.6.5-947-g39819f0
Expand Down

0 comments on commit 010a1a9

Please sign in to comment.