Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Feb 2010 03:51:17 +0000 (03:51 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 23 Feb 2010 03:51:17 +0000 (03:51 +0000)
commite11fddfe66fcd6fa5b783bb5f1c39dfb5687538d
tree22da0a1f9754ad8a475212c4cc1585f3ca94f990
parentc24027f3b5f1ca7bceababc82ea5b897b18dbac1
Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.

Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
18 files changed:
LUFA/Common/Common.h
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/Temperature.c
LUFA/Drivers/Board/Temperature.h
LUFA/Drivers/Peripheral/ADC.h
LUFA/Drivers/Peripheral/AVR32/SPI.h
LUFA/Drivers/Peripheral/AVR8/ADC.h
LUFA/Drivers/Peripheral/AVR8/SPI.h
LUFA/Drivers/Peripheral/AVR8/TWI.h
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/Peripheral/SerialStream.h
LUFA/Drivers/Peripheral/TWI.h
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/MigrationInformation.txt
LUFA/Scheduler/Scheduler.h
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c