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-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
2024-07-04
all: Use new mp_obj_new_str_from_cstr() function.
Jon Foster
2024-07-02
extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config.
Sylvain Zimmer
2024-07-02
extmod/machine_usb_device: Add USBDevice.remote_wakeup method.
Felix Dörre
2024-06-27
extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl.
Damien George
2024-06-20
extmod/modasyncio: Add support for a callback on TaskQueue push.
Damien George
2024-06-17
extmod/modplatform: Add picolibc to the recognised libcs list.
Alessandro Gatti
2024-06-08
extmod/modlwip: Consolidate socket.accept timeout logic.
Damien George
2024-06-08
extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout.
Damien George
2024-06-04
extmod/network_lwip: Allow using the CIDR notation for addr4.
robert-hh
2024-06-04
extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.
robert-hh
2024-05-27
extmod/modos: Only sync FAT filesystems using disk_ioctl.
Damien George
2024-05-23
extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY.
Jared Hancock
2024-05-07
extmod/network_wiznet5k: Properly enable socket buffers for W5100(S).
Jared Hancock
2024-04-24
extmod/modasyncio: Make mp_asyncio_context variable public.
Damien George
2024-03-29
extmod/modopenamp: Use metal logging functions exclusively.
iabdalkader
2024-03-29
extmod/modopenamp: Set a default log handler for ports.
iabdalkader
2024-03-28
extmod/modtls_axtls: Add verify_mode and CERT_NONE constant.
Damien George
2024-03-28
examples/natmod/framebuf: Enable FrameBuffer.poly method.
Damien George
2024-03-28
extmod: Add interface and security constants at WLAN class level.
iabdalkader
[next]