15265 Commits (cdd9ad8d62cd69714665c086a9bebba92772afc3)
 

Author SHA1 Message Date
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
Damien George 9c7ea9b14a py/obj: Generalise mp_get_buffer so it can raise if a flag is set. 1 year ago
Damien George 516385c4cc py/objboundmeth: Optimise check for types in binary_op. 1 year ago
Ned Konz 66c62353ce tests/basics/boundmeth1.py: Add tests for bound method equality/hash. 1 year ago
Daniël van de Giessen 4f5e165d0b py/objboundmeth: Support comparing and hashing bound methods. 4 years ago
Matthias Urlichs 5f0bd33b73 extmod/asyncio: Emit errors to stderr, not stdout. 1 year ago
Damien George 05cb1406ad extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
Jim Mussared 5015779a6f py/builtinevex: Handle invalid filenames for execfile. 1 year ago
robert-hh 480659b1ac ports: Make all ports skip execution of main.py if boot.py fails. 1 year ago
Andrew Leech d2a9d70c09 tools/ci.sh: Ensure enough commits are fetched for a common ancestor. 1 year ago
Glenn Moloney 9f835df35e esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW. 1 year ago
robert-hh a06f4c8df4 mimxrt/led: Fix LED init call from main, and simplify led_init. 1 year ago
Matthias Urlichs 3fb1bb131f py/vm: Don't emit warning when using "raise ... from None". 1 year ago
Jim Mussared 5232847771 README.md: Update CI badges. 1 year ago
Jim Mussared 69e34b6b6b all: Switch to new preview build versioning scheme. 1 year ago
Damien George e00a144008 all: Bump version to 1.21.0. 1 year ago
Damien George 6f76d1c7fa rp2: Implement time.time_ns with time_us_64 so it has us resolution. 1 year ago