13533 Commits (47f634300c5572571816817f16836113c98814ae)
 

Author SHA1 Message Date
Damien George 47f634300c py: Change makemoduledefs process so it uses output of qstr extraction. 2 years ago
Damien George 340872cfdd stm32/boards/LEGO_HUB_NO6: Add helper scripts to update app firmware. 2 years ago
Damien George 87ca431f3f stm32/boards/LEGO_HUB_NO6: Implement robust filesystem-load updates. 2 years ago
Damien George d84ebc31f7 stm32/boards/LEGO_HUB_NO6: Use multi-colour LED for mboot status. 2 years ago
Damien George fae9205594 stm32/boards/LEGO_HUB_NO6: Add support for mboot to access SPI flash. 2 years ago
Damien George 36211baf0e stm32/boards/LEGO_HUB_NO6: Make all SPI flash transfers use 32-bit addr. 2 years ago
Damien George 87fbceef26 stm32/mboot: Pass initial_r0 to early-init and get-reset-mode funcs. 2 years ago
Damien George e64947dc90 stm32/mboot: Make 0x70ad0000 values named constants with macros. 2 years ago
Damien George 9246099935 stm32/mboot: Add update_app_elements to return mboot fsload elements. 2 years ago
Damien George 1296a01f4c stm32/mboot: Move remaining led_state_all call into mboot_state_change. 2 years ago
Damien George 54f1694ab6 drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2 years ago
Jared Hancock 2f4aca0381 mimxrt/mphalport: Fix strict aliasing error with unique id. 2 years ago
Damien George 6bda80d811 esp32/machine_i2c: Implement write-then-read I2C transfers. 2 years ago
Damien George 4a1ae99ac3 extmod/machine_i2c: Add optional support for write-then-read transfers. 2 years ago
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