From 7e7124e40ba2155c5ee4348701be30d3790edca3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 4 Mar 2009 08:03:13 +0000 Subject: 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. --- LUFA/MigrationInformation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/MigrationInformation.txt') diff --git a/LUFA/MigrationInformation.txt b/LUFA/MigrationInformation.txt index cd23da332..ebfc364d0 100644 --- a/LUFA/MigrationInformation.txt +++ b/LUFA/MigrationInformation.txt @@ -21,6 +21,9 @@ * Library Demos * - The USBtoSerial demo now discards all data when not connected to a host, rather than buffering it for later transmission. * + * Non-USB Library Components + * - The ATTR_ALWAYSINLINE function attribute macro has been renamed to ATTR_ALWAYS_INLINE. + * * \section Sec_Migration090209 Migrating from 081217 to 090209 * * Device Mode -- cgit v1.2.3