Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
This commit is contained in:
parent
f3ec62b5c6
commit
cad5e9ffca
36 changed files with 5028 additions and 45 deletions
|
@ -57,6 +57,8 @@
|
|||
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
#include "AVR8/Device.h"
|
||||
#elif (ARCH == ARCH_UC3B)
|
||||
#include "UC3B/Device.h"
|
||||
#endif
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue