summaryrefslogtreecommitdiff
path: root/extmod/extmod.mk
AgeCommit message (Expand)Author
2025-08-01extmod/machine_i2c_target: Add new machine.I2CTarget class.Damien George
2025-05-07lib/littlefs: Reuse existing CRC32 function to save space.Daniël van de Giessen
2025-04-22drivers/esp-hosted: Rename Bluetooth HCI backend driver.iabdalkader
2025-04-08extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.Damien George
2025-04-08extmod/extmod.mk: Add cyw43_spi.c to list of sources.Damien George
2025-02-11extmod/modmarshal: Add new marshal module.Damien George
2025-01-17lib/mbedtls: Update to mbedtls v3.6.2.Glenn Strauss
2024-12-23extmod/vfs_rom: Add VfsRom filesystem object.Damien George
2024-12-10extmod/extmod.mk: Fix libmetal build prefix.iabdalkader
2024-10-25extmod/modtls_mbedtls: Support alternate sign callbacks in Python.iabdalkader
2024-08-29extmod/network_ppp_lwip: Add network.PPP via lwIP.Damien George
2024-08-29extmod: Update make and cmake scripts to work with latest lwIP.Damien George
2024-08-08extmod/modopenamp: Add support for building Open-AMP on device side.iabdalkader
2024-06-27extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl.Damien George
2024-03-16all: Update extmod, ports, examples to build with new berkeley-db lib.Damien George
2024-03-15extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class.iabdalkader
2024-03-15extmod/modopenamp: Add new OpenAMP module.iabdalkader
2024-03-15extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton
2024-02-07extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.Damien George
2024-02-07extmod/modtls: Move the native ssl module to tls.Felix Dörre
2024-01-30all: Update bindings, ports and tests for mbedtls v3.5.1.Carlosgg
2024-01-21extmod/extmod.mk: Disable uninitialized warnings in kf_rem_pio2.c.Kwabena W. Agyeman
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