summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-29all: Bump version to 1.24.1.v1.24.1origin/v1.24-releaseDamien George
2024-11-28py/objfloat: Workaround non-constant NAN definition on Windows MSVC.Angus Gratton
2024-11-28nrf/drivers/ticker: Reset slow ticker callback count on soft reboot.robert-hh
2024-11-28extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.Corran Webster
2024-11-28esp32: Fix machine.TouchPad startup on ESP32-S2 and S3.Angus Gratton
2024-11-28esp32: Use hardware version for touchpad macro defines.Angus Gratton
2024-11-28esp32: Fix setting WLAN channel in AP mode.Angus Gratton
2024-11-20extmod/network_cyw43: Allow configuring active AP interface.Angus Gratton
2024-11-20extmod/network_cyw43: Fix uninitialised variable in status('stations').Damien George
2024-11-20extmod/network_cyw43: Fix isconnected() result on AP interface.Angus Gratton
2024-11-18extmod/vfs_blockdev: Support bool return from Python read/write blocks.Damien George
2024-11-18esp32/modsocket: Fix getaddrinfo hints to set AI_CANONNAME.Damien George
2024-11-18tools/mpremote: Support trailing slash on dest for non-recursive copy.Damien George
2024-11-18tools/mpremote: Add test for forced copy.Damien George
2024-11-18tools/mpremote: Make sure stdout and stderr output appear in order.Damien George
2024-11-18esp32: Workaround native code execution crash on ESP32-S2.Angus Gratton
2024-11-18esp32/machine_pwm: Restore PWM support for ESP-IDF v5.0.x and v5.1.x.Angus Gratton
2024-11-18extmod/modlwip: Fix IGMP address type when IPv6 is enabled.Damien George
2024-11-18py/objdeque: Fix buffer overflow in deque_subscr.Jan Sturm
2024-11-18pic16bit: Make it build with recent XC16 versions.Alessandro Gatti
2024-11-18esp32/machine_pwm: Use IDF functions to calculate resolution correctly.Andrew Leech
2024-11-18tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile().Glenn Moloney
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