aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-10-06 12:40:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-10-06 12:40:20 +0000
commitccc82ce74598a00bf484cdec3e186af609efcc50 (patch)
tree44d425ef5a550b93ec9563cfe4d6616486d28474 /LUFA/ManPages
parentaccadba2dda2614d6a6669cb7eba9d8357274bfe (diff)
downloadlufa-ccc82ce74598a00bf484cdec3e186af609efcc50.tar.gz
lufa-ccc82ce74598a00bf484cdec3e186af609efcc50.tar.bz2
lufa-ccc82ce74598a00bf484cdec3e186af609efcc50.zip
Added board hardware driver support for the Busware CUL V3 board.
Added SVN eol-style property to the library driver files that are missing it.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
-rw-r--r--LUFA/ManPages/DeviceSupport.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index ee02943be..26fa2bba7 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -23,6 +23,7 @@
* - Added board hardware driver support for the Linnix UDIP development board
* - Added board hardware driver support for the Busware BUI development board
* - Added board hardware driver support for the Arduino Uno development board
+ * - Added board hardware driver support for the Busware CUL V3 868MHZ radio board
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt
index d267ccf90..76d32d4fa 100644
--- a/LUFA/ManPages/DeviceSupport.txt
+++ b/LUFA/ManPages/DeviceSupport.txt
@@ -40,6 +40,7 @@
* - Kernel Concepts USBFOO
* - Linnix UDIP
* - Busware BUI
+ * - Busware CUL V3
* - Arduino Uno
* - Any Other Custom User Boards (with Board Drivers if desired, see \ref Page_WritingBoardDrivers)
*/