aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/PipeStream.c
Commit message (Collapse)AuthorAgeFilesLines
* Oops - fix misnamed function call in Pipe_Discard_Stream().Dean Camera2011-04-041-1/+1
|
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵Dean Camera2011-04-041-11/+11
| | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
* Add in new architecture attribute defines to selectively remove the EEPROM ↵Dean Camera2011-03-211-53/+57
| | | | and FLASH memory space functions on architectures which do not have seperate memory address spaces.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+216
architectures in the future.