Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George | |
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way. | |||
2016-11-02 | esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector. | Paul Sokolovsky | |
2016-10-18 | esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0. | Paul Sokolovsky | |
SDK 2.0.0 goes into boot loop if a firmware is programmed over erased flash, causing problems with user experience. This change implements behavior similar to older SDKs': if clean flash is detected, default system parameters are used. |