aboutsummaryrefslogtreecommitdiff
path: root/esp8266/eagle.rom.addr.v6.ld
AgeCommit message (Collapse)Author
2016-08-01esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.Paul Sokolovsky
2016-06-12esp8266: Switch floating-point arith routines to BootROM.Paul Sokolovsky
2016-04-14esp8266: Switch integer arith routines to BootROM.Paul Sokolovsky
2016-03-11esp8266: Add alternative event loop implementation.Paul Sokolovsky
This implementation provides the same interface and uses the same datastructures as used by BootROM, i.e. is a drop-in replacement for it. But it offers one advantage: it allows to run single iteration of event-pumping loop. Original BootROM function are renamed, prefixed with underscore. There's a switch which allows to use forward calls to them, for compatibility testing. The implementation also includes workarounds for hardware timer handler, and these workarounds may be SDK version specific.
2016-02-14eagle.rom.addr.v6.ld: More symbols from SDK 1.5.0.Paul Sokolovsky
2015-01-31esp8266: Update ROM address map to vendor SDK 0.9.5.Paul Sokolovsky
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George