micropython/ports
Damien George badaf3ecfe esp8266/machine_hspi: After an SPI write wait for last byte to transfer.
Because otherwise the function can return with data still waiting to be
clocked out, and CS might then be disabled before the SPI transaction is
complete.  Fixes issue #3487.
2017-12-14 10:43:18 +11:00
..
bare-arm
cc3200
esp32 esp32: Add custom partitions.csv file with uPy specific size. 2017-12-13 15:51:04 +11:00
esp8266 esp8266/machine_hspi: After an SPI write wait for last byte to transfer. 2017-12-14 10:43:18 +11:00
minimal
pic16bit
qemu-arm ports/qemu-arm: Rework "test" target using upytesthelper. 2017-12-13 09:07:51 +02:00
stm32 stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval. 2017-12-13 18:33:39 +11:00
teensy
unix unix: Add support for using the Python stack. 2017-12-11 13:49:09 +11:00
windows
zephyr zephyr/main: Move var declarations to the top of file. 2017-12-08 12:39:57 +02:00