index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
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.cmake
Age
Commit message (
Expand
)
Author
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-03-16
all: Update extmod, ports, examples to build with new berkeley-db lib.
Damien George
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
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-07
extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.
Damien George
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-08-15
all: Remove query-variants make target.
Jim Mussared
2023-08-15
esp32/Makefile: Implement `make submodules` to match other ports.
Jim Mussared
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-14
extmod/btstack: Add cmake support for BTstack.
Peter Harper
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-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
extmod/modnetwork: Allow more extensive port-specific customisation.
Jim Mussared
2023-03-01
extmod/modnetwork: Add network.hostname() and network.country().
Jim Mussared
2022-11-17
extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition.
David Lechner
2022-11-08
extmod/extmod.cmake: Allow overriding the default MBEDTLS_CONFIG_FILE.
iabdalkader
2022-07-18
extmod: Always use custom mbedtls error message code.
Damien George
2022-06-20
extmod/extmod.cmake: Only include modbtree in build if it's enabled.
Damien George
2022-06-20
extmod/modlwip: Clean up inclusion of modlwip in build process.
Damien George
2022-06-11
extmod/extmod.cmake: Fix hard-coded mbedtls config file path.
iabdalkader
2022-06-08
extmod/extmod.cmake: Require components to be explicitly enabled.
Damien George
2022-06-03
rp2: Integrate lwIP network stack.
Andrew Leech
2022-04-04
extmod/extmod.cmake: Add micropy_lib_mbedtls component.
Damien George
2022-03-09
extmod/moduos: Create general uos module to be used by all ports.
Damien George
2021-09-19
extmod: Add platform module.
iabdalkader
2021-09-19
rp2: Add framework for networking.
iabdalkader
2021-09-04
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
Damien George
2021-08-19
extmod: Add machine.bitstream.
Jim Mussared
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-04-09
extmod/extmod.cmake: Add support to build btree module with CMake.
Damien George
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-02-15
py,extmod: Add core cmake rule files.
Damien George