aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24build(deps): bump actions/checkout from 2 to 3dependabot/github_actions/actions/checkout-3dependabot[bot]
2023-02-24py/modmath: Fix two-argument math function domain check.Damien George
2023-02-24tools/pyboard.py: Use '/' exclusively when dealing with paths.Damien George
2023-02-24drivers/cyw43: Use board-defined BLE UART secondary baudrate.iabdalkader
2023-02-24github/workflows: Add workflow to build mpremote wheel.Jim Mussared
2023-02-24tools/mpremote: Use hatch to build mpremote package.Jim Mussared
2023-02-23stm32/Makefile: Clean up nested if-else to chained if-else-if.Damien George
2023-02-23rp2/Makefile: Allow specifying BOARD_DIR on make command line.Jim Mussared
2023-02-23esp32/Makefile: Allow specifying BOARD_DIR on make command line.Jim Mussared
2023-02-23ports: Make BOARD default from BOARD_DIR in Makefile's.Jim Mussared
2023-02-21samd/moduos: Add uos.urandom() using the phase-jitter rng.robert-hh
2023-02-21samd/mcu: Set the SAMD21 us-counter to 2 MHz for better resolution.robert-hh
2023-02-21samd/mcu: Implement a hardware seed for the SAMD21 random module.robert-hh
2023-02-21samd/mcu: Use the FDPLL96M clock for the SAMD21 CPU.robert-hh
2023-02-21samd/mcu: Rework the comments in clock_config.c.robert-hh
2023-02-21samd/boards: Clean up comments and some pins in pins.csv files.robert-hh
2023-02-21extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard.Damien George
2023-02-20tools/ci.sh: Add unix, stm32 and rp2 ports to code size check.Damien George
2023-02-20minimal: Increase heap size for Linux builds.manobendro
2023-02-17samd: Add Pin.board and Pin.cpu classes to Pin.robert-hh
2023-02-17mimxrt/Makefile: Move the FROZEN_MANIFEST setting after board config.robert-hh
2023-02-17rp2/cyw43_configport: Specify the chipset firmware include file.Damien George
2023-02-17lib/pico-sdk: Update to version 1.5.0.Damien George
2023-02-17lib/cyw43-driver: Update driver to latest version.Damien George
2023-02-17rp2/mpconfigport: Enable os.dupterm and hashlib.sha1 on all boards.Damien George
2023-02-17tools/ci.sh: Install pkg-config for macos builds.Damien George
2023-02-17github/workflows: Add "shared/**" to list of paths that trigger CI.Damien George
2023-02-17shared/runtime/softtimer: Fix ticks range when computing ticks diff.Jim Mussared
2023-02-16shared/runtime/softtimer: Use consistently the same clock source.robert-hh
2023-02-16nrf/Makefile: Add support for BOSSAC flasher.iabdalkader
2023-02-16stm32/boards/ARDUINO_PORTENTA_H7: Use default aioble.Jim Mussared
2023-02-16rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use default aioble.Jim Mussared
2023-02-16stm32/boards/ARDUINO_PORTENTA_H7: Fix macro value check for QSPI.iabdalkader
2023-02-16stm32/boards/STM32F769DISC: Fix building with USE_QSPI_XIP=1.Andrew Leech
2023-02-16tests/float: Make output of math function tests more readable.Damien George
2023-02-16tests/float: Add domain checks for log and also -inf.Damien George
2023-02-15extmod/utime_mphal: Fix comment re delta range check in time_ticks_add.Damien George
2023-02-15examples/bluetooth: Fix check for _conn_handle being None.Damien George
2023-02-09tests/micropython: Split viper_misc test into two files.Damien George
2023-02-09tests/extmod: Skip vfs tests if target doesn't have enough memory.Damien George
2023-02-09tests/extmod: Get DecompIO test running on low-memory targets.Damien George
2023-02-09tests/float: Skip new complex tests if complex unavailable.Damien George
2023-02-08py/mkrules.cmake: Force build mpversion.h and frozen_content.c.Jim Mussared
2023-02-07examples/rp2: Add comment that examples using IO25 don't work on Pico W.Damien George
2023-02-07rp2/rp2_pio: Track use of PIO resources and free them on soft reset.Damien George
2023-02-03top: Update .git-blame-ignore-revs for latest formatting commit.Damien George
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2023-02-01stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest.Damien George
2023-02-01tools/mpy-tool.py: Initialize line_info_top.Martin Milata
2023-02-01windows/msvc: Fix module freezing.stijn