14701 Commits (38243cd8e0792fd6e597e4761f9d9949a9d41599)
 

Author SHA1 Message Date
TPReal bf49a087b2 extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents. 2 years ago
TPReal 002f54ab4e tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling. 2 years ago
Damien George b042fd5120 drivers/bus: Change QSPI read_cmd signature to return an error code. 2 years ago
Andrew Leech 7ee5afe8d1 drivers/bus: Detect QSPI transfer errors and pass up to spiflash driver. 4 years ago
Damien George ab0258fb1e py/gc: Fix debug printing of GC layout. 2 years ago
Jeff Epler d75ff42297 unix/coverage: Add extra GC coverage test for ATB gap byte. 3 years ago
Jeff Epler 9f434dd8de py/gc: Ensure a gap of one byte after the ATB. 3 years ago
Jeff Epler 84071590b3 py/gc: Avoid valgrind false positives. 3 years ago
Damien George 2283b6d68f py: Pass in address to compiled module instead of returning it. 2 years ago
David Lechner 96c23432f6 github/workflows: Fix code size comment workflow for non-PR. 2 years ago
Jim Mussared 3ecbaf1e06 docs/library/neopixel: Update GitHub URL for neopixel.py link. 2 years ago
Laurens Valk a6fd13a026 docs/library/struct: Embed format tables. 2 years ago
Laurens Valk 6503cd47af docs/library/struct: Fix buffer argument description. 2 years ago
Damien George a2347433b0 py: Remove the word "yet" from exception messages. 2 years ago
Laurens Valk 632d43ed44 py/mpconfig: Include micropython module in core features. 2 years ago
Laurens Valk f724d90e6c py/modmicropython: Make module optional. 2 years ago
iabdalkader fb7d211530 stm32/boards: Add missing LPUART macros for H7 HAL. 2 years ago
Damien George 771c16f3d9 stm32/mboot: Make all mboot sectors erase/write protected. 2 years ago
David Lechner 1b774b373e github/workflows: Comment on code size change instead of failing CI. 3 years ago
David Lechner d5181034f2 py/bc: Fix checking for duplicate **kwargs. 2 years ago
Damien George cc26bf7406 gitignore: Add comment about keeping this file minimal. 2 years ago
Damien George 7543b475b1 gitignore: Simplify top-level gitignore file. 2 years ago
Michael Mogenson 921f397acb tools/mpremote: Only auto connect to serial device with USB VID/PID. 2 years ago
Laurens Valk 3c1a2a942a tests/misc/cexample_class: Fix timing sensitivity. 2 years ago
Laurens Valk 5588647ad2 tests/misc/cexample_module: Test class presence. 2 years ago
Tobias Thyrrestrup 2fcd93cdd0 tools/mpremote: Allow EDITOR environment variable to work on Windows. 2 years ago
Rayane Chatrieux f3e4c505d1 py/objdict: Implement dictionary union (PEP 584). 3 years ago
Brian Cooke 7fe7c55bb8 esp32/machine_timer: Fix ESP32C3 timer period doubling. 2 years ago
Laurens Valk a67989aa20 examples/usercmodule: Add example of a native C class. 2 years ago
Laurens Valk 1d27c7d423 tests/misc: Add test for cexample module. 2 years ago
Damien George d75f49c0f0 tools/ci.sh: Don't print python2 version. 2 years ago
Damien George 8b5642914a github/workflows: Run mpy-format CI when tests and examples change. 2 years ago
Damien George ecb46f93e0 github/workflows: Use ubuntu-20.04 when python2 is required. 2 years ago
Jim Mussared b705732d5f esp32/boards/GENERIC_S3_SPIRAM: Enable BLE. 2 years ago
Jim Mussared 6873a14b61 py/makeversionhdr.py: Allow running outside of repo. 2 years ago
David Lechner ac5934c96b mpy-cross/main: Add MSVC-compatible architecture checks. 2 years ago
David Lechner 5b08e0361e extmod/moduplatform: Fix MSVC x86_64 check. 2 years ago
David Lechner 67e919db32 extmod/moduplatform: Remove _M_IX86 test for xtensa. 2 years ago
robert-hh 28a5107d81 mimxrt/mpconfigport: Remove config options that are set by default. 2 years ago
yn386 e18e47fa81 stm32/i2c: Add hardware I2C implementation for STM32L4. 2 years ago
yn386 d0bea69c5e stm32/i2c: Add hardware I2C implementation for STM32L1. 2 years ago
yn386 f6b5d1838b stm32/adc: Fix ADCAll.read_core_temp() on L4 MCUs. 2 years ago
yn386 2154ee2163 stm32/adc: Fix reading internal ADC channels on L4 MCUs. 2 years ago
yn386 a74e4fabeb stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate. 2 years ago
yn386 65d82066a8 stm32/pyb_i2c: Fix failing pyb.I2C(dma=True) after receiving 1 byte. 2 years ago
David Lechner 4dcfd19bbf extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. 2 years ago
TPReal 859d0e9529 docs/library/framebuf: Clarify docs for blit regarding palette. 2 years ago
Jim Mussared 4ff10b5976 tests/run-tests.py: Use host arch for mpy-cross for target=unix. 2 years ago
Damien George beb9b85c59 github/workflows: Run unix port workflow if mpy-cross changes. 2 years ago
Jim Mussared f31a358eb2 mpy-cross/main: Don't set a default native architecture. 2 years ago