aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/ArchitectureSpecific.h
Commit message (Collapse)AuthorAgeFilesLines
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-22/+33
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-3/+3
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-148/+148
| | | | and converted to the native values on checkout.
* Fix missing C++ linkage command in ArchitectureSpecific.h.Dean Camera2011-09-211-0/+5
| | | | Fix missing closing brace in an Endpoint function for the UC3 targets.
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-221-3/+3
| | | | | | | | Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
* Pull out architecture specific macros and other definitions into a new ↵Dean Camera2011-08-161-0/+143
common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.