aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-22github/workflows: Bump actions/cache from 3 to 4.dependabot/github_actions/actions/cache-4dependabot[bot]
2024-01-21renesas-ra/boards/ARDUINO_PORTENTA_C33: Fix the RTC clock source.iabdalkader
2024-01-21extmod/extmod.mk: Disable uninitialized warnings in kf_rem_pio2.c.Kwabena W. Agyeman
2024-01-17tools/mpremote: Reduce dependency on importlib_metadata.Jochen Sprickerhof
2024-01-17renesas-ra/ra: Remove unnecessary min_delay() declaration.iabdalkader
2024-01-17renesas-ra/ra: Fix SysTick clock source.iabdalkader
2024-01-17esp32/modsocket: Use all supplied arguments to socket.getaddrinfo().Angus Gratton
2024-01-17py/py.mk: Remove extra build dir created for frozen_content.iabdalkader
2024-01-17rp2/mpthreadport: Make result of thread.get_ident() a non-zero integer.Angus Gratton
2024-01-16rp2/mpconfigport: Allow MICROPY_PY_THREAD to be disabled by a board.Damien George
2024-01-16nrf/modules/os/microbitfs: Sweep the filesystem if any free chunk found.Damien George
2024-01-16docs/develop/porting: Fix argument type of mp_lexer_new_from_file().Damien George
2024-01-16tests/extmod/machine_uart_tx.py: Add a test for timing of UART.flush().robert-hh
2024-01-16rp2/machine_uart: Fix event wait in uart.flush() and uart.read().robert-hh
2024-01-10tests/run-tests.py: Fix path-based special test detection.stijn
2024-01-10tests/run-tests.py: Make repl test detection more correct.stijn
2024-01-10tests/run-tests.py: Remove unneeded argument from run_feature_check().stijn
2024-01-08samd/mcu/samd21: Enable MICROPY_STACK_CHECK on SAMD21.Damien George
2024-01-08samd/mpconfigport: Simplify and consolidate config options.Damien George
2024-01-08stm32/flash: Fix sector and bank calculation for H5 and H7 MCUs.Damien George
2024-01-08stm32/flash: Factor and simplify erase code.Damien George
2024-01-08stm32/flashbdev: Don't rely on flash sector id.Damien George
2024-01-08stm32/flash: Change flash_erase to only erase a single sector at a time.Damien George
2024-01-08stm32/flash: Simplify sector calculation for homogeneous flash layout.Damien George
2024-01-08stm32/flash: Remove commented-out flash functions.Damien George
2024-01-08stm32/mboot: Improve mass erase to erase all non-protected pages.Damien George
2024-01-08stm32/mboot: Improve detection of invalid flash erase/write.Damien George
2024-01-07rp2: Provide direct memory access to PIO and SPI FIFOs via proxy arrays.Nicko van Someren
2024-01-07rp2/rp2_dma: Fix fetching 'write' buffers for writing not reading.Nicko van Someren
2024-01-05embed: Fix alloca include for FreeBSD and NetBSD.darc
2024-01-05windows/windows_mphal: Fix mp_hal_delay_ms() so it runs events.Damien George
2024-01-05ports: Move MICROPY_INTERNAL_WFE definition to mphalport.h.Damien George
2024-01-05ports: Move MICROPY_PY_LWIP_ENTER/REENTER/EXIT defns to mphalport.h.Damien George
2024-01-05all: Fix "reuse" and "overridden" spelling mistakes.Damien George
2024-01-05tools/gen-changelog.sh: Exclude "-preview" tags from generated log.Damien George
2024-01-05tests/run-tests.py: Add an option for running only the failed tests.stijn
2024-01-05tests/multi_net: Generate smaller certs with 2048-bit RSA.Damien George
2024-01-05tests/run-multitests.py: Change to dir of test script when running it.Damien George
2024-01-05tests/thread: Add a test for accuracy of sleep within a thread.Damien George
2024-01-05tests/thread: Adjust thread tests so most are able to run on rp2 port.Damien George
2024-01-04tests/run-tests.py: Remove machine_mem.py test from skip list.Damien George
2024-01-03rp2/mpthreadport: Fix race with IRQ when entering atomic section.Damien George
2024-01-03rp2/mutex_extra: Implement additional mutex functions.Damien George
2024-01-03rp2/rp2_flash: Lockout second core only when doing flash erase/write.Damien George
2024-01-02samd/mcu: Fix wrong EIC table entries in pin-af-table.csv.robert-hh
2024-01-02samd/mcu/samd21: Reorganize and enable more firmware features.robert-hh
2024-01-02samd: Remove the MICROPY_PY_MACHINE_RTC config option.robert-hh
2024-01-02docs/samd/pinout: Update pinout docs with fixed pin assignment.robert-hh
2024-01-02mimxrt/mpbthciport: Add missing extmod/modmachine.h header.iabdalkader
2024-01-02mimxrt/mphalport: Remove redundant NVIC/IRQ defines.iabdalkader