aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/DevelopingWithLUFA.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-04-15 11:04:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-04-15 11:04:24 +0000
commit3eb81df998349e90c3d973e6301f19382c5b2e84 (patch)
tree400cfc27dfebf45ebcb0e66b453aaafab908d442 /LUFA/ManPages/DevelopingWithLUFA.txt
parent5e14c194c9a2f5cb52a43f7efeacb795a38ced74 (diff)
downloadlufa-3eb81df998349e90c3d973e6301f19382c5b2e84.tar.gz
lufa-3eb81df998349e90c3d973e6301f19382c5b2e84.tar.bz2
lufa-3eb81df998349e90c3d973e6301f19382c5b2e84.zip
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.
Diffstat (limited to 'LUFA/ManPages/DevelopingWithLUFA.txt')
-rw-r--r--LUFA/ManPages/DevelopingWithLUFA.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/DevelopingWithLUFA.txt b/LUFA/ManPages/DevelopingWithLUFA.txt
index 66c1ed4c6..eb079baab 100644
--- a/LUFA/ManPages/DevelopingWithLUFA.txt
+++ b/LUFA/ManPages/DevelopingWithLUFA.txt
@@ -16,6 +16,7 @@
* - \subpage Page_VIDPID Allocated USB VID and PID Values
* - \subpage Page_BuildLibrary Building as a Linkable Library
* - \subpage Page_WritingBoardDrivers How to Write Custom Board Drivers
+ * - \subpage Page_SoftwareBootloaderStart How to jump to the bootloader in software
* - \subpage Page_SchedulerOverview Overview of the Simple LUFA Scheduler (DEPRECATED)
*/
\ No newline at end of file