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