Minor documentation improvements.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Jul 2012 18:49:42 +0000 (18:49 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Jul 2012 18:49:42 +0000 (18:49 +0000)
Bootloaders/DFU/BootloaderDFU.txt
Bootloaders/HID/BootloaderHID.h
LUFA/Drivers/USB/Core/AVR8/EndpointStream_AVR8.h
LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.h

index 538214e..aefe344 100644 (file)
@@ -38,7 +38,8 @@
  *  </tr>
  *  <tr>
  *   <td><b>Supported USB Speeds:</b></td>
  *  </tr>
  *  <tr>
  *   <td><b>Supported USB Speeds:</b></td>
- *   <td>Full Speed Mode</td>
+ *   <td>Low Speed Mode \n
+ *       Full Speed Mode</td>
  *  </tr>
  * </table>
  *
  *  </tr>
  * </table>
  *
index a281633..e83aad3 100644 (file)
 
 /** \file
  *
 
 /** \file
  *
- *  Header file for TeensyHID.c.
+ *  Header file for BootloaderHID.c.
  */
 
  */
 
-#ifndef _TEENSYHID_H_
-#define _TEENSYHID_H_
+#ifndef _BOOTLOADERHID_H_
+#define _BOOTLOADERHID_H_
 
        /* Includes: */
                #include <avr/io.h>
 
        /* Includes: */
                #include <avr/io.h>
index 2d98ef4..eb1f928 100644 (file)
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
index 3eccb7f..551cf4b 100644 (file)
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
index 4367528..f2fe289 100644 (file)
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in little endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
 
                        /** Writes the given number of bytes to the CONTROL type endpoint from the given buffer in big endian,
                         *  sending full packets to the host as needed. The host OUT acknowledgement is not automatically cleared
-                        *  in both failure and success states; the user is responsible for manually clearing the setup OUT to
-                        *  finalize the transfer via the \ref Endpoint_ClearOUT() macro.
+                        *  in both failure and success states; the user is responsible for manually clearing the status OUT packet
+                        *  to finalize the transfer's status stage via the \ref Endpoint_ClearOUT() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in little endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
                        /** Reads the given number of bytes from the CONTROL endpoint from the given buffer in big endian,
                         *  discarding fully read packets from the host as needed. The device IN acknowledgement is not
                         *  automatically sent after success or failure states; the user is responsible for manually sending the
-                        *  setup IN to finalize the transfer via the \ref Endpoint_ClearIN() macro.
+                        *  status IN packet to finalize the transfer's status stage via the \ref Endpoint_ClearIN() macro.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.
                         *
                         *  \note This function automatically clears the control transfer's status stage. Do not manually attempt
                         *        to clear the status stage when using this routine in a control transaction.