Commit Graph

10 Commits (4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc)

Author SHA1 Message Date
Dean Camera 4f74075fad Speed up bit-banged USART code in the AVRISP project.
15 years ago
Dean Camera 2f6c096050 Complete initial working revision of PDI programming in the AVRISP project (XMEGAs can now be programmed by the firmware).
15 years ago
Dean Camera 79efd8c79e Fix a bug in the Still Image Host Class driver where the returned block status code was being truncated.
15 years ago
Dean Camera 8ea051de63 Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol code.
15 years ago
Dean Camera a7880ac1cd Fix error in AVRISP programmer when repeatedly using PDI mode via the hardware USART due to the SendByte routine not clearing the Transmit Complete USART flag.
15 years ago
Dean Camera bb38793312 Add Doxygen documentation to the completed portions of the PDI programming protocol in the AVRISP project.
15 years ago
Dean Camera f3e4fbe512 Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol overhead and greatly improve transfer throughput. Switch bit-bang USART in the AVRISP project to Timer 1, so that Timer 0 can be used for hardware timeouts while waiting for the NVM bus or controller to become ready.
15 years ago
Dean Camera 48e50b6b57 Added memory erase handling to the PDI protocol in the AVRISP project.
15 years ago
Dean Camera 8a55d80e7e Fix NVM commands so that memory reads and CRC generations now work correctly using unoptimized PDI commands.
15 years ago
Dean Camera 1fa27139f5 Split out NVM access code in the AVRISP project into a seperate NVMTarget.c source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
15 years ago