Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 15 Apr 2010 11:04:24 +0000 (11:04 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 15 Apr 2010 11:04:24 +0000 (11:04 +0000)
commit3eb81df998349e90c3d973e6301f19382c5b2e84
tree400cfc27dfebf45ebcb0e66b453aaafab908d442
parent5e14c194c9a2f5cb52a43f7efeacb795a38ced74
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.
13 files changed:
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.c
Demos/Host/Incomplete/BluetoothHost/Lib/ServiceDiscoveryProtocol.h
LUFA.pnproj
LUFA/Common/Attributes.h [new file with mode: 0644]
LUFA/Common/Common.h
LUFA/Common/FunctionAttributes.h [deleted file]
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/DevelopingWithLUFA.txt
LUFA/ManPages/SoftwareBootloaderJump.txt [new file with mode: 0644]