Make WaitWhileBusy function in the AVRISP project more explicit about how it sends...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 27 Aug 2009 23:07:53 +0000 (23:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 27 Aug 2009 23:07:53 +0000 (23:07 +0000)
commit489515fbbf0f61ae63bcdd4b858a5fe59e90c0be
tree357be26ea97f9274be49990db044d506d60a639a
parent94c899d7b7b84cd170d75e1fbb4e696cf3447c27
Make WaitWhileBusy function in the AVRISP project more explicit about how it sends and receives the busy check command.

Reduce size of PROGRAM FLASH ISP or PROGRAM EEPROM ISP buffer to 256 bytes to prevent blowing the stack on the smallest USB AVR models.
Projects/AVRISP/Lib/V2Protocol.c
Projects/AVRISP/Lib/V2ProtocolTarget.c