mac-rom-simm-programmer/hal
Doug Brown 9521494971 Optimize read/write cycle functions
If multiple read or write cycles are done in sequence, we'll no longer
needlessly update the data direction registers (which is a slow SPI
transaction). We can also skip updating the pullups on the AVR if
multiple read cycles occur in sequence.
2020-11-27 00:16:35 -08:00
..
at90usb646 Optimize read/write cycle functions 2020-11-27 00:16:35 -08:00
board.h Add/update copyright 2020-11-27 00:16:35 -08:00
gpio.h Add/update copyright 2020-11-27 00:16:35 -08:00
parallel_bus.h Add/update copyright 2020-11-27 00:16:35 -08:00
spi.h Add/update copyright 2020-11-27 00:16:35 -08:00
usbcdc.h Optimize reading of 1024 byte chunks 2020-11-27 00:16:35 -08:00