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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-09-18
esp8266: Remove release-specific manifest, disable osdebug by default.
Damien George
2020-05-08
esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.
Damien George
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-04
esp8266: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-03-25
ports: Add lib/libm/roundf.c to bare-metal Makefile's.
Zoltán Vörös
2019-12-27
ports: Allow overriding CROSS_COMPILE in a custom makefile.
David Lechner
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-10-21
esp8266: Allow building without a manifest.
Jim Mussared
2019-10-15
esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-10-10
esp8266: Add per-board configs, following other ports.
Mike Causer
2019-03-14
ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code.
Damien George
2019-03-05
ports: Update to work with new oofatfs version.
Damien George
2018-10-27
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Damien George
2018-09-08
esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2017-12-22
esp8266/Makefile: Remove commented-out unused lines.
Damien George
2017-09-10
esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.
Paul Sokolovsky
2017-09-10
esp8266: Rename axtls_helpers.c to posix_helpers.c.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George