summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/mpconfigport.h
Commit message (Expand)AuthorAge
* esp8266/modpybspi: Use generic SPI helper methods to implement SPI.Damien George2016-09-01
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* esp8266/mpconfigport.h: Enable support for all special methods.Paul Sokolovsky2016-08-14
* esp8266: Make APA102 driver inclusion configurable.Paul Sokolovsky2016-08-01
* py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.Paul Sokolovsky2016-07-30
* esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.Paul Sokolovsky2016-07-30
* esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.Paul Sokolovsky2016-07-22
* esp8266: Enable frozen bytecode, with scripts in modules/ subdir.Damien George2016-06-29
* esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.Paul Sokolovsky2016-05-31
* extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.Damien George2016-05-31
* esp8266: Enable collections.OrderedDict.Paul Sokolovsky2016-05-22
* esp8266: Change to use internal errno's.Damien George2016-05-12
* esp8266: Enable uerrno module, weak linked also as errno.Damien George2016-05-10
* esp8266: Convert to use new MP_Exxx errno symbols.Damien George2016-05-10
* esp8266/mpconfigport: Reduce various parser-related allocation params.Paul Sokolovsky2016-05-10
* esp8266: Change platform name from ESP8266 to esp8266.Damien George2016-05-02
* esp8266: Enable webrepl module.Paul Sokolovsky2016-04-29
* esp8266: Enable WebREPL file transfer rate limiting.Paul Sokolovsky2016-04-29
* esp8266/help: Implement help() builtin.Paul Sokolovsky2016-04-29
* esp8266: Move pyb.info() function to esp module and remove pyb module.Damien George2016-04-28
* esp8266: Enable input() builtin.Paul Sokolovsky2016-04-15
* py: Declare help, input, open builtins in core.Paul Sokolovsky2016-04-15
* esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George2016-04-14
* py: Add ability to have frozen persistent bytecode from .mpy files.Damien George2016-04-13
* lib/utils/printf: Rework overriding printer of DEBUG_printf().Paul Sokolovsky2016-04-13
* esp8266: Enable framebuf module.Damien George2016-04-12
* esp8266: Switch from using custom I2C driver to generic extmod one.Damien George2016-04-12
* esp8266: Enable websocket module.Paul Sokolovsky2016-04-11
* esp8266: Switch from terse error messages to normal ones.Damien George2016-04-07
* esp8266: Use VM_HOOK to call ets_loop_iter within the VM.Damien George2016-04-02
* esp8266: Switch to non event-driven REPL to support paste mode.Paul Sokolovsky2016-04-01
* esp8266: Fix issue when current repl line was garbage-collected.Paul Sokolovsky2016-03-30
* esp8266: Support synchronous wifi scanning.Damien George2016-03-30
* esp8266: Add basic support for duplicating REPL output.Paul Sokolovsky2016-03-29
* esp8266: Enable FatFs support.Paul Sokolovsky2016-03-27
* esp8266: Add onewire helper functions as C module.Damien George2016-03-24
* esp8266: Enable auto-indent in REPL.Paul Sokolovsky2016-03-23
* esp8266: Add "socket" and "usocket" aliases for lwip module.Paul Sokolovsky2016-03-23
* esp8266: Enable non-blocking stream support.Paul Sokolovsky2016-03-23
* esp8266: Enable more extmod's: uheapq, ure, uzlib.Damien George2016-03-23
* esp8266: Add module weak link from json to ujson.Damien George2016-03-23
* esp8266: Enable urandom module.Paul Sokolovsky2016-03-23
* esp8266: Store frozen modules in FlashROM.Paul Sokolovsky2016-03-17
* esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.Paul Sokolovsky2016-03-11
* esp8266: Enable modlwip.Damien George2016-03-08
* esp8266: Enable stack overflow checking.Paul Sokolovsky2016-03-07
* esp8266: Support raising KeyboardInterrupt on Ctrl+C.Paul Sokolovsky2016-03-05
* esp8266: Add custom _assert() function.Paul Sokolovsky2016-03-05
* esp8266: Enable modmachine.Paul Sokolovsky2016-03-04
* esp8266: Enable more features in mpconfigport.h.Damien George2016-03-03