projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b6a3c78
)
Make sure the peripheral driver .c files include the driver dispatch header, rather...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 20 Feb 2011 18:23:09 +0000
(18:23 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 20 Feb 2011 18:23:09 +0000
(18:23 +0000)
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
patch
|
blob
|
blame
|
history
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
index
3a8312d
..
7b7f5d6
100644
(file)
--- a/
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
+++ b/
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c
@@
-29,7
+29,7
@@
*/
#define __INCLUDE_FROM_SERIAL_C
*/
#define __INCLUDE_FROM_SERIAL_C
-#include "Serial.h"
+#include "
../
Serial.h"
FILE USARTSerialStream;
FILE USARTSerialStream;
diff --git
a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
index
b5f258d
..
edfc986
100644
(file)
--- a/
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
+++ b/
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c
@@
-6,7
+6,7
@@
*/
#define __INCLUDE_FROM_TWI_C
*/
#define __INCLUDE_FROM_TWI_C
-#include "TWI.h"
+#include "
../
TWI.h"
uint8_t TWI_StartTransmission(const uint8_t SlaveAddress,
const uint8_t TimeoutMS)
uint8_t TWI_StartTransmission(const uint8_t SlaveAddress,
const uint8_t TimeoutMS)
diff --git
a/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
b/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
index
e0fee63
..
dcafe63
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
+++ b/
LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
@@
-29,7
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
- * \brief USB Endpoint definitions for the UC3B microcontrollers.
\r
+ * \brief USB Endpoint definitions for the
AVR32
UC3B microcontrollers.
\r
* \copydetails Group_EndpointManagement_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
* \copydetails Group_EndpointManagement_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
diff --git
a/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
b/LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
index
92ec38a
..
b4d79ac
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
+++ b/
LUFA/Drivers/USB/Core/UC3B/OTG_UC3B.h
@@
-29,7
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
- * \brief USB OTG definitions for the UC3B microcontrollers.
\r
+ * \brief USB OTG definitions for the
AVR32
UC3B microcontrollers.
\r
* \copydetails Group_OTG_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
* \copydetails Group_OTG_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
@@
-38,7
+38,7
@@
\r
/** \ingroup Group_OTG
\r
* \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)
\r
\r
/** \ingroup Group_OTG
\r
* \defgroup Group_OTG_UC3B USB On The Go (OTG) Management (UC3B)
\r
- * \brief USB OTG definitions for the UC3B microcontrollers.
\r
+ * \brief USB OTG definitions for the
AVR32
UC3B microcontrollers.
\r
*
\r
* Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.
\r
*
\r
*
\r
* Architecture specific USB OTG definitions for the Atmel 32-bit AVR UC3B microcontrollers.
\r
*
\r
diff --git
a/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
b/LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
index
9b24c5c
..
eeeb169
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
+++ b/
LUFA/Drivers/USB/Core/UC3B/Pipe_UC3B.h
@@
-29,7
+29,7
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
- * \brief USB Pipe definitions for the UC3B microcontrollers.
\r
+ * \brief USB Pipe definitions for the
AVR32
UC3B microcontrollers.
\r
* \copydetails Group_PipeManagement_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
* \copydetails Group_PipeManagement_UC3B
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r