diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-31 14:09:50 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-31 14:16:19 +0200 |
commit | 390df0f0b66e53c7ea19770a343e8340ed319b77 (patch) | |
tree | 4218385c734d4bcd5ace0742d130639a8b032509 /at91lib/boards | |
parent | 245e794b26158fded2025508e7c63be52d0e60b4 (diff) |
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.
Diffstat (limited to 'at91lib/boards')
-rw-r--r-- | at91lib/boards/simtrace/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
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
|