Add missing function attributes to the pipe/endpoint functions for all architectures.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 12 Apr 2011 03:03:56 +0000 (03:03 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 12 Apr 2011 03:03:56 +0000 (03:03 +0000)
commit995195a2b06142fb0882cf116a12bdab8e19603f
treeb560fb306c067c44266a494f2d40f16132e0a9f4
parent852b5e612d549d1f086ceca4df0b589ac24cb37f
Add missing function attributes to the pipe/endpoint functions for all architectures.

Perform endianness correction in the HID report parser for big-endian platforms.
14 files changed:
LUFA/Common/Common.h
LUFA/Common/Endianness.h
LUFA/Drivers/USB/Class/Common/HIDParser.c
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h
LUFA/Drivers/USB/Core/AVR8/OTG_AVR8.h
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
LUFA/Drivers/USB/Core/UC3/Device_UC3.h
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
LUFA/Drivers/USB/Core/UC3/Host_UC3.h
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h
LUFA/Drivers/USB/Core/USBTask.h