index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
all: Bump version to 1.24.1.
v1.24.1
v1.24-release
Damien George
2024-11-29
*
py/objfloat: Workaround non-constant NAN definition on Windows MSVC.
Angus Gratton
2024-11-28
*
nrf/drivers/ticker: Reset slow ticker callback count on soft reboot.
robert-hh
2024-11-28
*
extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.
Corran Webster
2024-11-28
*
esp32: Fix machine.TouchPad startup on ESP32-S2 and S3.
Angus Gratton
2024-11-28
*
esp32: Use hardware version for touchpad macro defines.
Angus Gratton
2024-11-28
*
esp32: Fix setting WLAN channel in AP mode.
Angus Gratton
2024-11-28
*
extmod/network_cyw43: Allow configuring active AP interface.
Angus Gratton
2024-11-20
*
extmod/network_cyw43: Fix uninitialised variable in status('stations').
Damien George
2024-11-20
*
extmod/network_cyw43: Fix isconnected() result on AP interface.
Angus Gratton
2024-11-20
*
extmod/vfs_blockdev: Support bool return from Python read/write blocks.
Damien George
2024-11-18
*
esp32/modsocket: Fix getaddrinfo hints to set AI_CANONNAME.
Damien George
2024-11-18
*
tools/mpremote: Support trailing slash on dest for non-recursive copy.
Damien George
2024-11-18
*
tools/mpremote: Add test for forced copy.
Damien George
2024-11-18
*
tools/mpremote: Make sure stdout and stderr output appear in order.
Damien George
2024-11-18
*
esp32: Workaround native code execution crash on ESP32-S2.
Angus Gratton
2024-11-18
*
esp32/machine_pwm: Restore PWM support for ESP-IDF v5.0.x and v5.1.x.
Angus Gratton
2024-11-18
*
extmod/modlwip: Fix IGMP address type when IPv6 is enabled.
Damien George
2024-11-18
*
py/objdeque: Fix buffer overflow in deque_subscr.
Jan Sturm
2024-11-18
*
pic16bit: Make it build with recent XC16 versions.
Alessandro Gatti
2024-11-18
*
esp32/machine_pwm: Use IDF functions to calculate resolution correctly.
Andrew Leech
2024-11-18
*
tools/mpremote: Fix UnboundLocalError in Transport.fs_writefile().
Glenn Moloney
2024-11-18
*
all: Bump version to 1.24.0.
v1.24.0
Damien George
2024-10-26
*
lib/micropython-lib: Update submodule to latest.
Damien George
2024-10-25
*
stm32/boards/ARDUINO_OPTA: Add Opta expansion module.
iabdalkader
2024-10-25
*
stm32/boards/ARDUINO_NICLA_VISION: Add SE05x driver.
iabdalkader
2024-10-25
*
stm32/boards/ARDUINO_PORTENTA_H7: Add SE05x driver.
iabdalkader
2024-10-25
*
lib/arduino-lib: Update submodule.
iabdalkader
2024-10-25
*
extmod/modtls_mbedtls: Support alternate sign callbacks in Python.
iabdalkader
2024-10-25
*
extmod/modtls_mbedtls: Add a thread-global ptr for current SSL context.
iabdalkader
2024-10-25
*
tests/extmod: Add test to compare time_ns with time.
Damien George
2024-10-24
*
tests/extmod: Use time_ns instead of time in lfs mtime test.
Damien George
2024-10-24
*
rp2/modmachine: Re-sync time_ns offset when coming out of lightsleep.
Damien George
2024-10-24
*
tests/extmod: Fix access of RTC class in machine.RTC test.
Damien George
2024-10-24
*
tests/extmod: Add a simple test for machine.RTC.
Damien George
2024-10-24
*
rp2/datetime_patch: Fix year and month offset for mktime wrapper.
Damien George
2024-10-24
*
shared/timeutils: Document the range of year/month/day etc input values.
Damien George
2024-10-24
*
extmod/network_wiznet5k: Reset mDNS when interface is brought up.
Jared Hancock
2024-10-23
*
tests/extmod: Support esp32,mimxrt,stm32,samd ports in UART TX test.
Damien George
2024-10-22
*
rp2/mpconfigport: Leave callable pointers alone on RV32.
Alessandro Gatti
2024-10-22
*
qemu/mcu/rv32: Fix test of mcause value in lookup_cause.
Plaque FCC
2024-10-22
*
esp32/modmachine: Allow building with USB CDC disabled.
Volodymyr Shymanskyy
2024-10-22
*
tests/extmod: Make invalid-blockdev test work consistently on all ports.
Damien George
2024-10-22
*
tests/run-tests.py: Skip large viper test on esp8266.
Damien George
2024-10-22
*
tests/micropython: Tweak ringio test for targets with terse errors.
Damien George
2024-10-22
*
tests/extmod: Adjust ssl/tls tests to run on targets with axTLS.
Damien George
2024-10-22
*
tests/extmod: Config SPI test for esp8266 and skip SoftTimer test.
Damien George
2024-10-22
*
extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.
Corran Webster
2024-10-22
*
Revert "stm32/machine_uart: Allow changing only the baudrate."
Damien George
2024-10-22
*
rp2/machine_uart: Make it so TX is done only when no longer busy.
Damien George
2024-10-22
[next]