Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.
[pub/USBasp.git] / Projects / AVRISP / Lib / PDITarget.c
2009-12-20 Dean CameraFixed AVRISP project timeouts not checking for the...
2009-12-20 Dean CameraAdd const qualifier to the parameters of Projects'...
2009-12-16 Dean CameraMore speed and quality improvements to the software...
2009-12-16 Dean CameraSlightly speed up software USART in the AVRISP project...
2009-12-16 Dean CameraUse default NVM base address in the AVRISP programmer...
2009-12-15 Dean CameraSpeed up bit-banged USART code in the AVRISP project.
2009-12-15 Dean CameraFix error in AVRISP programmer when repeatedly using...
2009-12-14 Dean CameraAdd Doxygen documentation to the completed portions...
2009-12-14 Dean CameraUse the PDI REPEAT instruction in the PDI programmer...
2009-12-14 Dean CameraSplit out NVM access code in the AVRISP project into...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-13 Dean CameraThe AVRISP project can now enter PDI mode under both...
2009-12-11 Dean CameraPDI NVM enable is fast enough that bare polling is...
2009-12-11 Dean CameraFix PDI code - must send NVM enable key least significa...
2009-12-11 Dean CameraFix AVRISP PDI protocol - make sure inverted masks...
2009-12-11 Dean CameraChange over AVRISP project to have both hardware USART...
2009-12-10 Dean CameraFix PDITarget_ReceiveByte() not discarding the start...
2009-12-09 Dean CameraAdd even parity bit to the software USART framing in...
2009-12-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-12-03 Dean CameraMake sure the protocol handler files are included in...
2009-12-03 Dean CameraFix the tokens which enable and disable the different...
2009-12-03 Dean CameraDocument the PDI programming routines implemented so...
2009-12-03 Dean CameraStarted implementing the low level PDI protocol in...