From de5b16909a7d9cdedc5194cf74de9ec2e59b4d60 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 29 Jul 2010 07:09:57 +0000 Subject: Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver. --- LUFA/ManPages/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c4f0f9401..2e8496e30 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -18,6 +18,8 @@ * - Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project * - Added new LUFA module variables for the different source modules in the core library makefile to simplify project makefiles * - Added start of a new Test and Measurement class demo (thanks to Peter Lawrence) + * - Added new SPI_ORDER_* data order masks to the SPI peripheral driver + * - Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver * * Changed: * - The RingBuff library code has been replaced in the XPLAINBridge, Benito and USBtoSerial projects with an ultra lightweight -- cgit v1.2.3