aboutsummaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-06-12esp8266: Add skeleton "network" module.Paul Sokolovsky
2015-05-26esp8266: Add uos moduleJosef Gajdusek
2015-05-13esp8266: Add module weak links; link time to utime.Damien George
2015-05-13esp8266: Add utime and pyb.RTCJosef Gajdusek
2015-05-06esp8266: Add support for frozen modulesJosef Gajdusek
2015-05-04esp8266: Add esp.socket class, with ESP-style socket functionality.Josef Gajdusek
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-01-25esp8266: Add "esp" module with esp8266-specific "cooperative" networking.Paul Sokolovsky
2015-01-16esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2014-11-28esp8266: Change bignum from mpz to longlong; move some rodata to iram.Damien George
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George