aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/KeyboardHost/makefile
AgeCommit message (Collapse)Author
2009-06-05Delete host mode demos from the root Host demos folder.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@577 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵Dean
CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@558 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley). Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code. Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@554 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-05-04Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent ↵Dean
problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@533 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-17More documentation changes for better module-level documentation rather than ↵Dean
file-level documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@513 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-17Renamed Serial_Stream driver to SerialStream to remain consistent with the ↵Dean
rest of the library's naming scheme for files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@511 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-04-16Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@508 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-03-20Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@475 d5102386-fcda-11dd-9fdb-3debd5008f28