index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
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
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
2022-06-20
extmod/modlwip: Clean up inclusion of modlwip in build process.
Damien George
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2020-10-22
extmod: Disable -Wmissing-field-initializers for lfs2.
Emil Renner Berthing
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-10-30
extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.
Damien George
2019-10-29
extmod: Add VFS littlefs bindings.
Damien George
2019-06-05
extmod/extmod.mk: Include mdns app source in lwIP build.
Damien George
2019-06-05
extmod/extmod.mk: Integrate mbedTLS so it is built from source.
Damien George
2019-06-05
extmod: Factor out makefile rules from py.mk to new extmod.mk file.
Damien George