aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-18 12:23:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-18 12:23:24 +0000
commit910bca557cbdc34dbc8db9df91d00103ffd73c88 (patch)
treee562ea7cc20b3c37d9f766af16bd2909f5873e71 /LUFA/ManPages
parente10f5b4f144f3fd35c5c6c3474e37fd8a1fd682d (diff)
downloadlufa-910bca557cbdc34dbc8db9df91d00103ffd73c88.tar.gz
lufa-910bca557cbdc34dbc8db9df91d00103ffd73c88.tar.bz2
lufa-910bca557cbdc34dbc8db9df91d00103ffd73c88.zip
Seperated out board drivers by architecture in the library internals for better organisation.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 99445153c..237710d98 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -70,6 +70,7 @@
* a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures
* - Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of
* a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures
+ * - Seperated out board drivers by architecture in the library internals for better organisation
* - Library Applications:
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
* via the Input Capture register, to reduce user confusion