summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-28all: Bump version to 1.25.0-preview.v1.25.0-previewDamien George
2024-10-26all: Bump version to 1.24.0.v1.24.0Damien George
2024-10-25lib/micropython-lib: Update submodule to latest.Damien George
2024-10-25stm32/boards/ARDUINO_OPTA: Add Opta expansion module.iabdalkader
2024-10-25stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver.iabdalkader
2024-10-25stm32/boards/ARDUINO_PORTENTA_H7: Add SE05x driver.iabdalkader
2024-10-25lib/arduino-lib: Update submodule.iabdalkader
2024-10-25extmod/modtls_mbedtls: Support alternate sign callbacks in Python.iabdalkader
2024-10-25extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.iabdalkader
2024-10-24tests/extmod: Add test to compare time_ns with time.Damien George
2024-10-24tests/extmod: Use time_ns instead of time in lfs mtime test.Damien George
2024-10-24rp2/modmachine: Re-sync time_ns offset when coming out of lightsleep.Damien George
2024-10-24tests/extmod: Fix access of RTC class in machine.RTC test.Damien George
2024-10-24tests/extmod: Add a simple test for machine.RTC.Damien George
2024-10-24rp2/datetime_patch: Fix year and month offset for mktime wrapper.Damien George
2024-10-24shared/timeutils: Document the range of year/month/day etc input values.Damien George
2024-10-23extmod/network_wiznet5k: Reset mDNS when interface is brought up.Jared Hancock
2024-10-22tests/extmod: Support esp32,mimxrt,stm32,samd ports in UART TX test.Damien George
2024-10-22rp2/mpconfigport: Leave callable pointers alone on RV32.Alessandro Gatti
2024-10-22qemu/mcu/rv32: Fix test of mcause value in lookup_cause.Plaque FCC
2024-10-22esp32/modmachine: Allow building with USB CDC disabled.Volodymyr Shymanskyy
2024-10-22tests/extmod: Make invalid-blockdev test work consistently on all ports.Damien George
2024-10-22tests/run-tests.py: Skip large viper test on esp8266.Damien George
2024-10-22tests/micropython: Tweak ringio test for targets with terse errors.Damien George
2024-10-22tests/extmod: Adjust ssl/tls tests to run on targets with axTLS.Damien George
2024-10-22tests/extmod: Config SPI test for esp8266 and skip SoftTimer test.Damien George
2024-10-22extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.Corran Webster
2024-10-22Revert "stm32/machine_uart: Allow changing only the baudrate."Damien George
2024-10-22rp2/machine_uart: Make it so TX is done only when no longer busy.Damien George
2024-10-16py/objtype: Don't delegate lookup of descriptor methods to __getattr__.Damien George
2024-10-16esp32/mphalport: Always poll stdin ring-buffer to include UART use.Andrew Leech
2024-10-15unix/main: Add --version command-line option.Damien George
2024-10-15rp2/machine_uart: Clear timeout_char when UART is first constructed.Damien George
2024-10-15tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.Damien George
2024-10-15tests/ports/rp2: Update lightsleep/machine_idle to skip on RP2350.Damien George
2024-10-15tests/ports/rp2: Add simple rp2-specific UART test.Damien George
2024-10-15tests/ports/rp2: Update DMA test to work on RP2350.Damien George
2024-10-15tools/ci.sh: Add RPI_PICO2 to CI.Damien George
2024-10-15rp2/boards/RPI_PICO2: Add new RPI_PICO2 board definition.Peter Harper
2024-10-15rp2/main: Set CPU frequency to default for the MCU.Damien George
2024-10-15rp2/machine_pwm: Add RP2350 slices to machine.PWM.Phil Howard
2024-10-15rp2: Workaround pico_aon_timer timezone binary size increase.Angus Gratton
2024-10-15rp2/machine_bitstream: Implement bitstream for RISC-V using mcycle.Damien George
2024-10-15rp2/mphalport: Implement mp_hal_ticks_cpu for RISCV using mcycle.Damien George
2024-10-15rp2/machine_uart: Allow new TX/RX pins on RP2350.Dryw Wade
2024-10-15rp2/machine_bitstream: Set SysTick reset value.Dryw Wade
2024-10-15rp2/Makefile: Allow CMAKE_ARGS to be set by user.Damien George
2024-10-15rp2: Add support for RP2350 in RISCV mode.Damien George
2024-10-15rp2/machine_adc: Add ADC support for RP2350B.Phil Howard
2024-10-15rp2/clocks_extra: Update runtime_clocks_init based on new pico-sdk.Peter Harper