X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1e05d46b663ded57a06f4d8773f40aea908f8622..refs/heads/master:/BuildTests/BoardDriverTest/BoardDeviceMap.cfg diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index 18a502f58..2100ed27a 100644 --- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg +++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2016. +# Copyright (C) Dean Camera, 2021. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -56,7 +56,9 @@ BOARD_SPARKFUN8U2 = AVR8 : atmega8u2 : BOARD_STK525 = AVR8 : at90usb647 : BOARD_STK526 = AVR8 : at90usb162 : BOARD_TEENSY = AVR8 : at90usb162 : -BOARD_TEENSY2 = AVR8 : at90usb646 : +BOARD_TEENSYPP = AVR8 : at90usb646 : +BOARD_TEENSY2 = AVR8 : atmega32u4 : +BOARD_TEENSY2PP = AVR8 : at90usb1286 : BOARD_TUL = AVR8 : atmega32u4 : BOARD_UDIP = AVR8 : atmega32u2 : BOARD_UNO = AVR8 : atmega8u2 : @@ -73,6 +75,7 @@ BOARD_STANGE_ISP = AVR8 : at90usb162 : BOARD_U2S = AVR8 : atmega32u2 : BOARD_YUN = AVR8 : atmega32u4 : BOARD_MICRO = AVR8 : atmega32u4 : +BOARD_POLOLUMICRO = AVR8 : atmega32u4 : BOARD_XPLAINED_MINI = AVR8 : atmega32u4 : # # ----------------- XMEGA Boards -----------------