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