/*
              LUFA Library
-     Copyright (C) Dean Camera, 2013.
+     Copyright (C) Dean Camera, 2014.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2014  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
  *  \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
  *
                        #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"
                #else
                        #include "Board/Board.h"
                #endif