aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CompileTimeTokens.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-153/+0
|
* Use sub pages in main library documentation to improve readability.Dean Camera2009-06-151-1/+1
|
* Minor documentation page updates.Dean Camera2009-06-041-13/+0
| | | | | | | | Redocumented all device demos, now that they have changed over to the new USB class drivers. Added C linkage to class drivers for C++ support. Added prefixes to most of the class driver constants to prevent name clashes.
* Create a new function pointer type in StreamCallbacks.h for endpoint/pipe ↵Dean Camera2009-05-151-8/+8
| | | | stream callbacks, to make stream function prototypes clearer.
* Removed all user pipe/endpoint interrupt APIs, added internal library ↵Dean Camera2009-05-141-0/+5
| | | | support for interrupt driven control endpoints when in device mode by defining INTERRUPT_CONTROL_ENDPOINT token and passing it to the compiler via the -D switch.
* Endpoint configuration is now refined to give better output when all ↵Dean Camera2009-04-241-9/+1
| | | | configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token.
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set ↵Dean Camera2009-04-231-4/+4
| | | | | | Feature request was not being handled). Renamed the FEATURELESS_CONTROL_ONLY_DEVICE compile-time token to CONTROL_ONLY_DEVICE.
* Spell checked non-source documentation pages.Dean Camera2009-04-191-9/+9
|
* Removed "Host_" section of the function names in ConfigDescriptor.h, as most ↵Dean Camera2009-04-171-26/+26
| | | | | | | | of the routines can now be used in device mode on the device descriptor. Renamed functions in the HID parser to have a "USB_" prefix and the acronym "HID" in the name. Further module-level documentation updates.
* Minor documentation fixes to correct formatting and typos.Dean Camera2009-03-291-0/+3
|
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to ↵Dean Camera2009-03-111-5/+4
| | | | NO_FEATURELESS_CONTROL_ONLY_DEVICE and expanded its function to also remove parts of the Get Status chapter 9 request, to further reduce code usage.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+167