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
/
Makefile
Age
Commit message (
Expand
)
Author
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-19
all: Make netutils.h available to all ports by default.
Paul Sokolovsky
2015-09-12
esp8266: Remove "time" command from deploy target.
Damien George
2015-07-04
esp8266: Allow to easily override programming baudrate.
Paul Sokolovsky
2015-06-12
esp8266: Add skeleton "network" module.
Paul Sokolovsky
2015-05-28
esp8266: Add pyb.ADC class
Josef Gajdusek
2015-05-26
esp8266: Add uos module
Josef Gajdusek
2015-05-13
esp8266: Add configuration option for redirecting the built-in OS output
Josef Gajdusek
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-05
string0.c: Move from stmhal/ to lib/.
Paul Sokolovsky
2015-02-13
esp8266: Add basic pyb.Pin class; supports output mode only.
Damien George
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-01-31
esp8266: Add "reset" target to Makefile.
Paul Sokolovsky
2015-01-25
esp8266: Add "esp" module with esp8266-specific "cooperative" networking.
Paul Sokolovsky
2015-01-12
esp8266: Update for readline module moved to lib/.
Paul Sokolovsky
2015-01-01
esp8266: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-29
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Damien George
2014-11-28
esp8266: Make default ESP_SDK variable work correctly.
Damien George
2014-11-28
esp8266: Change bignum from mpz to longlong; move some rodata to iram.
Damien George
2014-11-28
esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.
Damien George
2014-11-28
esp8266: Allow to override serial port.
Paul Sokolovsky
2014-11-27
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George