From 390df0f0b66e53c7ea19770a343e8340ed319b77 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 31 Jul 2011 14:09:50 +0200 Subject: AT91LIB: Add DFU interface descriptors to CCID A board can now define BOARD_USB_DFU which will cause the USB DFU interface descriptors for the sam7dfu bootloader to be appended automatically. --- at91lib/boards/simtrace/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'at91lib/boards') diff --git a/at91lib/boards/simtrace/board.h b/at91lib/boards/simtrace/board.h index 8e8290d..af6eae4 100644 --- a/at91lib/boards/simtrace/board.h +++ b/at91lib/boards/simtrace/board.h @@ -240,5 +240,7 @@ #define PINS_ISO7816 PIN_USART0_TXD, PIN_USART0_SCK, PIN_ISO7816_RSTMC //------------------------------------------------------------------------------ +#define BOARD_USB_DFU + #endif //#ifndef BOARD_H -- cgit v1.2.3