aboutsummaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2016-08-01esp8266: Make APA102 driver inclusion configurable.Paul Sokolovsky
2016-07-30py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.Paul Sokolovsky
2016-07-30esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.Paul Sokolovsky
2016-07-22esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.Paul Sokolovsky
2016-06-29esp8266: Enable frozen bytecode, with scripts in modules/ subdir.Damien George
2016-05-31esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.Paul Sokolovsky
2016-05-31extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.Damien George
2016-05-22esp8266: Enable collections.OrderedDict.Paul Sokolovsky
2016-05-12esp8266: Change to use internal errno's.Damien George
2016-05-10esp8266: Enable uerrno module, weak linked also as errno.Damien George
2016-05-10esp8266: Convert to use new MP_Exxx errno symbols.Damien George
2016-05-10esp8266/mpconfigport: Reduce various parser-related allocation params.Paul Sokolovsky
2016-05-02esp8266: Change platform name from ESP8266 to esp8266.Damien George
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