micropython/ports
Jonathan Hogg 8be29b9b1b esp32/machine_hw_spi: Use a 2 item SPI queue for long transfers.
Using a 2-item transaction queue instead of 1 allows long transfers to 
be executed with the minimum inter-transaction delay. Limit maximum 
transaction length to ensure an integer multiple of the SPI `bits` 
setting are transferred. Fixes #7511.
2021-07-16 16:12:45 +01:00
..
bare-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
cc3200 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
esp32 esp32/machine_hw_spi: Use a 2 item SPI queue for long transfers. 2021-07-16 16:12:45 +01:00
esp8266 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
javascript all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
mimxrt mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 2021-07-15 00:36:31 +10:00
minimal all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
nrf all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
pic16bit all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
powerpc all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
qemu-arm all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
rp2 all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
samd all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
stm32 stm32/boards/NUCLEO_F446RE: Fix I2C1 pin assignment to match datasheet. 2021-07-13 15:25:27 +10:00
teensy all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
unix py: Introduce and use mp_raise_type_arg helper. 2021-07-15 00:12:41 +10:00
windows windows/appveyor: Update to VS 2017 and use Python 3.8 for build/test. 2021-07-15 00:10:52 +10:00
zephyr all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00