Partial commit: Rename references to Drivers/AT90USBXXX to Drivers/Peripheral.

pull/1469/head
Dean Camera 16 years ago
parent 1c16ae399a
commit 710d48a48a

File diff suppressed because one or more lines are too long

@ -37,7 +37,7 @@
*/ */
/** \ingroup Group_SubsystemDrivers /** \ingroup Group_SubsystemDrivers
* @defgroup Group_ADC ADC Driver - LUFA/Drivers/AT90USBXXX/ADC.h * @defgroup Group_ADC ADC Driver - LUFA/Drivers/Peripheral/ADC.h
*/ */
#ifndef __ADC_H__ #ifndef __ADC_H__

@ -33,7 +33,7 @@
* ADC driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs. * ADC driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs.
* *
* \note This file should not be included directly. It is automatically included as needed by the ADC driver * \note This file should not be included directly. It is automatically included as needed by the ADC driver
* dispatch header located in LUFA/Drivers/AT90USBXXX/ADC.h. * dispatch header located in LUFA/Drivers/Peripheral/ADC.h.
*/ */
/** \ingroup Group_ADC /** \ingroup Group_ADC
@ -58,7 +58,7 @@
/* Preprocessor Checks: */ /* Preprocessor Checks: */
#if !defined(INCLUDE_FROM_ADC_H) #if !defined(INCLUDE_FROM_ADC_H)
#error Do not include this file directly. Include LUFA/Drivers/AT90USBXXX/ADC.h instead. #error Do not include this file directly. Include LUFA/Drivers/Peripheral/ADC.h instead.
#endif #endif
/* Public Interface - May be used in end-application: */ /* Public Interface - May be used in end-application: */

@ -34,7 +34,7 @@
*/ */
/** \ingroup Group_SubsystemDrivers /** \ingroup Group_SubsystemDrivers
* @defgroup Group_SPI SPI Driver - LUFA/Drivers/AT90USBXXX/SPI.h * @defgroup Group_SPI SPI Driver - LUFA/Drivers/Peripheral/SPI.h
* *
* Functions, macros, variables, enums and types related to the setup of a the SPI port. * Functions, macros, variables, enums and types related to the setup of a the SPI port.
* *

@ -34,7 +34,7 @@
*/ */
/** \ingroup Group_SubsystemDrivers /** \ingroup Group_SubsystemDrivers
* @defgroup Group_Serial Serial USART Driver - LUFA/Drivers/AT90USBXXX/Serial.h * @defgroup Group_Serial Serial USART Driver - LUFA/Drivers/Peripheral/Serial.h
* *
* Functions, macros, variables, enums and types related to the setup of the USART for serial communications. * Functions, macros, variables, enums and types related to the setup of the USART for serial communications.
* *

@ -36,7 +36,7 @@
**/ **/
/** \ingroup Group_SubsystemDrivers /** \ingroup Group_SubsystemDrivers
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/AT90USBXXX/Serial_Stream.h * @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/Peripheral/Serial_Stream.h
* *
* Functions, macros, variables, enums and types related to the setup of a serial stream, so that standard printf and other * Functions, macros, variables, enums and types related to the setup of a serial stream, so that standard printf and other
* C stream functions can be used on the serial port. * C stream functions can be used on the serial port.

Loading…
Cancel
Save