13557 Commits (b7a39ad2d19a5be4b5a1a16c184e08be0d602b1a)
 

Author SHA1 Message Date
Andrew Leech b7a39ad2d1 tests/run-multitests.py: Read IP address from boot nic if available. 3 years ago
Andrew Leech 73a1ea8812 tests/net_inet: Remove broken api.telegram.org from tests. 3 years ago
Andrew Leech 4188bbd3d3 extmod/modussl_mbedtls: Poll EVENT_POLL_HOOK in ssl handshake loop. 3 years ago
Andrew Leech ffe5f2efe2 rp2/Makefile: Build in debug mode with "make DEBUG=1". 3 years ago
Andrew Leech 1b80aa9ce3 rp2/boards/W5100S_EVB_PICO: Add Wiznet W5100S-EVB-Pico board. 3 years ago
Andrew Leech bca816f5ac rp2: Add support for using Wiznet hardware as an Ethernet NIC. 3 years ago
Andrew Leech 15fea3a1ff rp2: Integrate lwIP network stack. 3 years ago
Andrew Leech 7d9cc69645 rp2/Makefile: Use cmake for "make submodules" task when needed. 3 years ago
Andrew Leech 21b3a396de extmod/network_wiznet5k: Add Wiznet Ethernet network interface. 3 years ago
Andrew Leech cb436e357f lib/wiznet5k: Add submodule for Wiznet Ethernet drivers. 3 years ago
Andrew Leech 05f927b624 rp2/machine_pin: Add mp_hal_pin_interrupt C interface. 3 years ago
Andrew Leech 9bd6169b72 rp2/mbedtls: Add support for ssl module with MICROPY_SSL_MBEDTLS. 3 years ago
Andrew Leech 494e8ba722 nrf/mpconfigport: Fix MICROPY_VFS IO build support. 3 years ago
Andrew Leech c5878dd1f9 nrf/mpconfigport: Enable extra features as defined by ROM levels. 3 years ago
Andrew Leech 13f5d38f2e nrf/mpconfigport: Set MICROPY_CONFIG_ROM_LEVEL defines for each MCU. 3 years ago
Andrew Leech 8fb01be6cf stm32/rfcore: Remove extra layer of buffering on BLE IPCC. 2 years ago
Andrew Leech 91fb9e7888 extmod/nimble: Add support for reading whole HCI UART packets. 2 years ago
Takeo Takahashi 19c680ff57 test/renesas-ra: Remove unsupported feature test of Pin. 2 years ago
Takeo Takahashi dd83f48fb2 renesas-ra/machine_pin: Remove code for unsupported Pin features. 2 years ago
robert-hh a0432ed9cb mimxrt: Update port to work with new nxp_driver v2.10. 3 years ago
robert-hh dbe8b0c0ca lib/nxp_driver: Update nxp_driver to v2.10. 3 years ago
iabdalkader 364569d25f drivers/lsm6dsox: Add support for SPI mode. 2 years ago
Damien George a1afb337d2 extmod/uasyncio: Fix edge case for cancellation of wait_for. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
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