Updated makefiles to reflect new dfu-ee programming target invocations (supplied...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 4 Mar 2009 08:03:13 +0000 (08:03 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 4 Mar 2009 08:03:13 +0000 (08:03 +0000)
commit7e7124e40ba2155c5ee4348701be30d3790edca3
tree7c8d7f6fb75555874b10577e2937e00a3deec284
parent5e787a4bb04f8a27f9300077361403adf2e92b3f
Updated makefiles to reflect new dfu-ee programming target invocations (supplied by Opendous, Inc.).

Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names.

Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances.

Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
41 files changed:
Bootloaders/CDC/makefile
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/makefile
Demos/AudioInput/makefile
Demos/AudioOutput/makefile
Demos/BluetoothHost/BluetoothHost.c
Demos/BluetoothHost/makefile
Demos/CDC/makefile
Demos/CDCHost/makefile
Demos/DualCDC/makefile
Demos/Joystick/makefile
Demos/Keyboard/makefile
Demos/KeyboardFullInt/makefile
Demos/KeyboardHost/makefile
Demos/KeyboardHostViaInt/makefile
Demos/KeyboardHostWithParser/makefile
Demos/KeyboardMouse/makefile
Demos/KeyboardViaInt/makefile
Demos/MIDI/makefile
Demos/MassStorage/makefile
Demos/MassStorageHost/makefile
Demos/Mouse/makefile
Demos/MouseFullInt/makefile
Demos/MouseHost/makefile
Demos/MouseHostViaInt/makefile
Demos/MouseHostWithParser/makefile
Demos/MouseViaInt/makefile
Demos/RNDISEthernet/makefile
Demos/StillImageHost/makefile
Demos/TestApp/makefile
Demos/USBtoSerial/makefile
LUFA/ChangeLog.txt
LUFA/Common/FunctionAttributes.h
LUFA/Drivers/AT90USBXXX/SPI.h
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/MigrationInformation.txt
LUFA/Scheduler/Scheduler.h
Projects/AVRISP_Programmer/makefile
Projects/Magstripe/makefile