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