Minor documentation updates.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 29 Dec 2009 05:08:08 +0000 (05:08 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 29 Dec 2009 05:08:08 +0000 (05:08 +0000)
LUFA/ManPages/GettingStarted.txt
LUFA/ManPages/LUFAPoweredProjects.txt
Projects/AVRISP-MKII/AVRISP.txt

index af90d7a..66be59b 100644 (file)
@@ -11,7 +11,9 @@
  *  run correctly on the AT90USB1287 AVR microcontroller, mounted on the Atmel USBKEY board and running at an 8MHz\r
  *  master clock. This is due to two reasons; one, it is the hardware the author possesses, and two, it is the most\r
  *  popular Atmel USB demonstration board to date. To learn how to reconfigure, recompile and program the included\r
  *  run correctly on the AT90USB1287 AVR microcontroller, mounted on the Atmel USBKEY board and running at an 8MHz\r
  *  master clock. This is due to two reasons; one, it is the hardware the author possesses, and two, it is the most\r
  *  popular Atmel USB demonstration board to date. To learn how to reconfigure, recompile and program the included\r
- *  LUFA applications using different settings, see the following subsections.\r
+ *  LUFA applications using different settings, see the subsections below.\r
+ *\r
+ *  For an overview of the included library applications, bootloaders and demos, see \ref Page_LibraryApps.\r
  *\r
  *  <b>Subsections:</b>\r
  *  - \subpage Page_ConfiguringApps How to Configure the Included Demos, Projects and Bootloaders\r
  *\r
  *  <b>Subsections:</b>\r
  *  - \subpage Page_ConfiguringApps How to Configure the Included Demos, Projects and Bootloaders\r
index 22b6644..f1b3688 100644 (file)
@@ -37,7 +37,6 @@
  *  - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller: http://noisybox.net/electronics/wingdinger/\r
  *  - Garmin GPS USB to NMEA standard serial sentence translator: http://github.com/nall/garmin-transmogrifier/tree/master\r
  *  - Generic HID Device Creator : http://generichid.sourceforge.net/\r
  *  - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller: http://noisybox.net/electronics/wingdinger/\r
  *  - Garmin GPS USB to NMEA standard serial sentence translator: http://github.com/nall/garmin-transmogrifier/tree/master\r
  *  - Generic HID Device Creator : http://generichid.sourceforge.net/\r
- *  - Mobo 4.3, a USB controlled all band (160-10m) HF SDR transceiver: http://sites.google.com/site/lofturj/mobo4_3\r
  *  - NES Controller USB modification: http://projects.peterpolidoro.net/video/NESUSB.htm\r
  *  - MakeTV Episode Dispenser: http://www.youtube.com/watch?v=BkWUi18hl3g\r
  *  - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/\r
  *  - NES Controller USB modification: http://projects.peterpolidoro.net/video/NESUSB.htm\r
  *  - MakeTV Episode Dispenser: http://www.youtube.com/watch?v=BkWUi18hl3g\r
  *  - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/\r
@@ -46,7 +45,6 @@
  *  - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/\r
  *  - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/\r
  *  - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398\r
  *  - Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/\r
  *  - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/\r
  *  - SEGA Megadrive/Genesis Development Cartridge: http://www.makestuff.eu/wordpress/?page_id=398\r
- *  - SEGA Megadrive/Super Nintendo Cartridge Reader: http://www.snega2usb.com\r
  *  - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/\r
  *  - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001\r
  *  - Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/\r
  *  - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/\r
  *  - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001\r
  *  - Userial, a USB to Serial converter with SPI, I2C and other protocols: http://www.tty1.net/userial/\r
@@ -61,4 +59,6 @@
  *  - BAP, A tiny LUFA based AVR Programmer: http://www.busware.de/tiki-index.php?page=BAP\r
  *  - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/\r
  *  - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL\r
  *  - BAP, A tiny LUFA based AVR Programmer: http://www.busware.de/tiki-index.php?page=BAP\r
  *  - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/\r
  *  - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL\r
+ *  - Mobo 4.3, a USB controlled all band (160-10m) HF SDR transceiver: http://sites.google.com/site/lofturj/mobo4_3\r
+ *  - SEGA Megadrive/Super Nintendo Cartridge Reader: http://www.snega2usb.com\r
  */
\ No newline at end of file
  */
\ No newline at end of file
index f39e68f..8ea8c8d 100644 (file)
  *  drivers. When prompted, direct your OS to install Atmel's AVRISP-MKII drivers provided with AVRStudio.\r
  *\r
  *  Note that this design currently has several limitations:\r
  *  drivers. When prompted, direct your OS to install Atmel's AVRISP-MKII drivers provided with AVRStudio.\r
  *\r
  *  Note that this design currently has several limitations:\r
- *    - Minimum ISP target clock speed of 500KHz due to hardware SPI used\r
+ *    - Minimum ISP target clock speed of 500KHz due to hardware SPI module prescaler limitations\r
  *    - No reversed/shorted target connector detection and notification\r
  *\r
  *  On AVR models with an ADC converter, AVCC should be tied to 5V (e.g. VBUS) and the VTARGET_ADC_CHANNEL token should be\r
  *  set to an appropriate ADC channel number in the project makefile for VTARGET detection to operate correctly. On models\r
  *    - No reversed/shorted target connector detection and notification\r
  *\r
  *  On AVR models with an ADC converter, AVCC should be tied to 5V (e.g. VBUS) and the VTARGET_ADC_CHANNEL token should be\r
  *  set to an appropriate ADC channel number in the project makefile for VTARGET detection to operate correctly. On models\r
- *  without an ADC converter, VTARGET will report at a fixed 5V level.\r
+ *  without an ADC converter, VTARGET will report a fixed 5V level at all times.\r
  *\r
  *  When compiled for the XPLAIN board target, this will automatically configure itself for the correct connections to the\r
  *\r
  *  When compiled for the XPLAIN board target, this will automatically configure itself for the correct connections to the\r
- *  XPLAIN's XMEGA AVR, and will enable PDI only programming support (since ISP and TPI modes are not needed).\r
+ *  XPLAIN's XMEGA AVR, and will enable PDI/TPI only programming support (since ISP mode is not needed).\r
  *\r
  *  While this application can be compiled for USB AVRs with as little as 8KB of FLASH, for full functionality 16KB or more\r
  *\r
  *  While this application can be compiled for USB AVRs with as little as 8KB of FLASH, for full functionality 16KB or more\r
- *  of FLASH is required. On 8KB devices, ISP, PDI or TPI programming support can be disabled to reduce program size.\r
+ *  of FLASH is required. On 8KB devices, ISP or PDI/TPI programming support can be disabled to reduce program size.\r
  *\r
  *  \section Sec_ISP ISP Connections\r
  *  Connections to the device for SPI programming (when enabled):\r
  *\r
  *  \section Sec_ISP ISP Connections\r
  *  Connections to the device for SPI programming (when enabled):\r
  *   <tr>\r
  *    <td>XPROG_VIA_HARDWARE_USART</td>\r
  *    <td>Makefile CDEFS</td>\r
  *   <tr>\r
  *    <td>XPROG_VIA_HARDWARE_USART</td>\r
  *    <td>Makefile CDEFS</td>\r
- *    <td>Define to force the PDI and TPI protocols (when enabled) to use the much faster hardware USART instead of bit-banging to\r
- *        match the official AVRISP pinout. This breaks pinout compatibility with the official AVRISP MKII (and requires \r
+ *    <td>Define to force the PDI and TPI protocols (when enabled) to use the much faster hardware USART instead of bit-banging\r
+ *        to match the official AVRISP pinout. This breaks pinout compatibility with the official AVRISP MKII (and requires \r
  *        seperate ISP and PDI/TPI programming headers) but increases programming speed dramatically.\r
  *        <i>Ignored when compiled for the XPLAIN board.</i></td>  \r
  *   </tr>\r
  *        seperate ISP and PDI/TPI programming headers) but increases programming speed dramatically.\r
  *        <i>Ignored when compiled for the XPLAIN board.</i></td>  \r
  *   </tr>\r