Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
This commit is contained in:
parent
f1baf12fae
commit
bae00a3d42
11 changed files with 245 additions and 7 deletions
|
|
@ -17,6 +17,8 @@
|
|||
* - Added new RNDIS Ethernet Host ClassDriver demo
|
||||
* - Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device
|
||||
* - Added PDI programming support for XMEGA devices to the AVRISP programmer project
|
||||
* - Added support for the XPLAIN dataflash, with new XPLAIN_REV1 board target for the different dataflash used on the
|
||||
* first revision boards compared to the ones mounted on later revisions
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
* - STK526
|
||||
* - RZUSBSTICK
|
||||
* - ATAVRUSBRF01
|
||||
* - XPLAIN (AT90USB1287 only)
|
||||
* - XPLAIN Revision 1 (Board AT90USB1287 only, original 45DB041D Dataflash IC)
|
||||
* - XPLAIN Revision 2 onwards (Board AT90USB1287 only, newer 45DB642D Dataflash IC)
|
||||
*
|
||||
* Currently supported third-party boards (via hardware drivers):
|
||||
* - BUMBLEB (using officially recommended peripheral layout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue