15356 Commits (26d5032980335ccdfe81234ad7a24030a580f6d3)
 

Author SHA1 Message Date
Jim Mussared bbd8760bd9 all: Update Python formatting to ruff-format. 1 year ago
Jim Mussared 303ccca7c6 all: Replace "black" with "ruff format". 1 year ago
Daniël van de Giessen 7ad84e0422
lib/littlefs: Update LittleFS to v2.8.1. 1 year ago
Andrew Leech 06a7bf967c esp32/usb: Wake main thread when USB receives data. 1 year ago
Andrew Leech d8a263435f esp32/mphalport: Add function to wake main from separate FreeRTOS task. 1 year ago
Alessandro Gatti 95ce61d0ad esp32: Use better build settings for ESP32-C3. 1 year ago
Damien George 4cffa848f6 esp32/boards: Reduce size of D2WD and OTA firmware. 1 year ago
Damien George a614c1d501 extmod: Remove empty utime_mphal.h file. 1 year ago
Jim Mussared e579ebb11b teensy: Remove the teensy port. 1 year ago
Pascal Brunot a8dd69f206 esp32/modmachine: Fix deepsleep() when previous sleep delay was set. 1 year ago
robert-hh bbbd484f5b esp32/network_lan: Register the hostname setting for Ethernet. 1 year ago
robert-hh 9c244134fb esp32/network_lan: Fix LAN.isconnected(). 1 year ago
robert-hh c4e63ace66 esp32/network_lan: Fix and simplify the code for ETH-SPI devices. 1 year ago
Daniël van de Giessen b2f220dff8 esp32/boards: Disable ALPN support. 1 year ago
Daniël van de Giessen a1d20e0747 esp32/network_ppp: Reduce PPP thread CPU usage. 1 year ago
Daniël van de Giessen f1d6af9819 esp32/machine_uart: Add error checking for IDF API's. 1 year ago
Daniël van de Giessen e676edac79 esp32/mpconfigport: Remove port-specific GAP name. 1 year ago
Daniël van de Giessen f74131134c esp32: Poll serial/JTAG for unread data to prevent blocking. 1 year ago
Alessandro Gatti 1cf3085c57 esp32/network_ppp: Allow building with IPv6 disabled. 1 year ago
Seon Rozenblum c146017f8a esp32/boards: Update UM board settings to use custom PID/VID. 1 year ago
Seon Rozenblum bdae847082 esp32/boards/UM_TINYWATCHS3: Add new UM TinyWATCH S3 board. 1 year ago
Jim Mussared 64c79a5423 py/qstr: Add support for sorted qstr pools. 2 years ago
Jim Mussared e910533012 bare-arm/lib: Add minimal strncmp implementation. 1 year ago
Jim Mussared 78f4f30cb1 tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency. 1 year ago
Jim Mussared 1a017511d0 tests/perf_bench: Add string/qstr/map tests. 1 year ago
iabdalkader 2fda94c286 extmod/network_ninaw10: Fix select flags handling in socket poll. 1 year ago
Alessandro Gatti b6c369a396 py/asm{arm,thumb,x64,x86,xtensa}: Remove unused macros. 1 year ago
Jim Mussared 6cd99910cd docs/reference/micropython2_migration: Add migration guide. 1 year ago
Jim Mussared 3bf70f16e9 py/mkrules.mk: Add MICROPY_PREVIEW_VERSION_2. 1 year ago
Damien George 3e2706a18d extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
Damien George 6989aba93b nrf/modules/machine: Use SPI Python bindings provided by extmod. 1 year ago
Damien George d336c1b79b extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
Damien George 90023b4dcf extmod/modmachine: Clean up decls of machine types to use common ones. 1 year ago
Damien George 5b4a2baff6 extmod/machine_uart: Factor ports' UART Python bindings to common code. 1 year ago
Damien George 95d8b5fd55 extmod/machine_adc: Factor ports' ADC Python bindings to common code. 1 year ago
Damien George 48e0986666 nrf/boards: Automatically configure MICROPY_PY_MACHINE_PWM. 1 year ago
Damien George bb4be837c3 py/makeqstrdefs.py: Print a nicer error when preprocessing stage fails. 1 year ago
Damien George 91a3f18391 extmod/machine_i2s: Factor comments, some enums and macros. 1 year ago
Damien George 46ae3b5a34 extmod/machine_i2s: Factor init_helper argument parsing. 1 year ago
Damien George 676f9bb78c extmod/machine_i2s: Factor print function. 1 year ago
Damien George 1477986815 extmod/machine_i2s: Factor I2S.irq method. 1 year ago
Damien George cdd9ad8d62 extmod/machine_i2s: Factor I2S.shift method. 1 year ago
Damien George a2d7e0da0b extmod/machine_i2s: Factor stream and ring-buf code. 1 year ago
Damien George f2f3ef162d extmod/machine_i2s: Factor ports' I2S Python bindings to common code. 1 year ago
Damien George 7e7af71527 extmod/machine_pwm: Remove header file and move decls to .c file. 1 year ago
Damien George 60929ec7e2 extmod/machine_wdt: Factor ports' WDT Python bindings to common code. 1 year ago
iabdalkader 2590a34ed7 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add external analog pins. 1 year ago
iabdalkader 5e52389f99 rp2/machine_adc: Add support for external ADC channels. 1 year ago
iabdalkader 4358faab0c drivers/ninaw10: Add support for external ADC channels. 1 year ago
iabdalkader 7bbf7910fe extmod/network_ninaw10: Raise an error if nina_ioctl fails. 1 year ago