index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
extmod.mk
Age
Commit message (
Expand
)
Author
2025-08-01
extmod/machine_i2c_target: Add new machine.I2CTarget class.
Damien George
2025-05-07
lib/littlefs: Reuse existing CRC32 function to save space.
Daniël van de Giessen
2025-04-22
drivers/esp-hosted: Rename Bluetooth HCI backend driver.
iabdalkader
2025-04-08
extmod/extmod.mk: Switch from drivers/cyw43/cywbt to lib/cyw43-drivers.
Damien George
2025-04-08
extmod/extmod.mk: Add cyw43_spi.c to list of sources.
Damien George
2025-02-11
extmod/modmarshal: Add new marshal module.
Damien George
2025-01-17
lib/mbedtls: Update to mbedtls v3.6.2.
Glenn Strauss
2024-12-23
extmod/vfs_rom: Add VfsRom filesystem object.
Damien George
2024-12-10
extmod/extmod.mk: Fix libmetal build prefix.
iabdalkader
2024-10-25
extmod/modtls_mbedtls: Support alternate sign callbacks in Python.
iabdalkader
2024-08-29
extmod/network_ppp_lwip: Add network.PPP via lwIP.
Damien George
2024-08-29
extmod: Update make and cmake scripts to work with latest lwIP.
Damien George
2024-08-08
extmod/modopenamp: Add support for building Open-AMP on device side.
iabdalkader
2024-06-27
extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl.
Damien George
2024-03-16
all: Update extmod, ports, examples to build with new berkeley-db lib.
Damien George
2024-03-15
extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class.
iabdalkader
2024-03-15
extmod/modopenamp: Add new OpenAMP module.
iabdalkader
2024-03-15
extmod/machine_usb_device: Add support for Python USB devices.
Angus Gratton
2024-02-07
extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.
Damien George
2024-02-07
extmod/modtls: Move the native ssl module to tls.
Felix Dörre
2024-01-30
all: Update bindings, ports and tests for mbedtls v3.5.1.
Carlosgg
2024-01-21
extmod/extmod.mk: Disable uninitialized warnings in kf_rem_pio2.c.
Kwabena W. Agyeman
2023-12-08
extmod: Add lists of libm/libm_dbl source files for ports to use.
Damien George
2023-11-30
extmod/modmachine: Factor ports' machine module dict to common code.
Damien George
2023-11-17
extmod/extmod.mk: Allow enabling lwip loopback support.
Peter Züger
2023-11-07
extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.
Damien George
2023-11-01
lib/littlefs: Update LittleFS to v2.8.1.
Daniël van de Giessen
2023-10-26
extmod/machine_uart: Factor ports' UART Python bindings to common code.
Damien George
2023-10-23
extmod/machine_adc: Factor ports' ADC Python bindings to common code.
Damien George
2023-10-20
extmod/machine_i2s: Factor ports' I2S Python bindings to common code.
Damien George
2023-10-20
extmod/machine_wdt: Factor ports' WDT Python bindings to common code.
Damien George
2023-09-14
extmod/network_esp_hosted: Add ESP-Hosted networking interface.
iabdalkader
2023-09-14
drivers/esp-hosted: Add host driver for ESP-Hosted firmware.
iabdalkader
2023-07-21
extmod/moddeflate: Add deflate module providing the DeflateIO class.
Jim Mussared
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-19
extmod/asyncio: Rename uasyncio to asyncio.
Jim Mussared
2023-06-08
extmod/modtimeq: Remove timeq module.
Jim Mussared
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-05-19
extmod/extmod.mk: Suppress deprecated-non-prototype warning.
Chris Wilson
2023-04-30
lib/mbedtls: Update to mbedtls v2.28.1.
Carlosgg
2023-04-27
extmod/modutime: Provide a generic time module.
Damien George
2023-03-01
stm32: Update to use the open-source lib version of cyw43-driver.
Jim Mussared
2023-03-01
extmod/modnetwork: Allow more extensive port-specific customisation.
Jim Mussared
2022-11-09
extmod/extmod.mk: Set default mbedtls config file in extmod Makefile.
iabdalkader
2022-10-27
extmod/machine_timer: Move stm32's implementation of machine.Timer here.
Damien George
2022-10-11
extmod: Make extmod.mk self-contained.
Jim Mussared
2022-10-11
extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.
Jim Mussared
2022-07-18
extmod: Always use custom mbedtls error message code.
Damien George
2022-06-21
extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.
David Lechner
[next]