aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-07py/bc: Remove unused mp_opcode_format function.Damien George
2022-06-07py/persistentcode: Remove remaining native qstr linking support.Damien George
2022-06-03rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID.iabdalkader
2022-06-03tools/ci.sh: Add build of W5100S_EVB_PICO board to rp2 CI.Andrew Leech
2022-06-03tests/run-multitests.py: Read IP address from boot nic if available.Andrew Leech
2022-06-03tests/net_inet: Remove broken api.telegram.org from tests.Andrew Leech
2022-06-03extmod/modussl_mbedtls: Poll EVENT_POLL_HOOK in ssl handshake loop.Andrew Leech
2022-06-03rp2/Makefile: Build in debug mode with "make DEBUG=1".Andrew Leech
2022-06-03rp2/boards/W5100S_EVB_PICO: Add Wiznet W5100S-EVB-Pico board.Andrew Leech
2022-06-03rp2: Add support for using Wiznet hardware as an Ethernet NIC.Andrew Leech
2022-06-03rp2: Integrate lwIP network stack.Andrew Leech
2022-06-03rp2/Makefile: Use cmake for "make submodules" task when needed.Andrew Leech
2022-06-03extmod/network_wiznet5k: Add Wiznet Ethernet network interface.Andrew Leech
2022-06-03lib/wiznet5k: Add submodule for Wiznet Ethernet drivers.Andrew Leech
2022-06-03rp2/machine_pin: Add mp_hal_pin_interrupt C interface.Andrew Leech
2022-06-03rp2/mbedtls: Add support for ssl module with MICROPY_SSL_MBEDTLS.Andrew Leech
2022-06-03nrf/mpconfigport: Fix MICROPY_VFS IO build support.Andrew Leech
2022-06-03nrf/mpconfigport: Enable extra features as defined by ROM levels.Andrew Leech
2022-06-03nrf/mpconfigport: Set MICROPY_CONFIG_ROM_LEVEL defines for each MCU.Andrew Leech
2022-06-03stm32/rfcore: Remove extra layer of buffering on BLE IPCC.Andrew Leech
2022-06-03extmod/nimble: Add support for reading whole HCI UART packets.Andrew Leech
2022-06-03test/renesas-ra: Remove unsupported feature test of Pin.Takeo Takahashi
2022-06-03renesas-ra/machine_pin: Remove code for unsupported Pin features.Takeo Takahashi
2022-06-03mimxrt: Update port to work with new nxp_driver v2.10.robert-hh
2022-06-03lib/nxp_driver: Update nxp_driver to v2.10.robert-hh
2022-06-03drivers/lsm6dsox: Add support for SPI mode.iabdalkader
2022-06-02extmod/uasyncio: Fix edge case for cancellation of wait_for.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-06-02py: Change makemoduledefs process so it uses output of qstr extraction.Damien George
2022-06-02stm32/boards/LEGO_HUB_NO6: Add helper scripts to update app firmware.Damien George
2022-06-02stm32/boards/LEGO_HUB_NO6: Implement robust filesystem-load updates.Damien George
2022-06-02stm32/boards/LEGO_HUB_NO6: Use multi-colour LED for mboot status.Damien George
2022-06-02stm32/boards/LEGO_HUB_NO6: Add support for mboot to access SPI flash.Damien George
2022-06-02stm32/boards/LEGO_HUB_NO6: Make all SPI flash transfers use 32-bit addr.Damien George
2022-06-02stm32/mboot: Pass initial_r0 to early-init and get-reset-mode funcs.Damien George
2022-06-02stm32/mboot: Make 0x70ad0000 values named constants with macros.Damien George
2022-06-02stm32/mboot: Add update_app_elements to return mboot fsload elements.Damien George
2022-06-02stm32/mboot: Move remaining led_state_all call into mboot_state_change.Damien George
2022-06-02drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT.Damien George
2022-06-02mimxrt/mphalport: Fix strict aliasing error with unique id.Jared Hancock
2022-06-01esp32/machine_i2c: Implement write-then-read I2C transfers.Damien George
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