Update Atmel Studio core board templates to use different templates for each driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
This commit is contained in:
parent
3929cae00e
commit
0e64a9d0c2
78 changed files with 341 additions and 85 deletions
|
@ -34,13 +34,14 @@
|
|||
*/
|
||||
|
||||
#ifndef _USB_DEVICE_APPLICATION_H_
|
||||
#define _USB_DEVICE_APPLICATION_
|
||||
#define _USB_DEVICE_APPLICATION_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
#include <avr/wdt.h>
|
||||
#include <avr/power.h>
|
||||
|
||||
#include <LUFA/Platform/Platform.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "Descriptors.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue