aboutsummaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2016-04-29esp8266: Enable webrepl module.Paul Sokolovsky
2016-04-29esp8266: Enable WebREPL file transfer rate limiting.Paul Sokolovsky
2016-04-29esp8266/help: Implement help() builtin.Paul Sokolovsky
2016-04-28esp8266: Move pyb.info() function to esp module and remove pyb module.Damien George
2016-04-15esp8266: Enable input() builtin.Paul Sokolovsky
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-14esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-04-13lib/utils/printf: Rework overriding printer of DEBUG_printf().Paul Sokolovsky
2016-04-12esp8266: Enable framebuf module.Damien George
2016-04-12esp8266: Switch from using custom I2C driver to generic extmod one.Damien George
2016-04-11esp8266: Enable websocket module.Paul Sokolovsky
2016-04-07esp8266: Switch from terse error messages to normal ones.Damien George
2016-04-02esp8266: Use VM_HOOK to call ets_loop_iter within the VM.Damien George
2016-04-01esp8266: Switch to non event-driven REPL to support paste mode.Paul Sokolovsky
2016-03-30esp8266: Fix issue when current repl line was garbage-collected.Paul Sokolovsky
2016-03-30esp8266: Support synchronous wifi scanning.Damien George
2016-03-29esp8266: Add basic support for duplicating REPL output.Paul Sokolovsky
2016-03-27esp8266: Enable FatFs support.Paul Sokolovsky
2016-03-24esp8266: Add onewire helper functions as C module.Damien George
2016-03-23esp8266: Enable auto-indent in REPL.Paul Sokolovsky
2016-03-23esp8266: Add "socket" and "usocket" aliases for lwip module.Paul Sokolovsky
2016-03-23esp8266: Enable non-blocking stream support.Paul Sokolovsky
2016-03-23esp8266: Enable more extmod's: uheapq, ure, uzlib.Damien George
2016-03-23esp8266: Add module weak link from json to ujson.Damien George
2016-03-23esp8266: Enable urandom module.Paul Sokolovsky
2016-03-17esp8266: Store frozen modules in FlashROM.Paul Sokolovsky
2016-03-11esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.Paul Sokolovsky
2016-03-08esp8266: Enable modlwip.Damien George
2016-03-07esp8266: Enable stack overflow checking.Paul Sokolovsky
2016-03-05esp8266: Support raising KeyboardInterrupt on Ctrl+C.Paul Sokolovsky
2016-03-05esp8266: Add custom _assert() function.Paul Sokolovsky
2016-03-04esp8266: Enable modmachine.Paul Sokolovsky
2016-03-03esp8266: Enable more features in mpconfigport.h.Damien George
2016-03-03esp8266: Enable uhashlib module.Paul Sokolovsky
2016-03-03esp8266: Enable config settings helpful for debugging.Paul Sokolovsky
2016-03-03esp8266: Enable ujson, ubinascii, and uctypes modules.Paul Sokolovsky
2016-03-02esp8266: Enable math module.Damien George
2016-03-02esp8266: Enable float support, using 30-bit stuffed floats.Damien George
2016-03-02esp8266: Switch bignum implementation from long-long to mpz.Damien George
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