From: Dean Camera Date: Thu, 15 Apr 2010 11:04:24 +0000 (+0000) Subject: Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to... X-Git-Tag: LUFA-110528-BETA~517 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3eb81df998349e90c3d973e6301f19382c5b2e84?hp=3eb81df998349e90c3d973e6301f19382c5b2e84 Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables. Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo. Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing. ---