AVR ISP adapter (avr109/910 compatible, using ATmega16)
Go to file
Olaf Rempel 2d9c71bb8b Differentiate twi bus errors and address/data NACKs 2020-01-26 00:24:20 +01:00
.gitignore Use build directory 2020-01-13 22:27:15 +01:00
LICENSE Add LICENSE file 2020-01-13 22:27:15 +01:00
Makefile Use build directory 2020-01-13 22:27:15 +01:00
avrdevice.c Remove untested devices 2020-01-13 22:27:15 +01:00
avrdevice.h Remove untested devices 2020-01-13 22:27:15 +01:00
display.c Add twiboot bridge 2020-01-17 23:36:50 +01:00
display.h Move display functions to own file 2020-01-13 22:27:15 +01:00
ispprog.c Differentiate twi bus errors and address/data NACKs 2020-01-26 00:24:20 +01:00
spi_isp.c Move spi/isp handling to own file 2020-01-13 22:27:15 +01:00
spi_isp.h Move spi/isp handling to own file 2020-01-13 22:27:15 +01:00
target.h Add twiboot bridge 2020-01-17 23:36:50 +01:00
twi_master.c Differentiate twi bus errors and address/data NACKs 2020-01-26 00:24:20 +01:00
twi_master.h Differentiate twi bus errors and address/data NACKs 2020-01-26 00:24:20 +01:00
uart.c Add twiboot bridge 2020-01-17 23:36:50 +01:00
uart.h Add twiboot bridge 2020-01-17 23:36:50 +01:00