15481 Commits (0e706a62b168b7c2818f99d8785fe4dd31af9169)
 

Author SHA1 Message Date
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
iabdalkader 9ed39553f2 drivers/ninaw10: Add ioctl for reading analog pins. 1 year ago
Christian Walther 7be16e0540 extmod/vfs_posix: Additional tests for coverage of error cases. 1 year ago
Christian Walther be28829ae8 extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
Christian Walther 0c4fb16871 extmod/vfs_posix: Fix relative paths on non-root VFS. 1 year ago
Christian Walther 5f7065f57a extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
Christian Walther e3ba6f952b extmod/vfs_posix: Fix relative root path. 1 year ago
Seon Rozenblum 86c7b957a8 esp32/boards: Update UM board image names for consistency. 1 year ago
Jim Mussared 3883f29485 py/modthread: Initialise nlr_jump_callback_top on threads. 1 year ago
Kwabena W. Agyeman e78471416b mimxrt/modmachine: Add support for machine.deepsleep. 1 year ago
Kwabena W. Agyeman 433158076f mimxrt/machine_rtc: Add RTC alarm/wakeup functionality. 1 year ago
Kwabena W. Agyeman 64ad676424 mimxrt/boards: Define missing SNVS pins for all processors. 1 year ago
Jim Mussared c2361328e1 github/workflows: Pin ruff to 0.1.0 and change flags for new version. 1 year ago
Damien George 971f1cf987 stm32/powerctrl: Add support for frequency scaling with HSI on H5 MCUs. 1 year ago
Damien George e15882ad2b stm32/boards/STM32H573I_DK: Enable ETH and DAC peripherals. 1 year ago
Rene Straub 51da8cc28b stm32/eth: Add Ethernet support for H5 MCUs. 1 year ago
iabdalkader 8b12923da2 stm32/boards/ARDUINO_GIGA: Fix name of pins in board init. 1 year ago
robert-hh f84b4617cb rp2/cyw43_configport: Use m_tracked_calloc and m_tracked_free. 1 year ago
iabdalkader 4074f828dd stm32/boards/ARDUINO_GIGA: Add QSPI fix/workaround to early init. 1 year ago
Thomas Ackermann ac4f79592b docs/library/io: Remove io.FileIO and io.TextIOWrapper. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Jim Mussared 03a9fa227d extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
Jim Mussared d040478d8a extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
Damien George a1be5e1439 docs/reference/mpyfiles: Document change in .mpy sub-version. 1 year ago
Damien George 6967ff3c58 py/persistentcode: Bump .mpy sub-version. 1 year ago
Damien George 9b63421fb3 py/dynruntime: Add mp_get_buffer. 1 year ago