summaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2018-02-23Remove obsolete periphal drivers in esp moduleDan Halbert
2017-11-06esp8266 enable framebuf (#408)jerryneedell
2017-10-16esp8266: add neopixel_write - remove neopixel.py (#339)jerryneedell
2017-09-02esp8266: restore machine moduleDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-08-07esp8266: Introduce `multiterminal` module for managing a secondaryScott Shawcroft
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19esp8266/mpconfigport.h: Make socket a weak linkAlex Robbins
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-06-23esp8266: Enable MICROPY_ENABLE_FINALISER.Paul Sokolovsky
2017-06-22extmmod/modonewire: Rename public module to mp_module_onewire.Damien George
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
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-10Split up nativeio.0.9.4Scott Shawcroft
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-03-10esp8266: Turn off framebuf to get space.Scott Shawcroft
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
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-03esp8266: Support data descriptors because its heavily used by the Register li...Scott Shawcroft
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-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
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