From db435c4995ef71f08b2867716453c96886b26105 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 3 Oct 2009 15:30:29 +0000 Subject: Minor documentation fixups. --- LUFA/ManPages/DevelopingWithLUFA.txt | 2 +- LUFA/ManPages/GettingStarted.txt | 10 +++++----- LUFA/ManPages/LibraryApps.txt | 1 + LUFA/ManPages/MainPage.txt | 2 +- LUFA/ManPages/VIDAndPIDValues.txt | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/DevelopingWithLUFA.txt b/LUFA/ManPages/DevelopingWithLUFA.txt index b6abe3a7f..66c1ed4c6 100644 --- a/LUFA/ManPages/DevelopingWithLUFA.txt +++ b/LUFA/ManPages/DevelopingWithLUFA.txt @@ -16,6 +16,6 @@ * - \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_SchedulerOverview Overview of the Simple LUFA Scheduler (Deprecated) + * - \subpage Page_SchedulerOverview Overview of the Simple LUFA Scheduler (DEPRECATED) */ \ No newline at end of file diff --git a/LUFA/ManPages/GettingStarted.txt b/LUFA/ManPages/GettingStarted.txt index dfd38ed5f..af90d7aca 100644 --- a/LUFA/ManPages/GettingStarted.txt +++ b/LUFA/ManPages/GettingStarted.txt @@ -7,11 +7,11 @@ /** \page Page_GettingStarted Getting Started * * Out of the box, LUFA contains a large number of pre-made class demos for you to test, experiment with and - * ultimately build upon for your own projects. All the demos come pre-configured to build and run correctly - * on the AT90USB1287 AVR microcontroller, mounted on the Atmel USBKEY board and running at an 8MHz master clock. - * This is due to two reasons; one, it is the hardware the author possesses, and two, it is the most popular Atmel - * USB demonstration board to date. To learn how to reconfigure, recompile and program the included LUFA applications - * using different settings, see the following subsections. + * ultimately build upon for your own projects. All the demos (where possible) come pre-configured to build and + * run correctly on the AT90USB1287 AVR microcontroller, mounted on the Atmel USBKEY board and running at an 8MHz + * master clock. This is due to two reasons; one, it is the hardware the author possesses, and two, it is the most + * popular Atmel USB demonstration board to date. To learn how to reconfigure, recompile and program the included + * LUFA applications using different settings, see the following subsections. * * Subsections: * - \subpage Page_ConfiguringApps How to Configure the Included Demos, Projects and Bootloaders diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index 900a82cdc..380596d73 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -94,6 +94,7 @@ * - CDC - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude * - TeensyHID - HID Class bootloader, compatible with the PJRC TeensyLoader software * - Projects + * - AVRISP - AVRISP-MKII Programmer Clone project * - Benito - Benito Board Arduino Programmer project * - Magstripe - Magnetic Stripe Card Reader project * - MissileLaucher - Toy Missile Launcher Host project diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt index e3b5a497a..2d945b23f 100644 --- a/LUFA/ManPages/MainPage.txt +++ b/LUFA/ManPages/MainPage.txt @@ -21,7 +21,7 @@ * custom USB devices can be made with LUFA, the included demos all use the inbuilt OS drivers for each USB class for simplicity. * * The library is currently in a stable release, suitable for download and incorporation into user projects for - * both host and device modes. For information about the project progression, check out my blog. + * both host and device modes. For information about the project progression, see \ref Page_Resources. * * LUFA is written specifically for the free AVR-GCC compiler, and uses several GCC-only extensions to make the * library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package, diff --git a/LUFA/ManPages/VIDAndPIDValues.txt b/LUFA/ManPages/VIDAndPIDValues.txt index ce2fa409e..87040eef0 100644 --- a/LUFA/ManPages/VIDAndPIDValues.txt +++ b/LUFA/ManPages/VIDAndPIDValues.txt @@ -228,7 +228,7 @@ * 0x2060 * * - * Benito Programmer Project + * Benito Programmer Project * * * @@ -240,7 +240,7 @@ * 0x2061 * * - * Combined Mass Storage and Keyboard Demo + * Combined Mass Storage and Keyboard Demo * * * -- cgit v1.2.3