Wait until PDI NVM erase completes in the AVRISPMkii clone programmer.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 2f703f5..a8bb191 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2014.
+     Copyright (C) Dean Camera, 2017.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2017  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
                        /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */
                        #define BOARD_U2S                  56
 
-                       /** Selects the YUN specific board drivers, including the driver for the board LEDs. */
+                       /** Selects the Arduino YUN specific board drivers, including the driver for the board LEDs. */
                        #define BOARD_YUN                  57
 
+                       /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_MICRO                58
+
+                       /** Selects the Pololu A-Star Micro specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_POLOLUMICRO          59
+
+                       /** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_XPLAINED_MINI        60
+
                        #if !defined(__DOXYGEN__)
                                #define BOARD_                 BOARD_NONE