aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-29github/workflows: Bump codecov/codecov-action from 3 to 4.dependabot/github_actions/codecov/codecov-action-4dependabot[bot]
2023-09-29mimxrt/mbedtls: Enable certificate validity time validation.iabdalkader
2023-09-29mimxrt/mpbthciport: Enable flow control for BT HCI UART.iabdalkader
2023-09-29mimxrt: Remove SDCARD Makefile config option.iabdalkader
2023-09-29mimxrt/Makefile: Enable the FSL USDHC for supported MCU series.iabdalkader
2023-09-29mimxrt/mimxrt_sdram: Allow boards to override the default SDRAM config.iabdalkader
2023-09-29mimxrt/sdio: Add support for the 117x series.iabdalkader
2023-09-29extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent.Damien George
2023-09-29tests/extmod/asyncio_threadsafeflag.py: Update for unix select.Jim Mussared
2023-09-29extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return.Jim Mussared
2023-09-29examples/unix/machine_bios.py: Fix typo.Thomas
2023-09-29tests/multi_net/ssl_cert_rsa.py: Update test certificate.Carlosgg
2023-09-29stm32/boards/ARDUINO_GIGA: Update board config.iabdalkader
2023-09-29rp2/msc_disk: Allow configuring the USB MSC inquiry response.Jim Mussared
2023-09-29stm32/usbd_msc_interface: Allow configuring the MSC inquiry response.Jim Mussared
2023-09-29esp32/main: Allow a board to override the MicroPython task stack size.dotnfc
2023-09-29esp32/boards: Add bootloader rollback support for all builds.Glenn Moloney
2023-09-29tests/run-internalbench.py: Remove old CPython reference.Angus Gratton
2023-09-29tests/README: Document ./run-internalbench.py.Angus Gratton
2023-09-29rp2/modmachine: Fix lightsleep while wifi is powered off.Felix Dörre
2023-09-29shared/netutils/dhcpserver: Reply on correct netif.Peter Harper
2023-09-29tools/mpremote: Add support for rfc2217, serial over TCP.Jos Verlinde
2023-09-29tools/autobuild/build-downloads.py: Verify standard features.Jim Mussared
2023-09-29ports: Restrict board.json to standard features.Jim Mussared
2023-09-29{mimxrt,powerpc,samd}/mpconfigport: Don't override parse chunk alloc.Jim Mussared
2023-09-29esp32/boards: Fix VBAT voltage calculation for UM S3 boards.Seon Rozenblum
2023-09-29py/lexer: Add missing initialisation for fstring_args_idx.Jim Mussared
2023-09-29py: Change ifdef DEBUG_PRINT to if DEBUG_PRINT.Ihor Nehrutsa
2023-09-29py/mkrules.mk: Don't strip binary if STRIP variable is unset.Angus Gratton
2023-09-29extmod/modssl_axtls: Only close underlying socket once if it was used.Damien George
2023-09-29esp8266/boards: Make sure modespnow.o is placed in irom0.Damien George
2023-09-29tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected.Damien George
2023-09-29tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.Damien George
2023-09-29tests/extmod/ssl_cadata.py: Skip test on axtls.Damien George
2023-09-29tests/extmod/deflate_decompress.py: Skip test when not enough memory.Damien George
2023-09-29tests/float/float_format_ints.py: Put power-of-10 test in separate file.Damien George
2023-09-29tests/stress/bytecode_limit.py: Reverse order of cases.Jim Mussared
2023-09-28stm32/dma: Remove unbalanced ).Damien George
2023-09-28stm32/uart: Generalise UART source clock calculation for H5 and H7 MCUs.Damien George
2023-09-28stm32/boards: Move includes to after defines in all hal_conf.h files.Damien George
2023-09-28stm32/dac: Add STM32H5 DAC support, with dma_nohal implementation.Rene Straub
2023-09-27stm32/machine_adc: Fix and improve STM32H5 support.Rene Straub
2023-09-27stm32/adc: Optimize sampling time for G4, H5, L4 and WB MCUs.Rene Straub
2023-09-27stm32/adc: Add support for STM32H5 ADC2 inputs.Rene Straub
2023-09-27stm32/adc: Fix STM32H5 support.Rene Straub
2023-09-21esp32: Fix Partition.writeblocks() partial write corruption.Luca Burelli
2023-09-20stm32/powerctrlboot: Allow PLL1 Q and R outputs to be enabled on H5.Damien George
2023-09-20py/nlrx64: Mark nlr_push() as naked function when possible.Angus Gratton
2023-09-18esp32/mphalport: Add function/line/file info to check_esp_err exception.IhorNehrutsa
2023-09-18tools/autobuild: Include .bin firmware in renesas-ra build output.Damien George