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
Age
Commit message (
Expand
)
Author
2023-11-01
lib/littlefs: Update LittleFS to v2.8.1.
Daniƫl van de Giessen
2023-10-31
extmod: Remove empty utime_mphal.h file.
Damien George
2023-10-27
extmod/network_ninaw10: Fix select flags handling in socket poll.
iabdalkader
2023-10-26
extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.
Damien George
2023-10-26
extmod/modmachine: Consolidate simple machine headers into modmachine.h.
Damien George
2023-10-26
extmod/modmachine: Clean up decls of machine types to use common ones.
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 comments, some enums and macros.
Damien George
2023-10-20
extmod/machine_i2s: Factor init_helper argument parsing.
Damien George
2023-10-20
extmod/machine_i2s: Factor print function.
Damien George
2023-10-20
extmod/machine_i2s: Factor I2S.irq method.
Damien George
2023-10-20
extmod/machine_i2s: Factor I2S.shift method.
Damien George
2023-10-20
extmod/machine_i2s: Factor stream and ring-buf code.
Damien George
2023-10-20
extmod/machine_i2s: Factor ports' I2S Python bindings to common code.
Damien George
2023-10-20
extmod/machine_pwm: Remove header file and move decls to .c file.
Damien George
2023-10-20
extmod/machine_wdt: Factor ports' WDT Python bindings to common code.
Damien George
2023-10-20
extmod/network_ninaw10: Raise an error if nina_ioctl fails.
iabdalkader
2023-10-19
extmod/vfs_posix: Fix getcwd() on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative paths on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative root path.
Christian Walther
2023-10-16
extmod/modframebuf: Remove FrameBuffer1 from natmod build.
Jim Mussared
2023-10-16
extmod/modframebuf: Fix FrameBuffer get-buffer implementation.
Jim Mussared
2023-10-16
extmod/modframebuf: Validate FrameBuffer bounds against input buffer.
Jim Mussared
2023-10-13
extmod/asyncio: Emit errors to stderr, not stdout.
Matthias Urlichs
2023-10-12
extmod/moductypes: Validate that uctypes.struct addr argument is an int.
Damien George
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-10-05
extmod/vfs_posix_file: Fix flush handling in msvc builds.
stijn
2023-10-04
extmod/modnetwork: Forward if.config(hostname) to network.hostname.
Jim Mussared
2023-10-04
extmod/modnetwork: Increase max hostname length to 32.
Jim Mussared
2023-10-03
all: Fix various spelling mistakes found by codespell 2.2.6.
Damien George
2023-10-02
extmod/asyncio/stream.py: Fix cancellation handling of start_server.
Jim Mussared
2023-09-29
extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent.
Damien George
2023-09-29
extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return.
Jim Mussared
2023-09-29
extmod/modssl_axtls: Only close underlying socket once if it was used.
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-09-12
extmod/modlwip: Fix setting of IP option SOF_BROADCAST.
Damien George
2023-09-03
extmod/modssl_mbedtls: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET.
Mirko Vogt
2023-09-03
extmod/modssl_mbedtls: Call func psa_crypto_init if PSA is used.
Mirko Vogt
2023-09-01
extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option.
Wang Xuancong
2023-09-01
extmod/vfs_posix_file: Implement sys.std*.buffer objects.
stephanelsmith
2023-09-01
extmod/vfs_posix_file: Fix flush handling on macOS.
stephanelsmith
2023-09-01
extmod/moddeflate: Change default window size.
Jim Mussared
2023-08-30
extmod/modssl_mbedtls: Clear sock member if error creating SSLSocket.
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-08-14
extmod/modselect: Properly track number of poll objects that are fd's.
Damien George
2023-08-09
extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state.
Damien George
2023-08-09
extmod/modssl_mbedtls: Reject ioctls that are not supported.
Damien George
[next]