Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 23 Aug 2009 08:37:11 +0000 (08:37 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 23 Aug 2009 08:37:11 +0000 (08:37 +0000)
commitf229502d9addacfbefe955a47931b980bfbb1a10
tree17311a066348fa23088257d51a95354bdb152885
parent1e8df8951a3335e4b45ad0c25a82df3d90d785f3
Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully.

Changed SPI_Init() to allow for the clock polarity and data sample modes to be set.

Changed Dataflash_Init() to no longer call SPI_Init() automatically.
Demos/Device/ClassDriver/MassStorage/MassStorage.c
Demos/Device/LowLevel/MassStorage/MassStorage.c
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Peripheral/SPI.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt
Projects/Incomplete/AVRISP/Lib/V2Protocol.c
Projects/Incomplete/AVRISP/Lib/V2ProtocolParams.c
Projects/Incomplete/AVRISP/makefile