20 Commits

Author SHA1 Message Date
139ea01181 docs(README): Update GCC version and download URL 2020-10-13 15:43:16 +08:00
4bf449abc8 tools(gcc): modify win32 cross toolchain download URL
ZIP file is better for windows platform.
2019-09-10 15:39:05 +08:00
8234436cde tools(gcc): fix disassembly instruction decoding error 2019-09-04 14:01:12 +08:00
cc267ab0df feat(hello_world): add example hello_world from esp-idf and modify it for ESP8266
Commit ID: b0456cc9
2019-08-27 15:15:44 +08:00
2025846803 feat(doc): Add old toolchian(4.8.5) download url 2019-03-08 16:53:48 +08:00
f9d72e92b5 docs(README): Add readdocs link to README 2019-02-22 11:44:40 +08:00
efdd1c6efb feat: Update gcc to v5.2.0, new url in README 2018-11-09 15:40:09 +08:00
624e8b5833 docs(readme): Remove description of v2.0.0 2018-09-13 15:08:43 +08:00
3bd7539968 feat(doc): update toolchain(4.8.5) url in README 2018-07-18 12:12:26 +08:00
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