Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
ff8e0ea2
Commit
ff8e0ea2
authored
Feb 22, 2010
by
Dean Camera
Browse files
Rename AVRU4U6U9 peripheral driver directory to AVR8.
parent
1d8bb8f9
Changes
8
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Peripheral/ADC.h
View file @
ff8e0ea2
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
defined
(
__AVR_AT90USB1287__
)
||
defined
(
__AVR_AT90USB647__
)
||
\
defined
(
__AVR_AT90USB1287__
)
||
defined
(
__AVR_AT90USB647__
)
||
\
defined
(
__AVR_ATmega16U4__
)
||
defined
(
__AVR_ATmega32U4__
)
||
\
defined
(
__AVR_ATmega16U4__
)
||
defined
(
__AVR_ATmega32U4__
)
||
\
defined
(
__AVR_ATmega32U6__
))
defined
(
__AVR_ATmega32U6__
))
#include
"AVR
U4U6U7
/ADC.h"
#include
"AVR
8
/ADC.h"
#else
#else
#error "ADC is not available for the currently selected AVR model."
#error "ADC is not available for the currently selected AVR model."
#endif
#endif
...
...
LUFA/Drivers/Peripheral/AVR
U4U6U7
/ADC.h
→
LUFA/Drivers/Peripheral/AVR
8
/ADC.h
View file @
ff8e0ea2
File moved
LUFA/Drivers/Peripheral/AVR
U4U6U7
/SPI.h
→
LUFA/Drivers/Peripheral/AVR
8
/SPI.h
View file @
ff8e0ea2
File moved
LUFA/Drivers/Peripheral/AVR
U4U6U7
/Serial.h
→
LUFA/Drivers/Peripheral/AVR
8
/Serial.h
View file @
ff8e0ea2
File moved
LUFA/Drivers/Peripheral/AVR
U4U6U7
/TWI.h
→
LUFA/Drivers/Peripheral/AVR
8
/TWI.h
View file @
ff8e0ea2
File moved
LUFA/Drivers/Peripheral/SPI.h
View file @
ff8e0ea2
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
#if defined(__AVR32__)
#if defined(__AVR32__)
#include
"AVR32/SPI.h"
#include
"AVR32/SPI.h"
#else
#else
#include
"AVR
U4U6U7
/SPI.h"
#include
"AVR
8
/SPI.h"
#endif
#endif
#endif
#endif
...
...
LUFA/Drivers/Peripheral/Serial.h
View file @
ff8e0ea2
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
#if defined(__AVR32__)
#if defined(__AVR32__)
#include
"AVR32/Serial.h"
#include
"AVR32/Serial.h"
#else
#else
#include
"AVR
U4U6U7
/Serial.h"
#include
"AVR
8
/Serial.h"
#endif
#endif
#include
"../../Common/Common.h"
#include
"../../Common/Common.h"
...
...
LUFA/Drivers/Peripheral/TWI.h
View file @
ff8e0ea2
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
defined
(
__AVR_AT90USB1287__
)
||
defined
(
__AVR_AT90USB647__
)
||
\
defined
(
__AVR_AT90USB1287__
)
||
defined
(
__AVR_AT90USB647__
)
||
\
defined
(
__AVR_ATmega16U4__
)
||
defined
(
__AVR_ATmega32U4__
)
||
\
defined
(
__AVR_ATmega16U4__
)
||
defined
(
__AVR_ATmega32U4__
)
||
\
defined
(
__AVR_ATmega32U6__
))
defined
(
__AVR_ATmega32U6__
))
#include
"AVR
U4U6U7
/TWI.h"
#include
"AVR
8
/TWI.h"
#else
#else
#error "TWI is not available for the currently selected AVR model."
#error "TWI is not available for the currently selected AVR model."
#endif
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment