aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/mpconfigport.h
AgeCommit message (Expand)Author
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-10-29esp8266/mpconfigport.h: Seed the urandom module on import.robert
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-04-30esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.Damien George
2020-04-30esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07esp8266: Put mp_keyboard_interrupt in IRAM.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-11-07esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.Damien George
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-10-21esp8266: Allow building without a manifest.Jim Mussared
2019-10-10esp8266: Add per-board configs, following other ports.Mike Causer
2019-08-06esp8266/mpconfigport.h: Enable lwIP raw sockets.Damien George
2019-07-03extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2018-12-05esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init.Damien George
2018-12-04stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM.Damien George
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-06-27esp8266/mpconfigport.h: Enable ucryptolib module for standard build.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-05-17esp8266/mpconfigport.h: Add some weak links to common Python modules.Damien George
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George