1344 Commits (659113825d10bf2ae71dd215a8597451e505982d)

Author SHA1 Message Date
Damien George bc952d37fe extmod/network_ppp_lwip: Add network.PPP via lwIP. 8 months ago
Damien George 664dd7b54a extmod: Update make and cmake scripts to work with latest lwIP. 7 months ago
Jared Hancock e901ff8557 extmod/network_wiznet5k: Add support for IPv6. 3 months ago
Angus Gratton b82c9ca706 extmod/modtls_mbedtls: Optimise the DER certificate parsing fix. 4 months ago
Angus Gratton 86f2c285eb py: Add new cstack API for stack checking, with limit margin macro. 3 months ago
Peter Züger 4d6d84983f extmod/modtls_mbedtls: Fix DER parsing and calculation of key/cert len. 6 months ago
iabdalkader 1743a7d721 extmod/modopenamp: Use mp_event_* functions for poll/wait. 3 months ago
iabdalkader bc7e39d549 extmod/modopenamp: Fix Endpoint callback required arg. 4 months ago
iabdalkader 7f49897ada extmod/modopenamp: Add support for building Open-AMP on device side. 4 months ago
iabdalkader 4350cbcb48 extmod/modopenamp_remoteproc: Fix entry point address int overflow. 4 months ago
iabdalkader 1216f2c313 extmod/libmetal: Remove source file listed twice in sources. 4 months ago
Junwha 2994354634 extmod/vfs: Fix buffer overflow of string comparison in umount. 10 months ago
Terence Stenvold 390390ec37 extmod/vfs_fat: Set default volume label on mkfs if it's defined. 4 months ago
stijn 444d7bacbe extmod/moductypes: Validate the descriptor tuple. 1 year ago
Michael Vornovitsky 6db91dfefb extmod/modbtree: Add checks for already-closed database. 1 year ago
Damien George 8159dcc276 extmod/modos: Include os.sep entry if MICROPY_VFS is enabled. 4 months ago
Damien George 5f3ecc29f8 extmod/modmachine: Use sys.exit as implementation of machine.soft_reset. 4 months ago
Damien George 69c25ea865 shared/runtime/pyexec: Make a raised SystemExit always do a forced exit. 4 months ago
Owen 4fdad8eabe extmod/modre: Rename re_exec to re_exec_helper to avoid clash on BSD. 4 months ago
robert-hh ee1036023e extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI. 2 years ago
iabdalkader 20b00ca501 extmod/network_nina: Fix the AP security mode constants. 7 months ago
robert-hh 2be45dd682 extmod/modmachine: Allow more than one argument to machine.freq(). 4 months ago
Jon Foster 92484d8822 all: Use new mp_obj_new_str_from_cstr() function. 7 months ago
Sylvain Zimmer 838794ebcc extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config. 5 months ago
Felix Dörre 57008a1e69 extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 5 months ago
Damien George 74f52374e4 extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl. 4 months ago
Damien George 8ac9c8f392 extmod/modasyncio: Add support for a callback on TaskQueue push. 5 months ago
Alessandro Gatti 411d66586c extmod/modplatform: Add picolibc to the recognised libcs list. 5 months ago
Damien George 5903ee561c extmod/modlwip: Consolidate socket.accept timeout logic. 5 months ago
Damien George df0d7e9429 extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout. 5 months ago
robert-hh a71471be66 extmod/network_lwip: Allow using the CIDR notation for addr4. 7 months ago
robert-hh 7e7cc2b427 extmod/network_ninaw10: Implement the ipconfig methods for ninaw10. 7 months ago
Damien George c0a25a69eb extmod/modos: Only sync FAT filesystems using disk_ioctl. 5 months ago
Jared Hancock b1e9602702 extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY. 8 months ago
Jared Hancock 8762fe8b4c extmod/network_wiznet5k: Properly enable socket buffers for W5100(S). 7 months ago
Damien George 967ad38ac7 extmod/modasyncio: Make mp_asyncio_context variable public. 7 months ago
iabdalkader 8936d3af46 extmod/modopenamp: Use metal logging functions exclusively. 7 months ago
iabdalkader aa0f3ebe93 extmod/modopenamp: Set a default log handler for ports. 8 months ago
Damien George c3e37d1fac extmod/modtls_axtls: Add verify_mode and CERT_NONE constant. 7 months ago
Damien George 8b0efde927 examples/natmod/framebuf: Enable FrameBuffer.poly method. 8 months ago
iabdalkader 7753045a8f extmod: Add interface and security constants at WLAN class level. 8 months ago
Jared Hancock 086d4d127d extmod/network_wiznet5k: Properly enable interrupt signal on w5100s. 8 months ago
Felix Dörre 1c6012b0b5 extmod/modnetwork: Implement IPv6 API to set and get NIC configuration. 1 year ago
Damien George cd8eea2ae9 all: Update extmod, ports, examples to build with new berkeley-db lib. 8 months ago
Felix Dörre 01c31ea804 extmod/os_dupterm: Handle exception properly when it occurs in parallel. 9 months ago
iabdalkader 81aba8253a extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class. 9 months ago
iabdalkader 14dae42fe7 extmod/modopenamp: Add new OpenAMP module. 9 months ago
iabdalkader 61ee59ad89 extmod/libmetal: Add MicroPython platform for libmetal. 9 months ago
Angus Gratton 9d0d262be0 extmod/machine_usb_device: Add support for Python USB devices. 12 months ago
Daniël van de Giessen 58a596f4a9 extmod/nimble: Check for active before setting address mode. 8 months ago