summaryrefslogtreecommitdiff
path: root/boards/at91sam3u-ek/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/at91sam3u-ek/board.h')
-rw-r--r--boards/at91sam3u-ek/board.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/boards/at91sam3u-ek/board.h b/boards/at91sam3u-ek/board.h
index 9669fd3..7ce478c 100644
--- a/boards/at91sam3u-ek/board.h
+++ b/boards/at91sam3u-ek/board.h
@@ -689,7 +689,9 @@ typedef enum IRQn
// DFU
#define BOARD_USB_DFU
-#define BOARD_DFU_PAGE_SIZE 8192
+#define BOARD_DFU_BTN_PIOA 18
+#define BOARD_DFU_BOOT_SIZE (16 * 1024)
+#define BOARD_DFU_PAGE_SIZE 512
#define BOARD_DFU_NUM_IF 4
#define BOARD_USB_VENDOR 0x16c0
personal git repositories of Harald Welte. Your mileage may vary