aboutsummaryrefslogtreecommitdiff
path: root/esp8266/etshal.h
AgeCommit message (Collapse)Author
2016-08-04esp8266/modesp: Add check_fw() function to check integrity of the firmware.Paul Sokolovsky
Requires firmware generated by the latest makeimg.py (which stores size and md5 of the firmware together with the firmware itself).
2016-05-03esp8266/modesp: Add malloc() and free() functions.Paul Sokolovsky
Useful for testing fragmentation issues in OS heap. E.g. freemem() may report large amount, but is it possible to actually allocate block of a given size? Issue malloc() (followed by free()) to find out.
2016-03-29esp8266: Implement os.urandom function.Damien George
Uses what is suspected to be a hardware random number generator.
2016-03-05esp8266/etshal.h: More prototypes of ESP8266 SDK/BootROM functions.Damien George
2016-03-04esp8266/etshal.h: Add timer functions prototypes.Paul Sokolovsky
2015-05-28esp8266: Enable setting CPU frequency to 160MHzJosef Gajdusek
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George