aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Collapse)Author
2012-07-16Tag for the LUFA-120730-BETA release.LUFA-120730-BETADean
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-120730-BETA@2407 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-29Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2256 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-29Minor cleanup to Attributes.h spacing and rename old multiple-inclusion ↵Dean
macro guard. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2255 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-29Make sure that LUFAConfig.h is included *after* the common submodules, so ↵Dean
that the architecture and other defines are available to the configuration header. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2254 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2246 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add missing documentation to custom BuiltTest hardware mapping files. Fix up ↵Dean
old copyright years on some makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2242 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2241 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2240 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-26AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2239 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-26Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the ↵Dean
UC3 devices (thanks to Andrew Chu). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2238 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-26Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function ↵Dean
when used on OUT endpoints. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2237 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2228 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2227 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean
clone programmer project (thanks to Robert Spitzenpfeil). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2226 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Additional fixes to the MIDI host driver due to not unfreezing/re-freezing ↵Dean
pipes correctly (thanks to Michael Brown). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2225 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-19Add missing CPPCheck unusedFunction check suppressions on the USB template ↵Dean
functions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2223 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Clean up and speed up build tests by turning off expensive and slow size ↵Dean
optimizations, and generation of assembly listings (*.lst) for each compiled source file. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2216 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2206 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Added build test to verify correct compilation of all bootloaders using all ↵Dean
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2204 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean
(thanks to Rod DeMay). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2203 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-12AppConfigHeaders: Merge in minor changes from trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2200 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-12Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2197 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10Add branch for the conversion of demos to use standard C header files for ↵Dean
configuration, rather than makefile defined macros. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2192 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-07Add support for the ATXMEGA384C3.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2190 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean
architecture to use the fast PIN register toggle alternative function for speed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2186 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2185 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ↵Dean
not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2184 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Increased endpoint polling interval for all demos and projects to 5ms, as ↵Dean
1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2183 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Add additional preprocessor sanity checks for the XMEGA platform based on ↵Dean
the USB controller input clock speed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2181 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Fixed possible deadlock in the CDC device driver if the USB connection is ↵Dean
dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2180 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Fixed incorrect DFU version number reported to the host in the DFU ↵Dean
bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2179 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-29The library bootloaders will now correctly start the user application after ↵Dean
a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2178 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Added support for the DorkbotPDX Duce board.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2176 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas ↵Dean
Saugnier). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2175 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean
the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2174 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Add basic hardware mapping information for all supported boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2173 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-23Fix documentation of the board LED driver (thanks to Karl Lunt).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2172 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-19Remove an unused variable in the HID loader CLI application. Update known ↵Dean
issues list. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2171 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-18Add known issues to the documentation.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2170 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-16Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean
generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2167 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2163 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Fixed incorrect reponse to GET STATUS requests in device mode if ↵Dean
NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2161 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2158 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean
size is 8KB or more (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2154 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ↵Dean
architecture ModuleTest build test makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2153 d5102386-fcda-11dd-9fdb-3debd5008f28