14701 Commits (38243cd8e0792fd6e597e4761f9d9949a9d41599)
 

Author SHA1 Message Date
Jim Mussared 8e430a7d43 rp2/Makefile: Allow specifying BOARD_DIR on make command line. 2 years ago
Jim Mussared 742037ec38 esp32/Makefile: Allow specifying BOARD_DIR on make command line. 2 years ago
Jim Mussared 69b93527d5 ports: Make BOARD default from BOARD_DIR in Makefile's. 2 years ago
robert-hh b110266897 samd/moduos: Add uos.urandom() using the phase-jitter rng. 2 years ago
robert-hh 4160ec087b samd/mcu: Set the SAMD21 us-counter to 2 MHz for better resolution. 2 years ago
robert-hh 76cf98c35b samd/mcu: Implement a hardware seed for the SAMD21 random module. 2 years ago
robert-hh 7e0b1bc95d samd/mcu: Use the FDPLL96M clock for the SAMD21 CPU. 2 years ago
robert-hh 60ab556385 samd/mcu: Rework the comments in clock_config.c. 2 years ago
robert-hh c3afafd1ec samd/boards: Clean up comments and some pins in pins.csv files. 2 years ago
Damien George 95082693c3 extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard. 2 years ago
Damien George e0d1127246 tools/ci.sh: Add unix, stm32 and rp2 ports to code size check. 2 years ago
manobendro 294098d28e minimal: Increase heap size for Linux builds. 2 years ago
robert-hh 4598b89ce9 samd: Add Pin.board and Pin.cpu classes to Pin. 2 years ago
robert-hh 7198c25175 mimxrt/Makefile: Move the FROZEN_MANIFEST setting after board config. 2 years ago
Damien George b257c0152b rp2/cyw43_configport: Specify the chipset firmware include file. 2 years ago
Damien George 198579ad6a lib/pico-sdk: Update to version 1.5.0. 2 years ago
Damien George fa8b2cb26d lib/cyw43-driver: Update driver to latest version. 2 years ago
Damien George c6140ad0d4 rp2/mpconfigport: Enable os.dupterm and hashlib.sha1 on all boards. 2 years ago
Damien George 4bd4b6a47e tools/ci.sh: Install pkg-config for macos builds. 2 years ago
Damien George c7391a2d80 github/workflows: Add "shared/**" to list of paths that trigger CI. 2 years ago
Jim Mussared b1cdb205ec shared/runtime/softtimer: Fix ticks range when computing ticks diff. 2 years ago
robert-hh de1f1dd164 shared/runtime/softtimer: Use consistently the same clock source. 2 years ago
iabdalkader 68d049ea5e nrf/Makefile: Add support for BOSSAC flasher. 2 years ago
Jim Mussared 4eb72b34df stm32/boards/ARDUINO_PORTENTA_H7: Use default aioble. 2 years ago
Jim Mussared 5812611ab2 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use default aioble. 2 years ago
iabdalkader e140c7d26a stm32/boards/ARDUINO_PORTENTA_H7: Fix macro value check for QSPI. 2 years ago
Andrew Leech 75e7e7d034 stm32/boards/STM32F769DISC: Fix building with USE_QSPI_XIP=1. 2 years ago
Damien George 177ae2f346 tests/float: Make output of math function tests more readable. 2 years ago
Damien George 799d888182 tests/float: Add domain checks for log and also -inf. 2 years ago
Damien George fe330c74f4 extmod/utime_mphal: Fix comment re delta range check in time_ticks_add. 2 years ago
Damien George e1f211c6b5 examples/bluetooth: Fix check for _conn_handle being None. 2 years ago
Damien George 41ed01f139 tests/micropython: Split viper_misc test into two files. 2 years ago
Damien George d99ebb310c tests/extmod: Skip vfs tests if target doesn't have enough memory. 2 years ago
Damien George b1123a54c1 tests/extmod: Get DecompIO test running on low-memory targets. 2 years ago
Damien George 5c3c1c737e tests/float: Skip new complex tests if complex unavailable. 2 years ago
Jim Mussared 9848b0685f py/mkrules.cmake: Force build mpversion.h and frozen_content.c. 2 years ago
Damien George 35524a6fda examples/rp2: Add comment that examples using IO25 don't work on Pico W. 2 years ago
Damien George 0afe60b876 rp2/rp2_pio: Track use of PIO resources and free them on soft reset. 2 years ago
Damien George 9ea64a36ac top: Update .git-blame-ignore-revs for latest formatting commit. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George fe2a8332ff stm32/boards/NUCLEO_H743ZI2: Refer to NUCLEO_H743ZI for frozen manifest. 2 years ago
Martin Milata 850f09b109 tools/mpy-tool.py: Initialize line_info_top. 2 years ago
stijn 6abf03b5d0 windows/msvc: Fix module freezing. 2 years ago
stijn 7e9a15966a mpy-cross: Force forward slashes in paths. 2 years ago
stijn e145318a81 windows/msvc: Fix qstr generation dependency. 2 years ago
stijn 65941ea0e5 windows/msvc: Make mpy-cross independent of micropython variant. 2 years ago
stijn 55a76f4edd windows/msvc: Remove variant suffix from executable filename. 2 years ago
Jim Mussared 6250337c9c ports: Make all network-capable boards use bundle-networking. 2 years ago
Damien George c9baf498c8 lib/micropython-lib: Update submodule to latest. 2 years ago
David Lechner 3446d440f6 shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2 years ago