13519 Commits (ea9a904b7250ece017144c0d25a1569714a792b6)
 

Author SHA1 Message Date
Andrew Leech ea9a904b72 docs/reference/manifest: Add link to details about opt-level for freeze. 3 years ago
robert-hh 1df7678674 mimxrt/boards: Extend the deploy_teensy.md instructions. 3 years ago
robert-hh c7accf7666 mimxrt/boards/OLIMEX_RT1010: Document the initial deploy procedure. 3 years ago
robert-hh f795d5bc38 docs/mimxrt: Move the pinout tables to a separate document. 3 years ago
robert-hh eda52e4d73 docs/mimxrt: Add i.MX RT1015 to general.rst, and a few clarifications. 3 years ago
Damien George 065df5568c tests: Move native while test from pybnative to micropython. 2 years ago
Damien George 20d9f3409a tests/run-tests.py: Add rp2 test target. 2 years ago
Damien George 80a86c48e3 tests/micropython: Make import_mpy_native test run on all architectures. 2 years ago
Damien George 3180113aef tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above. 2 years ago
Damien George 4290d51320 py/emitinlinethumb: Make float instruction use dynamically selectable. 2 years ago
Damien George cca08922d9 py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable. 2 years ago
Damien George 1d047617bb tools/mpy-tool.py: Remove obsolete unicode flag in .mpy header. 2 years ago
iabdalkader 4946dc5f8c teensy/mpconfigport.h: Remove obsolete macros. 2 years ago
iabdalkader 0bdfceacbe extmod/network_ninaw10: Add support for socket events callback. 3 years ago
iabdalkader be83bdf9ec drivers/ninaw10: Update driver to support firmware 1.5.0. 3 years ago
iabdalkader 875caca504 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable webrepl. 3 years ago
iabdalkader a22d0bda52 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Disable internal errno. 3 years ago
iabdalkader 4bcffbd1c6 rp2/mpconfigport.h: Allow boards to override internal errno config. 3 years ago
iabdalkader d037e75991 rp2/mpconfigport.h: Enable static scheduler nodes. 2 years ago
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Damien George 26b1d31eda Revert "stm32/rfcore: Intercept addr-resolution HCI cmd to work arou..." 2 years ago
iabdalkader edf41d2bf8 extmod/modusocket: Add sendall function. 3 years ago
iabdalkader b9d2f1e844 extmod/modusocket: Add timeout and callback to socket object. 3 years ago
iabdalkader 6841fecbb2 extmod/modusocket: Fix socket_make_new argument parsing. 3 years ago
iabdalkader 3438e80060 extmod/modusocket: Add support for socket events callback. 3 years ago
iabdalkader fc1f876175 extmod/modusocket: Add socket type print function. 3 years ago
iabdalkader eb957b0c95 extmod/modusocket: Fix errcode returned from socket read/write. 3 years ago
iabdalkader 6136c7644a extmod/modusocket: Bind unconnected socket to default NIC in setsockopt. 3 years ago
iabdalkader 7b4147dd0b extmod/modusocket: Fix polling of a new socket. 3 years ago
Takeo Takahashi 79f3b8731b renesas-ra/modmachine: Add missing MP_REGISTER_MODULE for umachine. 2 years ago
Damien George aa53d2f84a py/asmthumb: Provide implementations of clz/ctz for msvc. 2 years ago
robert-hh dd35f76db3 tests/run-multitests.py: Use LAN for IP address if WLAN doesn't exist. 3 years ago
iabdalkader beeb250d58 tests/multi_net: Fix TCP accept test when using system error numbers. 3 years ago
iabdalkader 6b6ceafe1a extmod/webrepl: Fix setting password in foreground mode and factor code. 3 years ago
Damien George 5fa8ea1b8b tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test. 2 years ago
Damien George 9269835226 lib/littlefs: Remove assignment of variables to themselves. 2 years ago
Damien George 3a544b832b lib/littlefs: Guard lfs2_file_rawopen with LFS2_NO_MALLOC. 3 years ago
Damien George 115a23da24 lib/littlefs: Update littlefs2 to v2.5.0. 3 years ago
David Lechner d42d35f56d tests/run-tests.py: Enable `-X realtime` option for macOS tests. 3 years ago
David Lechner c012318d74 unix: Implement `-X realtime` command-line option on macOS. 3 years ago
David Lechner be5657b64f ports: Rename thread_t to mp_thread_t. 3 years ago
Jim Mussared 75efb3267c extmod: Revert accidental usocket->socket rename. 3 years ago
Damien George c1b9d2259e py/dynruntime.mk: Add basic support for armv6m architecture. 2 years ago
Damien George 0e28a1f0e5 mpy-cross: Add armv6m architecture option. 2 years ago
Damien George 17ac68770c py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined. 2 years ago
Damien George a5324a1074 py/asmthumb: Make ARMv7-M instruction use dynamically selectable. 2 years ago
Damien George 7d3204783a tests/run-tests.py: Handle case where mpy-cross fails to compile script. 2 years ago
Damien George a8492253c1 tests/basics: Unlock heap if skipping nanbox small-int test. 2 years ago
Damien George d4d53e9e11 py/emitnative: Access qstr values using indirection table qstr_table. 3 years ago