summaryrefslogtreecommitdiff
path: root/extmod/extmod.mk
AgeCommit message (Expand)Author
2023-12-08extmod: Add lists of libm/libm_dbl source files for ports to use.Damien George
2023-11-30extmod/modmachine: Factor ports' machine module dict to common code.Damien George
2023-11-17extmod/extmod.mk: Allow enabling lwip loopback support.Peter Züger
2023-11-07extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George
2023-11-01lib/littlefs: Update LittleFS to v2.8.1.Daniël van de Giessen
2023-10-26extmod/machine_uart: Factor ports' UART Python bindings to common code.Damien George
2023-10-23extmod/machine_adc: Factor ports' ADC Python bindings to common code.Damien George
2023-10-20extmod/machine_i2s: Factor ports' I2S Python bindings to common code.Damien George
2023-10-20extmod/machine_wdt: Factor ports' WDT Python bindings to common code.Damien George
2023-09-14extmod/network_esp_hosted: Add ESP-Hosted networking interface.iabdalkader
2023-09-14drivers/esp-hosted: Add host driver for ESP-Hosted firmware.iabdalkader
2023-07-21extmod/moddeflate: Add deflate module providing the DeflateIO class.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared
2023-06-08extmod/modtimeq: Remove timeq module.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-05-19extmod/extmod.mk: Suppress deprecated-non-prototype warning.Chris Wilson
2023-04-30lib/mbedtls: Update to mbedtls v2.28.1.Carlosgg
2023-04-27extmod/modutime: Provide a generic time module.Damien George
2023-03-01stm32: Update to use the open-source lib version of cyw43-driver.Jim Mussared
2023-03-01extmod/modnetwork: Allow more extensive port-specific customisation.Jim Mussared
2022-11-09extmod/extmod.mk: Set default mbedtls config file in extmod Makefile.iabdalkader
2022-10-27extmod/machine_timer: Move stm32's implementation of machine.Timer here.Damien George
2022-10-11extmod: Make extmod.mk self-contained.Jim Mussared
2022-10-11extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.Jim Mussared
2022-07-18extmod: Always use custom mbedtls error message code.Damien George
2022-06-21extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.David Lechner
2022-06-20extmod/modlwip: Clean up inclusion of modlwip in build process.Damien George
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