diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-01-31 16:03:12 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-01-31 16:03:12 +1100 |
commit | 78478be260635488b933247db79bb645093ba16b (patch) | |
tree | 590c62274fff4af601691d9253d57e47e3fdff12 /LUFA/DoxygenPages | |
parent | 0afb548b511dce411d07ea068b5e99905bf4a1e0 (diff) | |
download | lufa-78478be260635488b933247db79bb645093ba16b.tar.gz lufa-78478be260635488b933247db79bb645093ba16b.tar.bz2 lufa-78478be260635488b933247db79bb645093ba16b.zip |
Added support for the Pololu A-Star Micro board (thanks to Joh Schneider).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 4 | ||||
-rw-r--r-- | LUFA/DoxygenPages/DeviceSupport.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 16102fb95..9506d29d3 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -7,6 +7,10 @@ /** \page Page_ChangeLog Project Changelog * * \section Sec_ChangeLogXXXXXX Version XXXXXX + * <b>New:</b> + * - Core: + * - Added support for the Pololu A-Star Micro board (thanks to Joh Schneider) + * * <b>Fixed:</b> * - Core: * - The CALLBACK_USB_GetDescriptor() callback function into the user application erroneously had a uint8_t type for the wIndex diff --git a/LUFA/DoxygenPages/DeviceSupport.txt b/LUFA/DoxygenPages/DeviceSupport.txt index 657739e29..cff2cda4b 100644 --- a/LUFA/DoxygenPages/DeviceSupport.txt +++ b/LUFA/DoxygenPages/DeviceSupport.txt @@ -118,6 +118,7 @@ * - Olimex AVR-ISP-MK2 * - Paranoid Studio's US2AX (V1, V2 and V3 hardware revisions) * - PJRC Teensy (1.x and 2.x versions) + * - Pololu A-Star Micro * - Rikus' U2S * - Sparkfun U2 Breakout Board * - Stange ISP Programmer Board |