aboutsummaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2023-12-22extmod/nimble: Do not set GAP device name after sync.Daniël van de Giessen
2023-12-22extmod/vfs_lfs: Fix lfs cache_size calculation.Peter Züger
2023-12-22extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written.Maarten van der Schrieck
2023-12-21extmod/modhashlib: Support MD5 with mbedtls 3.x.IhorNehrutsa
2023-12-21extmod/modselect: Handle growing the pollfds allocation correctly.Jim Mussared
2023-12-20extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods.Damien George
2023-12-18extmod/os_dupterm: Prevent recursive execution of mp_os_dupterm_rx_chr.Damien George
2023-12-18extmod/modos: Factor os.dupterm_notify() function to common extmod code.Damien George
2023-12-15extmod/modonewire: Improve write timings for better reliability.Elias Wimmer
2023-12-15extmod/modonewire: Adopt Maxim recommended read timings.Patrick Van Oosterwijck
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-12-14extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method.Damien George
2023-12-12extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.Damien George
2023-12-12extmod/modssl_mbedtls: Add SSLContext certificate methods.Carlosgg
2023-12-08extmod: Add lists of libm/libm_dbl source files for ports to use.Damien George
2023-12-08extmod: Switch to use new event functions.Angus Gratton
2023-12-06extmod/network_ninaw10: Switch to using soft-timer for polling.iabdalkader
2023-12-06extmod/modnetwork: Add deinit function to NIC protocol.iabdalkader
2023-12-01extmod/mbedtls: Enable certificate time/date validation by default.Damien George
2023-11-30nrf: Convert os module to use extmod version.Damien George
2023-11-30extmod/modmachine: Provide common implementation of disable/enable_irq.Damien George
2023-11-30extmod/modmachine: Provide common bindings for 6 bare-metal functions.Damien George
2023-11-30extmod/modmachine: Provide common Python bindings for bootloader().Damien George
2023-11-30extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option.Damien George
2023-11-30extmod/modmachine: Provide common Python bindings for machine.idle().Damien George
2023-11-30extmod/modmachine: Factor ports' machine module dict to common code.Damien George
2023-11-30extmod/modmachine: Make I2C/SPI defns available when soft impl enabled.Damien George
2023-11-17extmod/extmod.mk: Allow enabling lwip loopback support.Peter Züger
2023-11-09extmod/vfs_posix_file: Make standard file objects non-const.stijn
2023-11-09extmod/modbluetooth: Initialise nlr_jump_callback_top for IRQ handlers.Daniël van de Giessen
2023-11-09extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech
2023-11-08extmod/machine_i2c: Do a fast poll during I2C.scan().Damien George
2023-11-07extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George
2023-11-03py/misc: Change sizeof to offsetof for variable-length alloc.Jim Mussared
2023-11-01lib/littlefs: Update LittleFS to v2.8.1.Daniël van de Giessen
2023-10-31extmod: Remove empty utime_mphal.h file.Damien George
2023-10-27extmod/network_ninaw10: Fix select flags handling in socket poll.iabdalkader
2023-10-26extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.Damien George
2023-10-26extmod/modmachine: Consolidate simple machine headers into modmachine.h.Damien George
2023-10-26extmod/modmachine: Clean up decls of machine types to use common ones.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 comments, some enums and macros.Damien George
2023-10-20extmod/machine_i2s: Factor init_helper argument parsing.Damien George
2023-10-20extmod/machine_i2s: Factor print function.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.irq method.Damien George
2023-10-20extmod/machine_i2s: Factor I2S.shift method.Damien George
2023-10-20extmod/machine_i2s: Factor stream and ring-buf code.Damien George
2023-10-20extmod/machine_i2s: Factor ports' I2S Python bindings to common code.Damien George
2023-10-20extmod/machine_pwm: Remove header file and move decls to .c file.Damien George