Add script reading bootloader flags
[pub/lufa.git] / LUFA / Drivers / Board / Board.h
index d837dc6..9f16390 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2021.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2021  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -47,7 +47,7 @@
  *  \defgroup Group_BoardInfo Board Information Driver - LUFA/Drivers/Board/Board.h
  *  \brief Board hardware information driver.
  *
  *  \defgroup Group_BoardInfo Board Information Driver - LUFA/Drivers/Board/Board.h
  *  \brief Board hardware information driver.
  *
- *  \section Sec_Dependencies Module Source Dependencies
+ *  \section Sec_BoardInfo_Dependencies Module Source Dependencies
  *  The following files must be built with any user project that uses this module:
  *    - None
  *
  *  The following files must be built with any user project that uses this module:
  *    - None
  *
                        #include "UC3/UC3A3_XPLAINED/Board.h"
                #elif (BOARD == BOARD_STANGE_ISP)
                        #include "AVR8/STANGE_ISP/Board.h"
                        #include "UC3/UC3A3_XPLAINED/Board.h"
                #elif (BOARD == BOARD_STANGE_ISP)
                        #include "AVR8/STANGE_ISP/Board.h"
+               #elif (BOARD == BOARD_C3_XPLAINED)
+                       #include "XMEGA/C3_XPLAINED/Board.h"
+               #elif (BOARD == BOARD_U2S)
+                       #include "AVR8/U2S/Board.h"
+               #elif (BOARD == BOARD_YUN)
+                       #include "AVR8/YUN/Board.h"
+               #elif (BOARD == BOARD_MICRO)
+                       #include "AVR8/MICRO/Board.h"
+               #elif (BOARD == BOARD_PROMICRO)
+                       #include "AVR8/PROMICRO/Board.h"
+               #elif (BOARD == BOARD_POLOLUMICRO)
+                       #include "AVR8/POLOLUMICRO/Board.h"
+               #elif (BOARD == BOARD_XPLAINED_MINI)
+                       #include "AVR8/XPLAINED_MINI/Board.h"
                #else
                        #include "Board/Board.h"
                #endif
                #else
                        #include "Board/Board.h"
                #endif