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