Added support for the Atmel EVK527 board hardware.

This commit is contained in:
Dean Camera
2009-12-04 06:02:28 +00:00
parent 7e86387958
commit 478d9dc04f
14 changed files with 569 additions and 10 deletions
+1
View File
@@ -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