4184 Commits (5ff6c12c65b5ab5efdbc10718caa2375ca5ab775)

Author SHA1 Message Date
Sebastian Romero 5c5fe87821 nrf/boards: Add named pins for Arduino Nano 33 BLE. 9 months ago
Sebastian Romero 27c0992343 esp32/boards: Add missing named digital pins for Arduino Nano ESP32. 9 months ago
Sebastian Romero ed29a4123f rp2/boards: Add named digital pins for Arduino Nano RP2040 Connect. 9 months ago
Sebastian Romero 32623d3d19 stm32/boards: Add named digital and analog pins for Arduino boardrs. 9 months ago
Damien George a9efffca96 stm32: Add support for dual-analog-pad "_C" pins on H7 MCUs. 8 months ago
Angus Gratton 7fd8a6d4bc stm32/dma: Add D-cache protection for DMA RX operations, including SPI. 9 months ago
Angus Gratton 2345c1a04e stm32/mpu: Rename MPU_CONFIG_DISABLE to MPU_CONFIG_NOACCESS. 9 months ago
Angus Gratton 5fe99013b6 stm32: Simplify D-cache clean and invalidate macros. 9 months ago
robert-hh bf68bb95f9 stm32/network_lan: Add the phy_type=x keyword option to network.LAN(). 9 months ago
robert-hh 085e3244f0 stm32/eth: Remove redundant ETH clock enable code. 9 months ago
robert-hh 185ae18360 stm32/network_lan: Allow defining phy_addr in the LAN constructor. 9 months ago
Phil Howard dda9b9c6da all: Prune trailing whitespace. 8 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Damien George b3f2f18f92 renesas-ra: Fix spelling mistakes found by codespell. 8 months ago
Damien George 90e517862d webassembly/Makefile: Remove --memory-init-file from linker options. 8 months ago
Damien George a30c29398a ports: Don't include mpthread.h in mpthreadport.h. 8 months ago
iabdalkader b5edaf68cd stm32/sdram: Support remapping FMC memory banks. 9 months ago
Damien George 31e718a6ac stm32/mpbthciport: Allow building with MICROPY_PY_MACHINE_UART disabled. 9 months ago
Trent Piepho 31e131bd71 esp32/machine_hw_spi: Combine argument parsing for constructor and init. 9 months ago
IhorNehrutsa d9944983cb esp32/machine_i2c: Fix build warnings when I2C is disabled. 9 months ago
Damien George 802a88c3b1 stm32/mboot: Generate FLASH_LAYOUT_STR at runtime on H5 MCUs. 9 months ago
Damien George cae690d047 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 9 months ago
Damien George 2423493774 py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro. 9 months ago
Damien George 5a3dd8c791 tests/ports/unix: Add coverage test for frozen functions and generators. 9 months ago
Damien George e2ff00e811 py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 9 months ago
Damien George cd66aa05cf esp32: Increase NimBLE task stack size and overflow detection headroom. 9 months ago
YAMAMOTO Takashi 809d113dbc unix: Don't include system headers when features are disabled. 9 months ago
YAMAMOTO Takashi f9704ce36e unix/input: Flush the prompt after writing it to stdout. 9 months ago
YAMAMOTO Takashi 06cb6b1e9f minimal: Use printf instead of echo -e. 9 months ago
YAMAMOTO Takashi e3be70b5e8 minimal: Allow compiling on macOS. 9 months ago
Damien George c27d304bed esp32/mpnimbleport: Release the GIL while doing NimBLE port deinit. 9 months ago
Trent Piepho 34097b776e esp32/network_ppp: Make PPP support optional. 9 months ago
Angus Gratton 00ba6aaae4 ports: On cold boot, enable USB after boot.py completes. 10 months ago
YAMAMOTO Takashi d2a3cd7ac4 embed: Improve stack top estimation. 9 months ago
iabdalkader be8d660fc2 mimxrt: Fix header include guard names. 9 months ago
Damien George 8cbae12d0d unix/variants: Prefer unix-ffi packages when loading the manifest. 9 months ago
Damien George b038d07011 stm32/Makefile: Ignore uninitialised variable warning in H5 HAL SD code. 9 months ago
Damien George 657faee7e5 stm32/main: Allow disabling MICROPY_PY_MACHINE. 9 months ago
Damien George 4e6436d4cf stm32/spi: Allow disabling MICROPY_PY_MACHINE_SPI. 9 months ago
Damien George 2158da213e stm32/modos: Allow disabling MICROPY_PY_MACHINE_UART. 10 months ago
Damien George 7d28789544 ports: Use vfs module instead of os. 12 months ago
Damien George e7020463f1 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 1 year ago
Felix Dörre b802f0f8ab extmod/modtls: Move the native ssl module to tls. 9 months ago
David Lechner ed15b3c6c6 github/workflows: Move Windows CI from AppVeyor to GitHub Actions. 2 years ago
David Lechner 23342eff90 windows/Makefile: Fix float exact int formatting on 32-bit mingw. 2 years ago
Jim Lipsey 0285cb2bf4 stm32/boards/ARDUINO_PORTENTA_H7: Add pin configuration for SPI1. 1 year ago
Joey232 3e48d24576 esp32/boards/UM_FEATHERS3: Use read_uv() for accurate battery voltage. 10 months ago
Takeo Takahashi 81049edf7c renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue. 9 months ago
Damien George 807c25d05a rp2: Change machine.I2S and rp2.DMA to use shared DMA IRQ handlers. 9 months ago
Carlosgg f3d1495fd3 all: Update bindings, ports and tests for mbedtls v3.5.1. 2 years ago