diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-31 00:31:19 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-08-31 00:31:19 +0200 |
commit | ce546b43cc5e873b7a8f04b973c624fe6f5702ba (patch) | |
tree | 4b453b881409a46fe4f4be738927338ad5dca68c /LUFA | |
parent | af0adbcb363540cb629f5f911b5a0b940a3d3f59 (diff) | |
download | lufa-ce546b43cc5e873b7a8f04b973c624fe6f5702ba.tar.gz lufa-ce546b43cc5e873b7a8f04b973c624fe6f5702ba.tar.bz2 lufa-ce546b43cc5e873b7a8f04b973c624fe6f5702ba.zip |
Add Atmel Studio integration known issues.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/KnownIssues.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 57a6030ea..effb2865f 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -37,6 +37,9 @@ * - No LUFA provided driver INF files for Windows are signed, and thus may fail to install on systems where driver signing is enforced (e.g. Windows 8). * - Build System * - No known issues. + * - Atmel Studio Integration + * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts". + * - When switching boards after changing the device selection, a second conflicting BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the Toolchain tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition. * * \section Sec_KnownIssues130303 Version 130303 * - AVR8 Architecture |