14687 Commits (2a1db770ce8d024b31bd1680e501e8b2a65f6570)
 

Author SHA1 Message Date
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
robert-hh c2ab1b5185 esp32/boards/OLIMEX_ESP32_POE: Remove id from and update board.json. 2 years ago
robert-hh 0baf6c80d9 nrf/mpconfigport: Enable seeding of the PRNG by the hardware RNG. 2 years ago
Jay Greco be420bf9bb rp2/boards/NULLBITS_BIT_C_PRO: Add Bit-C PRO board. 2 years ago
Damien George 67fac4ebc5 rp2/machine_pin: Fix configuring OPEN_DRAIN with initial value. 2 years ago
Damien George 8a0353525f rp2/main: Use mp_printf in nlr_jump_fail. 2 years ago
Damien George 1978b838b7 shared/runtime: Use mp_printf consistently, instead of printf. 2 years ago
Damien George 31139b437a py/mkrules: Support mpy-tool-flags in cmake frozen code generation. 2 years ago
Damien George d387ae3444 py/objint_mpz: Catch and reject @ and @= operating on big integers. 2 years ago
robert-hh d4a4cde42e rp2: Fix crash in a pin.irq handler. 2 years ago
Damien George 4f3780a156 examples/embedding: Rework example to use ports/embed. 2 years ago
Damien George a8a1ad1391 embed: Add new "embed" port which builds a simple C package. 2 years ago
Alex Riesen abaa4abd2d py: Add parenthesis to default impl of MP_OBJ_TO_PTR, MP_OBJ_FROM_PTR. 2 years ago
小权一句两句 94ee1b629a unix/main: Free pathbuf when there's an error opening a file. 2 years ago
Jim Mussared fb8792c095 py/lexer: Wrap in parenthesis all f-string arguments passed to format. 2 years ago