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.25.0-preview.
v1.25.0-preview
Damien George
2024-10-28
*
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
*
py/objtype: Don't delegate lookup of descriptor methods to __getattr__.
Damien George
2024-10-16
*
esp32/mphalport: Always poll stdin ring-buffer to include UART use.
Andrew Leech
2024-10-16
*
unix/main: Add --version command-line option.
Damien George
2024-10-15
*
rp2/machine_uart: Clear timeout_char when UART is first constructed.
Damien George
2024-10-15
*
tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.
Damien George
2024-10-15
*
tests/ports/rp2: Update lightsleep/machine_idle to skip on RP2350.
Damien George
2024-10-15
*
tests/ports/rp2: Add simple rp2-specific UART test.
Damien George
2024-10-15
*
tests/ports/rp2: Update DMA test to work on RP2350.
Damien George
2024-10-15
*
tools/ci.sh: Add RPI_PICO2 to CI.
Damien George
2024-10-15
*
rp2/boards/RPI_PICO2: Add new RPI_PICO2 board definition.
Peter Harper
2024-10-15
*
rp2/main: Set CPU frequency to default for the MCU.
Damien George
2024-10-15
*
rp2/machine_pwm: Add RP2350 slices to machine.PWM.
Phil Howard
2024-10-15
*
rp2: Workaround pico_aon_timer timezone binary size increase.
Angus Gratton
2024-10-15
*
rp2/machine_bitstream: Implement bitstream for RISC-V using mcycle.
Damien George
2024-10-15
*
rp2/mphalport: Implement mp_hal_ticks_cpu for RISCV using mcycle.
Damien George
2024-10-15
*
rp2/machine_uart: Allow new TX/RX pins on RP2350.
Dryw Wade
2024-10-15
*
rp2/machine_bitstream: Set SysTick reset value.
Dryw Wade
2024-10-15
*
rp2/Makefile: Allow CMAKE_ARGS to be set by user.
Damien George
2024-10-15
*
rp2: Add support for RP2350 in RISCV mode.
Damien George
2024-10-15
*
rp2/machine_adc: Add ADC support for RP2350B.
Phil Howard
2024-10-15
*
rp2/clocks_extra: Update runtime_clocks_init based on new pico-sdk.
Peter Harper
2024-10-15
[next]