aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-01extmod/machine_i2c: Add optional support for write-then-read transfers.Damien George
2022-05-27docs/reference/manifest: Add link to details about opt-level for freeze.Andrew Leech
2022-05-27mimxrt/boards: Extend the deploy_teensy.md instructions.robert-hh
2022-05-27mimxrt/boards/OLIMEX_RT1010: Document the initial deploy procedure.robert-hh
2022-05-27docs/mimxrt: Move the pinout tables to a separate document.robert-hh
2022-05-27docs/mimxrt: Add i.MX RT1015 to general.rst, and a few clarifications.robert-hh
2022-05-26tests: Move native while test from pybnative to micropython.Damien George
2022-05-26tests/run-tests.py: Add rp2 test target.Damien George
2022-05-26tests/micropython: Make import_mpy_native test run on all architectures.Damien George
2022-05-26tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above.Damien George
2022-05-26py/emitinlinethumb: Make float instruction use dynamically selectable.Damien George
2022-05-26py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.Damien George
2022-05-26tools/mpy-tool.py: Remove obsolete unicode flag in .mpy header.Damien George
2022-05-26teensy/mpconfigport.h: Remove obsolete macros.iabdalkader
2022-05-26extmod/network_ninaw10: Add support for socket events callback.iabdalkader
2022-05-25drivers/ninaw10: Update driver to support firmware 1.5.0.iabdalkader
2022-05-25rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable webrepl.iabdalkader
2022-05-25rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Disable internal errno.iabdalkader
2022-05-25rp2/mpconfigport.h: Allow boards to override internal errno config.iabdalkader
2022-05-25rp2/mpconfigport.h: Enable static scheduler nodes.iabdalkader
2022-05-25ports: Use default VFS config for import_stat and builtin_open.Damien George
2022-05-25py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George
2022-05-25Revert "stm32/rfcore: Intercept addr-resolution HCI cmd to work arou..."Damien George
2022-05-25extmod/modusocket: Add sendall function.iabdalkader
2022-05-25extmod/modusocket: Add timeout and callback to socket object.iabdalkader
2022-05-25extmod/modusocket: Fix socket_make_new argument parsing.iabdalkader
2022-05-25extmod/modusocket: Add support for socket events callback.iabdalkader
2022-05-25extmod/modusocket: Add socket type print function.iabdalkader
2022-05-25extmod/modusocket: Fix errcode returned from socket read/write.iabdalkader
2022-05-25extmod/modusocket: Bind unconnected socket to default NIC in setsockopt.iabdalkader
2022-05-25extmod/modusocket: Fix polling of a new socket.iabdalkader
2022-05-25renesas-ra/modmachine: Add missing MP_REGISTER_MODULE for umachine.Takeo Takahashi
2022-05-24py/asmthumb: Provide implementations of clz/ctz for msvc.Damien George
2022-05-24tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist.robert-hh
2022-05-24tests/multi_net: Fix TCP accept test when using system error numbers.iabdalkader
2022-05-24extmod/webrepl: Fix setting password in foreground mode and factor code.iabdalkader
2022-05-24tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test.Damien George
2022-05-24lib/littlefs: Remove assignment of variables to themselves.Damien George
2022-05-24lib/littlefs: Guard lfs2_file_rawopen with LFS2_NO_MALLOC.Damien George
2022-05-24lib/littlefs: Update littlefs2 to v2.5.0.Damien George
2022-05-24tests/run-tests.py: Enable `-X realtime` option for macOS tests.David Lechner
2022-05-24unix: Implement `-X realtime` command-line option on macOS.David Lechner
2022-05-24ports: Rename thread_t to mp_thread_t.David Lechner
2022-05-24extmod: Revert accidental usocket->socket rename.Jim Mussared
2022-05-23py/dynruntime.mk: Add basic support for armv6m architecture.Damien George
2022-05-23mpy-cross: Add armv6m architecture option.Damien George
2022-05-23py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined.Damien George
2022-05-23py/asmthumb: Make ARMv7-M instruction use dynamically selectable.Damien George
2022-05-23tests/run-tests.py: Handle case where mpy-cross fails to compile script.Damien George
2022-05-23tests/basics: Unlock heap if skipping nanbox small-int test.Damien George