15219 Commits (5232847771903e9022c8c67a436b0562e4530602)
 

Author SHA1 Message Date
iabdalkader 142e8b70e2 renesas-ra: Add RNG driver. 1 year ago
iabdalkader 5b774517dc renesas-ra: Add Bluetooth support using NimBLE. 1 year ago
iabdalkader d89a0606e0 renesas-ra: Add TinyUSB support. 2 years ago
iabdalkader 816b88ad07 mimxrt/Makefile: Update to work with latest TinyUSB. 1 year ago
iabdalkader 86fd958212 lib/tinyusb: Update to the most recent master. 1 year ago
iabdalkader 0a3264ba96 shared/tinyusb: Support HS endpoint sizes. 2 years ago
iabdalkader 09a2ee8e7f renesas-ra/Makefile: Generate binary firmware output. 2 years ago
Damien George 397697aa83 py/persistentcode: Always close reader even if an exception is raised. 1 year ago
Damien George 5e122b11ea py/parse: Always free lexer even if an exception is raised. 1 year ago
Damien George c9089e71a1 py/runtime: Add helpers to call a general function on nlr jump callback. 1 year ago
Damien George dc99840b3a stm32/uart: Add support for UART10 when it's a USART. 1 year ago
Damien George a4d28e5279 stm32/timer: Fix use of TIM8 on H5 MCU's. 1 year ago
Damien George 67b1c81f69 stm32/powerctrlboot: Allow using PLL3 for USB clock on H5 MCU's. 1 year ago
Damien George 60e0ef6ef6 stm32/octospi: Add support for dual-line SPI interface. 1 year ago
Damien George ee5e594472 stm32/dma: Add support for SPI1 DMA on H5 MCU's. 1 year ago
Andrew Leech ff70bd1197 stm32/timer: Fix deadtime config on Advanced Timer peripherals. 1 year ago
Damien George 8dbdac8c82 extmod/modlwip: Fix setting of IP option SOF_BROADCAST. 1 year ago
iabdalkader 3637252b7b tests/multi_net: Increase asyncio tests timeouts. 1 year ago
Glenn Moloney 0bafdaf5f0 esp32: Skip validation of image on boot from deepsleep. 1 year ago
dependabot[bot] 5e50593738 github/workflows: Bump actions/checkout from 3 to 4. 1 year ago
Damien George 671b38f944 mimxrt/sdio: Move config guard so headers are only included if used. 1 year ago
robert-hh 297892c4f4 mimxrt/machine_uart: Add a helper function to change the baudrate. 1 year ago
Seon Rozenblum 8bd2494c95 esp32/boards/UM_FEATHERS3: Fix I2C pins in pins.csv. 1 year ago
IhorNehrutsa 1a5bfa5024 docs/esp32/tutorial: Add example for pin access via registers. 1 year ago
Jim Mussared 304f13a74e docs/library/network: Clarify network.hostname() behaviour. 1 year ago
Francis Dela Cruz d00105494f docs/library/platform: Add docs for the platform library. 1 year ago
Sebastian Romero bf35eefc62 esp32/boards/ARDUINO_NANO_ESP32: Clarify recovery instructions. 1 year ago
IhorNehrutsa 6e79b55dc8 py/malloc: Fix DEBUG_print() args in m_realloc_maybe. 1 year ago
David Yang 545b94a8f5 unix/modjni: Fix build errors with type definitions and error strings. 1 year ago
Mirko Vogt 65f0cb11af extmod/modssl_mbedtls: Ignore err ERR_SSL_RECEIVED_NEW_SESSION_TICKET. 1 year ago
Mirko Vogt 1b03518e37 extmod/modssl_mbedtls: Call func psa_crypto_init if PSA is used. 1 year ago
David Lechner ffb43b2dd3 py/modthread: Return thread id from start_new_thread(). 1 year ago
Daniël van de Giessen c0d4c604e6 esp32/network_ppp: Block after deleting task. 1 year ago
Seon Rozenblum 6bd1404225 esp32/boards/UM_NANOS3: Add new UM NanoS3 board. 1 year ago
Seon Rozenblum 6ec2e8f643 esp32/boards: Add pins.csv to UM boards and other minor changes. 1 year ago
robert-hh 9f1576f2ad rp2/machine_timer: Fix printing of timer period. 1 year ago
Damien George 6aa404ca53 tools/metrics.py: Fix nrf and rp2 board names after renaming. 1 year ago
Jim Mussared 607548f32d examples/natmod: Add features4 as a class definition example. 1 year ago
Jim Mussared f52a2cd55a samd/modules/_boot.py: Add /lib to sys.path. 1 year ago
Daniël van de Giessen 3cc3e4e032
esp32/machine_uart: Release GIL for blocking reads. 2 years ago
Daniël van de Giessen f8bd6778c8 esp32: Support JTAG console, free up UART. 1 year ago
Daniël van de Giessen ba8aad3d1d esp32/modnetwork: Add support for SO_BINDTODEVICE socket option. 1 year ago
Damien George 56e5a21312 esp32/modsocket: Add support for SO_BROADCAST socket option. 1 year ago
Wang Xuancong 25b89cbe94 extmod/{modlwip,modsocket}: Add support for SO_BROADCAST socket option. 1 year ago
stephanelsmith db06041d59 extmod/vfs_posix_file: Implement sys.std*.buffer objects. 1 year ago
stephanelsmith 1c047742a2 extmod/vfs_posix_file: Fix flush handling on macOS. 1 year ago
stephanelsmith 633599cdd5 tests/run-tests.py: Capture output of stderr when running on CPython. 1 year ago
Jim Mussared a64f2fdca0 py/dynruntime.h: Implement MP_OBJ_NEW_QSTR. 1 year ago
Jon Nordby 4837ec336a tools/mpy_ld.py: Support more complex rodata sections. 1 year ago
Daniël van de Giessen d1f288c041 py/modstruct: Support pad bytes in struct format. 2 years ago