Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ports: Make new ports/ sub-directory and move all ports there. | Damien George | 2017-09-06 |
| | | | | | | 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. | ||
* | esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector. | Paul Sokolovsky | 2016-11-02 |
| | |||
* | esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0. | Paul Sokolovsky | 2016-10-18 |
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. |