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