aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CompileTimeTokens.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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