aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-30 23:49:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-30 23:49:19 +0000
commit7f9f97c792dee6875fbca9806422bdd7d6c5a657 (patch)
tree1e46dd16b3bd3ef1b3d2686ad8887f4f8a199cde /LUFA/ManPages
parent5e3572d7d14bd4f7812003effc822c4957fd50b3 (diff)
downloadlufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.gz
lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.bz2
lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.zip
Update copyright year to 2010.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/CompileTimeTokens.txt3
-rw-r--r--LUFA/ManPages/MainPage.txt4
2 files changed, 4 insertions, 3 deletions
diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt
index 8f8da4f3e..9beeecebe 100644
--- a/LUFA/ManPages/CompileTimeTokens.txt
+++ b/LUFA/ManPages/CompileTimeTokens.txt
@@ -163,7 +163,8 @@
* <b>INTERRUPT_CONTROL_ENDPOINT</b> - ( \ref Group_USBManagement ) \n
* Some applications prefer to not call the USB_USBTask() management task reguarly while in device mode, as it can complicate code significantly.
* Instead, when device mode is used this token can be passed to the library via the -D switch to allow the library to manage the USB control
- * endpoint entirely via USB controller interrupts asynchronously to the user application.
+ * endpoint entirely via USB controller interrupts asynchronously to the user application. When defined, USB_USBTask() does not need to be called
+ * when in USB device mode.
*
* <b>NO_DEVICE_REMOTE_WAKEUP</b> - (\ref Group_Device ) \n
* Many devices do not require the use of the Remote Wakeup features of USB, used to wake up the USB host when suspended. On these devices,
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt
index 242ffd751..86b36455b 100644
--- a/LUFA/ManPages/MainPage.txt
+++ b/LUFA/ManPages/MainPage.txt
@@ -21,11 +21,11 @@
* 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, see \ref Page_Resources.
+ * both host and device modes. For information about the project progression, see the blog link at \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,
- * from the the WinAVR website.
+ * from the the WinAVR website (see \ref Page_Resources).
*
* Accompanying LUFA in the download package is a set of example demo applications, plus several Bootloaders of different classes
* and open source LUFA powered projects.