aboutsummaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19esp8266/mpconfigport.h: Make socket a weak linkAlex Robbins
2017-06-23esp8266: Enable MICROPY_ENABLE_FINALISER.Paul Sokolovsky
2017-06-22extmmod/modonewire: Rename public module to mp_module_onewire.Damien George
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-05-26esp8266/mpconfigport.h: Remove duplicate link to lwip module.Damien George
2017-04-11extmod/machine_signal: Support all Pin's arguments to the constructor.Paul Sokolovsky
2017-04-03esp8266: Remove unused entry in port root pointers.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-20esp8266: Enable micropython.schedule() with locking in pin callback.Damien George
2017-02-24esp8266/mpconfigport.h: Enable help('modules') feature.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.Damien George
2017-01-27esp8266: Change to use new generic VFS sub-system.Damien George
2017-01-27esp8266: Switch to use OO version of FatFs library.Damien George
2017-01-22esp8266: Convert to use builtin help function.Damien George
2016-12-23stmhal, esp8266: Enable utimeq module.Paul Sokolovsky
2016-12-15esp8266: Use core-provided keyboard exception object.Damien George
2016-12-09esp8266: Enable inline Xtensa assembler.Damien George
2016-12-09esp8266: Enable native emitter for Xtensa arch.Damien George
2016-12-08esp8266: Refactor to use extmod implementation of software SPI class.Damien George
2016-12-02esp8266: Enable uselect module.Damien George
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-10-19esp8266: Add MP_FASTCODE modifier to put a function to iRAM.Paul Sokolovsky
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky
2016-10-14esp8266: Enable micropython.alloc_emergency_exception_buf().Damien George
2016-10-12esp8266: Enable importing of precompiled .mpy files.Damien George
2016-10-12esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access.Damien George
2016-10-11esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRSRadomir Dopieralski
2016-10-09esp8266: Make neopixel support configurable.Paul Sokolovsky
2016-10-06esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS.Damien George
2016-09-01esp8266/modpybspi: Use generic SPI helper methods to implement SPI.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-08-14esp8266/mpconfigport.h: Enable support for all special methods.Paul Sokolovsky
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