Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
This commit is contained in:
parent
6005a42150
commit
944e0d2009
25 changed files with 134 additions and 895 deletions
|
|
@ -64,8 +64,8 @@
|
|||
/** Selects the Atmel 8-bit AVR (AT90USB* and ATMEGA*U* chips) architecture. */
|
||||
#define ARCH_AVR8 0
|
||||
|
||||
/** Selects the Atmel 32-bit UC3B AVR (AT32UC3B* chips) architecture. */
|
||||
#define ARCH_UC3B 1
|
||||
/** Selects the Atmel 32-bit UC3 AVR (AT32UC3* chips) architecture. */
|
||||
#define ARCH_UC3 1
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define ARCH_ ARCH_AVR8
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
#define ARCH_LITTLE_ENDIAN
|
||||
#include "Endianness.h"
|
||||
#elif (ARCH == ARCH_UC3B)
|
||||
#elif (ARCH == ARCH_UC3)
|
||||
#include <avr32/io.h>
|
||||
|
||||
// === TODO: Find abstracted way to handle these ===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue