14681 Commits (a39e2827b7b2c99994aaca1b7b5b13290144801d)
 

Author SHA1 Message Date
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
brave ulysses 7f71057a89 stm32/boards/NUCLEO_F756ZG: Add board definition for NUCLEO-F756ZG. 2 years ago
iabdalkader 5b7f71882b stm32/powerctrl: Improve standby mode entry code for H7 MCUs. 2 years ago
robert-hh 564945a2a0 nrf/boards/seeed_xiao_nrf52: Add defn for Seeed XIAO NRF52840 Sense. 2 years ago
Jim Mussared 6d460d33dc samd/boards/SEEED_XIAO: Rename to SEEED_XIAO_SAMD21. 2 years ago
Damien Tournoud fd1e66edb3 esp32/usb: Cleanup connection detection. 2 years ago
Jim Mussared 9bec52a2f8 esp32/main: Don't call usocket_events_deinit if unavailable. 2 years ago
Wind-stormger 3a3739037d esp32/machine_touchpad: Fix TouchPad for ESP32S2, ESP32S3. 2 years ago
David Lechner 5608226cfd github/workflows: Cancel when branch is updated. 2 years ago
David Lechner 3c2d7563d2 tests/unix/mod_os: Add test for os module. 2 years ago
David Lechner 958f748e53 unix/moduos: Implement 2-arg version of os.getenv(). 2 years ago
Damien Tournoud 0eba00a92c extmod/uasyncio: Fix syntax of generator functions. 2 years ago
robert-hh b75b5c102c mimxrt/sdcard: Remove obsolete code already excluded by preprocessor. 2 years ago
robert-hh aea4174937 mimxrt/sdcard: Fix an error when writing large blocks. 2 years ago
robert-hh 913f9ad5ad mimxrt/machine_rtc: Set the microsecond value to 0. 2 years ago
robert-hh 17ab2f671b samd: Support entering bootloader via USB CDC 1200bps touch. 2 years ago
robert-hh e69313f89c samd: Add a vref=num option to the ADC and DAC constructor. 2 years ago
robert-hh a73dcb3d22 samd/machine_uart: Fix uart.deinit() and save some RAM. 2 years ago
robert-hh f78dd25a2c samd/machine_uart: Check the UART TX pin assignment. 2 years ago
robert-hh 5b1fd8802a samd/machine_uart: Simplify machine_uart_any() and machine_uart_read(). 2 years ago
robert-hh 4199f986ad samd/machine_uart: Fix IRQ flag setting and clearing. 2 years ago
robert-hh fcd1788937 samd: Avoid under-/overflow in I2C and SPI baudrate calculations. 2 years ago
robert-hh 43fc133dbd samd/mpconfigport: Use __WFE() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh 3cc359c204 samd/mpconfigport: Support MICROPY_HW_SOFTSPI_MIN_DELAY. 2 years ago
Dale Weber f2de289ef3 stm32/boards/NUCLEO_F429ZI: Enable I2C1 and I2C2 with default pins. 2 years ago
stijn f6f177807f windows/.gitignore: Simplify by removing build artefacts. 2 years ago
stijn 9c7ff87643 all: Keep msvc build output in build/ directories. 2 years ago
Antonin ENFRUN db19ee7e15 webassembly/library: Extract and send data to print as UInt8Array. 2 years ago
David Lechner f3d9fe7b2c docs/differences: Add Python 3.10 page. 2 years ago
David Lechner 918e0ae164 docs/differences: Update Python 3.9 status. 2 years ago
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