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
2024-12-23
extmod/vfs_reader: Add support for opening a memory-mappable file.
Damien George
2024-12-23
extmod/vfs_rom: Add VfsRom filesystem object.
Damien George
2024-12-20
extmod/vfs: Guard mutating fs functions with MICROPY_VFS_WRITABLE.
Damien George
2024-12-18
extmod/moductypes: Fix large return values of addressof and INT_MAYBE.
Damien George
2024-12-10
extmod/modplatform: Distinguish RISC-V 64 from RISC-V 32.
Alessandro Gatti
2024-12-10
extmod/extmod.mk: Fix libmetal build prefix.
iabdalkader
2024-11-30
extmod/modplatform: Add Android to the recognised platforms list.
Alessandro Gatti
2024-11-30
extmod/modplatform: Add Clang to the known compilers list.
Alessandro Gatti
2024-11-30
extmod/modplatform: Distinguish AArch64 from AArch32.
Alessandro Gatti
2024-11-28
extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.
Corran Webster
2024-11-20
extmod/network_cyw43: Allow configuring active AP interface.
Angus Gratton
2024-11-20
extmod/network_cyw43: Fix uninitialised variable in status('stations').
Damien George
2024-11-20
extmod/network_cyw43: Fix isconnected() result on AP interface.
Angus Gratton
2024-11-13
extmod/vfs_blockdev: Support bool return from Python read/write blocks.
Damien George
2024-11-13
extmod/network_ppp: Allow stream=None to suspend PPP.
Daniël van de Giessen
2024-11-13
extmod/network_ppp: Add stream config parameter.
Daniël van de Giessen
2024-11-13
extmod/modlwip: Don't allow writing to a TCP socket that is connecting.
Damien George
2024-11-05
extmod/nimble: Remove asserts of ediv_rand_present and adjust comments.
Damien George
2024-11-04
extmod/modlwip: Fix IGMP address type when IPv6 is enabled.
Damien George
2024-10-25
extmod/modtls_mbedtls: Support alternate sign callbacks in Python.
iabdalkader
2024-10-25
extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.
iabdalkader
2024-10-23
extmod/network_wiznet5k: Reset mDNS when interface is brought up.
Jared Hancock
2024-10-22
extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.
Corran Webster
2024-10-09
extmod/vfs_posix_file: Skip flush of tty handles in msvc debug builds.
stijn
2024-09-26
extmod/vfs_blockdev: Implement common helper for read and write.
Angus Gratton
2024-09-26
extmod/vfs_blockdev: Check block device function positive results.
Angus Gratton
2024-09-06
extmod/libmetal: Fix libmetal rules for mkdir dependencies.
iabdalkader
2024-09-06
extmod/modlwip: Fix compile error for lwIP with SLIP support.
cajt
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-08-26
extmod/network_wiznet5k: Add support for IPv6.
Jared Hancock
2024-08-26
extmod/modtls_mbedtls: Optimise the DER certificate parsing fix.
Angus Gratton
2024-08-14
py: Add new cstack API for stack checking, with limit margin macro.
Angus Gratton
2024-08-13
extmod/modtls_mbedtls: Fix DER parsing and calculation of key/cert len.
Peter Züger
2024-08-08
extmod/modopenamp: Use mp_event_* functions for poll/wait.
iabdalkader
2024-08-08
extmod/modopenamp: Fix Endpoint callback required arg.
iabdalkader
2024-08-08
extmod/modopenamp: Add support for building Open-AMP on device side.
iabdalkader
2024-08-08
extmod/modopenamp_remoteproc: Fix entry point address int overflow.
iabdalkader
2024-08-08
extmod/libmetal: Remove source file listed twice in sources.
iabdalkader
2024-07-23
extmod/vfs: Fix buffer overflow of string comparison in umount.
Junwha
2024-07-23
extmod/vfs_fat: Set default volume label on mkfs if it's defined.
Terence Stenvold
2024-07-22
extmod/moductypes: Validate the descriptor tuple.
stijn
2024-07-22
extmod/modbtree: Add checks for already-closed database.
Michael Vornovitsky
2024-07-20
extmod/modos: Include os.sep entry if MICROPY_VFS is enabled.
Damien George
2024-07-20
extmod/modmachine: Use sys.exit as implementation of machine.soft_reset.
Damien George
2024-07-20
shared/runtime/pyexec: Make a raised SystemExit always do a forced exit.
Damien George
2024-07-15
extmod/modre: Rename re_exec to re_exec_helper to avoid clash on BSD.
Owen
2024-07-12
extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI.
robert-hh
2024-07-12
extmod/network_nina: Fix the AP security mode constants.
iabdalkader
2024-07-11
extmod/modmachine: Allow more than one argument to machine.freq().
robert-hh
[next]