diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-04 06:02:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-04 06:02:28 +0000 |
commit | 478d9dc04f477c63db990a52a3866f29093b38dc (patch) | |
tree | f7ecc374763b85fae74528fde7a1e3f3bd0c7e84 /LUFA/ManPages | |
parent | 7e86387958555c489ec8a397b463c437be24e1fd (diff) | |
download | lufa-478d9dc04f477c63db990a52a3866f29093b38dc.tar.gz lufa-478d9dc04f477c63db990a52a3866f29093b38dc.tar.bz2 lufa-478d9dc04f477c63db990a52a3866f29093b38dc.zip |
Added support for the Atmel EVK527 board hardware.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 4fc4424b5..d3d80bfb4 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -21,6 +21,7 @@ * on the first revision boards compared to the one mounted on later revisions
* - Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype
* - Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values
+ * - Added new EVK527 board target
*
* <b>Changed:</b>
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 9cbcadae2..0902b90a2 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -23,10 +23,11 @@ *
* Currently supported Atmel boards:
* - AT90USBKEY
+ * - ATAVRUSBRF01
+ * - EVK527
+ * - RZUSBSTICK
* - STK525
* - STK526
- * - RZUSBSTICK
- * - ATAVRUSBRF01
* - XPLAIN Revision 1 (Board AT90USB1287 only, original 45DB041D Dataflash IC)
* - XPLAIN Revision 2 onwards (Board AT90USB1287 only, newer 45DB642D Dataflash IC)
*
|