diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-17 23:34:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-09-17 23:34:16 +0000 |
commit | cd0adb7574525978f50eabd536f7563f2d9f9aa7 (patch) | |
tree | 6abf76db4c61b4cfddc784b81d6dfd1336f1eacc /LUFA/ManPages | |
parent | 7c6b2019a302fb064665c1a69e559678c299e9bb (diff) | |
download | lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.gz lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.bz2 lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.zip |
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 5 | ||||
-rw-r--r-- | LUFA/ManPages/LibraryApps.txt | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index b2e80da7a..4c36afc30 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -20,6 +20,7 @@ * - Added extra masks to the SPI driver, changed SPI_Init() so that the clock polarity and sample modes can be set
* - Added new callback to the HID report parser, so that the user application can filter only the items it is interested
* in to be stored into the HIDReportInfo structure to save RAM
+ * - Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board
*
* <b>Changed:</b>
* - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 140055da3..2eb963e49 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -27,6 +27,9 @@ * - STK526
* - RZUSBSTICK
* - ATAVRUSBRF01
- * - Custom User Boards
+ *
+ * Currently supported third-party boards:
+ * - BUMBLEB (using recommended peripheral layout)
+ * - Any Other Custom User Boards (with Board Drivers, \see Page_WritingBoardDrivers)
*/
\ No newline at end of file diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 0b49a32e1..59aaea5d1 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -12,7 +12,7 @@ * further at the expense of a loss of flexibility).
*
* With one or two exceptions (e.g. proprietary classes such as RNDIS) all the included demos will work across all OSes without
- * the need for special drivers. One Windows, some demos require the supplied .INF file to be used as the device driver, which
+ * the need for special drivers. On Windows, some demos require the supplied .INF file to be used as the device driver, which
* directs the OS to use its inbuilt class drivers for the device.
*
* Also included with the library are three fully functional bootloaders, located in the /Bootloaders/ subdirectory.
|