aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-29 07:09:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-29 07:09:57 +0000
commitde5b16909a7d9cdedc5194cf74de9ec2e59b4d60 (patch)
treebc033f4da14ae37f3b785dbb978690d7c40491a8 /LUFA/ManPages
parent9a97f16b07ea15e327b0d01be238b06623b033d6 (diff)
downloadlufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.tar.gz
lufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.tar.bz2
lufa-de5b16909a7d9cdedc5194cf74de9ec2e59b4d60.zip
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.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
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
*
* <b>Changed:</b>
* - The RingBuff library code has been replaced in the XPLAINBridge, Benito and USBtoSerial projects with an ultra lightweight