From 88051e78a281f5776538558aec113ff2b66e056c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 19 Mar 2009 14:16:12 +0000 Subject: Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo. Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns. --- Bootloaders/TeensyHID/TeensyHID.h | 4 ++-- Bootloaders/TeensyHID/TeensyHID.txt | 36 +++++++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 11 deletions(-) (limited to 'Bootloaders/TeensyHID') diff --git a/Bootloaders/TeensyHID/TeensyHID.h b/Bootloaders/TeensyHID/TeensyHID.h index a4773f8f5..ae180f778 100644 --- a/Bootloaders/TeensyHID/TeensyHID.h +++ b/Bootloaders/TeensyHID/TeensyHID.h @@ -57,9 +57,9 @@ /* Macros: */ /** HID Class specific request to send the next HID report to the device. */ - #define REQ_SetReport 0x09 + #define REQ_SetReport 0x09 - #define TEENSY_STARTAPPLICATION 0xFFFF + #define TEENSY_STARTAPPLICATION 0xFFFF /* Event Handlers: */ /** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */ diff --git a/Bootloaders/TeensyHID/TeensyHID.txt b/Bootloaders/TeensyHID/TeensyHID.txt index 973819cf8..1d83510d8 100644 --- a/Bootloaders/TeensyHID/TeensyHID.txt +++ b/Bootloaders/TeensyHID/TeensyHID.txt @@ -5,15 +5,11 @@ */ /** \mainpage Teensy HID Class USB AVR Bootloader - * - * This bootloader enumerates to the host as a HID Class device, allowing for Teensy compatible programming - * software to load firmware onto the AVR, such as the official software at http://www.pjrc.com/teensy/. - * - * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space. * - * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains - * compatible with no changes. - * + * \section SSec_Info USB Information: + * + * The following table gives a rundown of the USB utilization of this demo. + * * * * @@ -38,4 +34,26 @@ * * *
USB Mode:Full Speed Mode
- */ + * + * \section SSec_Description Project Description: + * + * This bootloader enumerates to the host as a HID Class device, allowing for Teensy compatible programming + * software to load firmware onto the AVR, such as the official software at http://www.pjrc.com/teensy/. + * + * Out of the box this bootloader builds for the USB162, and will fit into 2KB of bootloader space. + * + * This spoofs (with permission) the offical Teensy bootloader's VID and PID, so that the software remains + * compatible with no changes. + * + * \section SSec_Options Project Options + * + * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. + * + * + * + * + * + *
+ * None + *
+ */ \ No newline at end of file -- cgit v1.2.3