aboutsummaryrefslogtreecommitdiff
path: root/extmod/extmod.mk
AgeCommit message (Expand)Author
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2020-10-22extmod: Disable -Wmissing-field-initializers for lfs2.Emil Renner Berthing
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29extmod: Add VFS littlefs bindings.Damien George
2019-06-05extmod/extmod.mk: Include mdns app source in lwIP build.Damien George
2019-06-05extmod/extmod.mk: Integrate mbedTLS so it is built from source.Damien George
2019-06-05extmod: Factor out makefile rules from py.mk to new extmod.mk file.Damien George