11 Commits

Author SHA1 Message Date
b32b40cf44 feat(doc): Update README due to the SDK framework change
Closes https://github.com/espressif/esp-idf/issue/164
Closes https://github.com/espressif/esp-idf/issue/169
2018-05-18 11:37:01 +08:00
a1702ab99c feat(doc): Add main description for release v2.0.0 in README 2018-04-16 20:54:04 +08:00
7ca5daad98 feat(doc): Update readme to show new branch model and roadmap 2018-04-03 17:55:49 +08:00
17c4971756 optimize: Support to put rodata to Flash
Version(488a5a6)

Refer to ld/eagle.app.v6.common.ld, you can add your libraries into .irom0.text segment.
2017-03-16 19:09:42 +08:00
d091945abf update make_cert.py 2015-11-03 15:51:12 +08:00
3ca6af5da6 NEW VERSION: 1.3.0
1. Add libssc.a, simple serial console lib.
 2. Add libspiffs.a, SPI file system.
 3. Add libwps.a to support WPS.
 4. Add libespconn.a, Espressif connection lib.
 5. Add libespnow.a to support Espressif ESP-NOW.
 6. Add libmesh.a, Espressif mesh.
 7. Add libnopoll.a, websocket.
 8. Add make_lib.sh in "third_party" folder.
 9. Add modem-sleep & light-sleep supported.
10. Update libcirom.a to support float IO.
11. Update gen_misc.sh & gen_misc.bat.
12. Update header files, add comments in doxygen style.
13. Update libsmartconfig.a to version 2.5.2.
14. Update libssl.a.
15. Updates driver (PWM/UART/GPIO/SPI/Hardware timer).
16. Update open source codes of third_party.
17. Modify "ld" files, "dram0 len" should be 0x18000 in RTOS SDK.
18. Remove header files in extra_include, which are already in compile folder.
19. Other APIs sync from non-OS SDK, more details in documentation "20B-ESP8266__RTOS_SDK_API Reference".
20. Other optimization to make the SDK more stable.
2015-11-02 19:42:55 +08:00
a2b413ad29 NEW VERSION: 1.2.0
1. add modified version libgcc.a, remove functions which are already in rom, for removed functions, refer to eagle.rom.addr.v6.ld;
2. add modified version libcirom.a, remove functions which are already in rom, for removed functions, refer to eagle.rom.addr.v6.ld;
3. modify eagle.rom.addr.v6.ld;
4. modify Makefile, project can be separated from SDK;
5. add a project template in examples folder, it's IMPORTANT, PLS refer to readme.txt in project_template;
6. remove app project folder, project_template is a good startup;
7. use gcc by default;
8. modify ld struct, add some comment and Flash MAP, it's clear now;
9. add upgrade.h;
10.other minor changes;
2015-08-28 19:32:24 +08:00
ce2ee9deb2 Update README.md 2015-05-29 20:40:39 +08:00
cb74d32958 Update README.md 2014-12-22 17:14:00 +08:00
a4436928c7 Update README.md 2014-12-22 17:13:18 +08:00
246d2d7c8b Create README.md 2014-12-22 17:12:07 +08:00