From db32864ce7029d758f57729cc2f75e051a28d0a2 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sat, 18 Jun 2016 14:30:24 -0400 Subject: Cleans up quantum/keymap situation, removes extra lufa folders (#416) * sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff --- .../LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.c | 156 - .../LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.h | 91 - .../LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.txt | 385 -- .../Projects/AVRISP-MKII/AVRISPDescriptors.c | 302 -- .../Projects/AVRISP-MKII/AVRISPDescriptors.h | 128 - .../Projects/AVRISP-MKII/Config/AppConfig.h | 70 - .../Projects/AVRISP-MKII/Config/LUFAConfig.h | 93 - .../Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c | 531 --- .../Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h | 81 - .../Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c | 370 -- .../Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h | 147 - .../LUFA-git/Projects/AVRISP-MKII/Lib/V2Protocol.c | 267 -- .../LUFA-git/Projects/AVRISP-MKII/Lib/V2Protocol.h | 105 - .../Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h | 90 - .../Projects/AVRISP-MKII/Lib/V2ProtocolParams.c | 207 - .../Projects/AVRISP-MKII/Lib/V2ProtocolParams.h | 91 - .../Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c | 274 -- .../Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h | 86 - .../Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c | 468 --- .../Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h | 140 - .../Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c | 480 --- .../Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | 136 - .../Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c | 209 - .../Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h | 136 - .../lufa/LUFA-git/Projects/AVRISP-MKII/asf.xml | 90 - .../lufa/LUFA-git/Projects/AVRISP-MKII/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/AVRISP-MKII/makefile | 39 - .../lufa/LUFA-git/Projects/Benito/Benito.c | 311 -- .../lufa/LUFA-git/Projects/Benito/Benito.h | 79 - .../lufa/LUFA-git/Projects/Benito/Benito.txt | 106 - .../LUFA-git/Projects/Benito/Config/AppConfig.h | 57 - .../LUFA-git/Projects/Benito/Config/LUFAConfig.h | 93 - .../lufa/LUFA-git/Projects/Benito/Descriptors.c | 244 -- .../lufa/LUFA-git/Projects/Benito/Descriptors.h | 112 - .../Projects/Benito/LUFA Benito Programmer.inf | 66 - .../protocol/lufa/LUFA-git/Projects/Benito/asf.xml | 53 - .../lufa/LUFA-git/Projects/Benito/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/Benito/makefile | 38 - .../Projects/HIDReportViewer/Config/LUFAConfig.h | 93 - .../Projects/HIDReportViewer/HIDReportViewer.c | 325 -- .../Projects/HIDReportViewer/HIDReportViewer.h | 87 - .../Projects/HIDReportViewer/HIDReportViewer.txt | 64 - .../lufa/LUFA-git/Projects/HIDReportViewer/asf.xml | 48 - .../LUFA-git/Projects/HIDReportViewer/doxyfile | 2364 ----------- .../LUFA-git/Projects/HIDReportViewer/makefile | 38 - .../LEDNotifier/CPUUsageApp/CPUMonitor.Designer.cs | 131 - .../Projects/LEDNotifier/CPUUsageApp/CPUMonitor.cs | 115 - .../LEDNotifier/CPUUsageApp/CPUMonitor.csproj | 95 - .../LEDNotifier/CPUUsageApp/CPUMonitor.resx | 132 - .../Projects/LEDNotifier/CPUUsageApp/Program.cs | 21 - .../CPUUsageApp/Properties/AssemblyInfo.cs | 36 - .../CPUUsageApp/Properties/Resources.Designer.cs | 63 - .../CPUUsageApp/Properties/Resources.resx | 117 - .../CPUUsageApp/Properties/Settings.Designer.cs | 26 - .../CPUUsageApp/Properties/Settings.settings | 7 - .../Projects/LEDNotifier/Config/LUFAConfig.h | 93 - .../LUFA-git/Projects/LEDNotifier/Descriptors.c | 245 -- .../LUFA-git/Projects/LEDNotifier/Descriptors.h | 110 - .../LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs | 149 - .../Projects/LEDNotifier/LEDMixerApp/LEDMixer.cs | 75 - .../LEDNotifier/LEDMixerApp/LEDMixer.csproj | 95 - .../Projects/LEDNotifier/LEDMixerApp/LEDMixer.resx | 123 - .../Projects/LEDNotifier/LEDMixerApp/Program.cs | 21 - .../LEDMixerApp/Properties/AssemblyInfo.cs | 36 - .../LEDMixerApp/Properties/Resources.Designer.cs | 63 - .../LEDMixerApp/Properties/Resources.resx | 117 - .../LEDMixerApp/Properties/Settings.Designer.cs | 26 - .../LEDMixerApp/Properties/Settings.settings | 7 - .../LUFA-git/Projects/LEDNotifier/LEDNotifier.c | 176 - .../LUFA-git/Projects/LEDNotifier/LEDNotifier.h | 60 - .../LUFA-git/Projects/LEDNotifier/LEDNotifier.txt | 63 - .../Projects/LEDNotifier/LUFA LED Notifier.inf | 66 - .../lufa/LUFA-git/Projects/LEDNotifier/asf.xml | 51 - .../lufa/LUFA-git/Projects/LEDNotifier/doxyfile | 2366 ----------- .../lufa/LUFA-git/Projects/LEDNotifier/makefile | 38 - .../Projects/MIDIToneGenerator/Config/AppConfig.h | 48 - .../Projects/MIDIToneGenerator/Config/LUFAConfig.h | 93 - .../Projects/MIDIToneGenerator/Descriptors.c | 314 -- .../Projects/MIDIToneGenerator/Descriptors.h | 110 - .../Projects/MIDIToneGenerator/MIDIToneGenerator.c | 252 -- .../Projects/MIDIToneGenerator/MIDIToneGenerator.h | 105 - .../MIDIToneGenerator/MIDIToneGenerator.txt | 73 - .../LUFA-git/Projects/MIDIToneGenerator/asf.xml | 50 - .../LUFA-git/Projects/MIDIToneGenerator/doxyfile | 2364 ----------- .../LUFA-git/Projects/MIDIToneGenerator/makefile | 38 - .../LUFA-git/Projects/Magstripe/Config/AppConfig.h | 58 - .../Projects/Magstripe/Config/LUFAConfig.h | 93 - .../lufa/LUFA-git/Projects/Magstripe/Descriptors.c | 216 - .../lufa/LUFA-git/Projects/Magstripe/Descriptors.h | 96 - .../Projects/Magstripe/Lib/CircularBitBuffer.c | 115 - .../Projects/Magstripe/Lib/CircularBitBuffer.h | 97 - .../LUFA-git/Projects/Magstripe/Lib/MagstripeHW.h | 102 - .../lufa/LUFA-git/Projects/Magstripe/Magstripe.c | 228 -- .../lufa/LUFA-git/Projects/Magstripe/Magstripe.h | 90 - .../lufa/LUFA-git/Projects/Magstripe/Magstripe.txt | 163 - .../lufa/LUFA-git/Projects/Magstripe/asf.xml | 52 - .../lufa/LUFA-git/Projects/Magstripe/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/Magstripe/makefile | 38 - .../Projects/MediaController/Config/LUFAConfig.h | 93 - .../Projects/MediaController/Descriptors.c | 234 -- .../Projects/MediaController/Descriptors.h | 93 - .../Projects/MediaController/MediaController.c | 184 - .../Projects/MediaController/MediaController.h | 110 - .../Projects/MediaController/MediaController.txt | 66 - .../lufa/LUFA-git/Projects/MediaController/asf.xml | 50 - .../LUFA-git/Projects/MediaController/doxyfile | 2364 ----------- .../LUFA-git/Projects/MediaController/makefile | 38 - .../Projects/MissileLauncher/Config/LUFAConfig.h | 93 - .../Projects/MissileLauncher/ConfigDescriptor.c | 185 - .../Projects/MissileLauncher/ConfigDescriptor.h | 72 - .../Projects/MissileLauncher/MissileLauncher.c | 323 -- .../Projects/MissileLauncher/MissileLauncher.h | 92 - .../Projects/MissileLauncher/MissileLauncher.txt | 60 - .../lufa/LUFA-git/Projects/MissileLauncher/asf.xml | 49 - .../LUFA-git/Projects/MissileLauncher/doxyfile | 2364 ----------- .../LUFA-git/Projects/MissileLauncher/makefile | 38 - .../Projects/RelayBoard/Config/LUFAConfig.h | 93 - .../LUFA-git/Projects/RelayBoard/Descriptors.c | 188 - .../LUFA-git/Projects/RelayBoard/Descriptors.h | 84 - .../lufa/LUFA-git/Projects/RelayBoard/RelayBoard.c | 145 - .../lufa/LUFA-git/Projects/RelayBoard/RelayBoard.h | 65 - .../LUFA-git/Projects/RelayBoard/RelayBoard.txt | 106 - .../lufa/LUFA-git/Projects/RelayBoard/asf.xml | 47 - .../lufa/LUFA-git/Projects/RelayBoard/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/RelayBoard/makefile | 38 - .../Projects/SerialToLCD/Config/LUFAConfig.h | 93 - .../LUFA-git/Projects/SerialToLCD/Descriptors.c | 257 -- .../LUFA-git/Projects/SerialToLCD/Descriptors.h | 111 - .../LUFA-git/Projects/SerialToLCD/Lib/HD44780.c | 127 - .../LUFA-git/Projects/SerialToLCD/Lib/HD44780.h | 64 - .../LUFA-git/Projects/SerialToLCD/SerialToLCD.c | 170 - .../LUFA-git/Projects/SerialToLCD/SerialToLCD.h | 64 - .../LUFA-git/Projects/SerialToLCD/SerialToLCD.txt | 109 - .../lufa/LUFA-git/Projects/SerialToLCD/asf.xml | 50 - .../lufa/LUFA-git/Projects/SerialToLCD/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/SerialToLCD/makefile | 38 - .../Projects/TempDataLogger/Config/AppConfig.h | 48 - .../Projects/TempDataLogger/Config/LUFAConfig.h | 93 - .../LUFA-git/Projects/TempDataLogger/Descriptors.c | 257 -- .../LUFA-git/Projects/TempDataLogger/Descriptors.h | 87 - .../Projects/TempDataLogger/Lib/DataflashManager.c | 534 --- .../Projects/TempDataLogger/Lib/DataflashManager.h | 86 - .../Projects/TempDataLogger/Lib/FATFs/00readme.txt | 135 - .../Projects/TempDataLogger/Lib/FATFs/diskio.c | 98 - .../Projects/TempDataLogger/Lib/FATFs/diskio.h | 55 - .../Projects/TempDataLogger/Lib/FATFs/ff.c | 4139 -------------------- .../Projects/TempDataLogger/Lib/FATFs/ff.h | 337 -- .../Projects/TempDataLogger/Lib/FATFs/ffconf.h | 191 - .../Projects/TempDataLogger/Lib/FATFs/integer.h | 38 - .../LUFA-git/Projects/TempDataLogger/Lib/RTC.c | 159 - .../LUFA-git/Projects/TempDataLogger/Lib/RTC.h | 126 - .../LUFA-git/Projects/TempDataLogger/Lib/SCSI.c | 344 -- .../LUFA-git/Projects/TempDataLogger/Lib/SCSI.h | 89 - .../Projects/TempDataLogger/TempDataLogger.c | 331 -- .../Projects/TempDataLogger/TempDataLogger.h | 112 - .../TempLogHostApp/COPYING.LESSER.txt | 166 - .../TempDataLogger/TempLogHostApp/COPYING.txt | 675 ---- .../TempLogHostApp/DataLoggerSettings.Designer.cs | 181 - .../TempLogHostApp/DataLoggerSettings.cs | 179 - .../TempLogHostApp/DataLoggerSettings.resx | 120 - .../TempDataLogger/TempLogHostApp/Hid.Linux.dll | Bin 9216 -> 0 bytes .../TempDataLogger/TempLogHostApp/Hid.Net.dll | Bin 24576 -> 0 bytes .../TempDataLogger/TempLogHostApp/Hid.Win32.dll | Bin 94208 -> 0 bytes .../TempDataLogger/TempLogHostApp/Program.cs | 21 - .../TempLogHostApp/Properties/AssemblyInfo.cs | 36 - .../Properties/Resources.Designer.cs | 63 - .../TempLogHostApp/Properties/Resources.resx | 117 - .../TempLogHostApp/Properties/Settings.Designer.cs | 26 - .../TempLogHostApp/Properties/Settings.settings | 7 - .../TempDataLogger/TempLogHostApp/README.txt | 24 - .../TempLogHostApp/TempLoggerHostApp.csproj | 99 - .../TempLogHostApp_Python/temp_log_config.py | 99 - .../TempDataLogger/TemperatureDataLogger.txt | 86 - .../lufa/LUFA-git/Projects/TempDataLogger/asf.xml | 72 - .../lufa/LUFA-git/Projects/TempDataLogger/doxyfile | 2366 ----------- .../lufa/LUFA-git/Projects/TempDataLogger/makefile | 39 - .../Projects/USBtoSerial/Config/LUFAConfig.h | 93 - .../LUFA-git/Projects/USBtoSerial/Descriptors.c | 245 -- .../LUFA-git/Projects/USBtoSerial/Descriptors.h | 110 - .../Projects/USBtoSerial/LUFA USBtoSerial.inf | 66 - .../LUFA-git/Projects/USBtoSerial/USBtoSerial.c | 254 -- .../LUFA-git/Projects/USBtoSerial/USBtoSerial.h | 77 - .../LUFA-git/Projects/USBtoSerial/USBtoSerial.txt | 78 - .../lufa/LUFA-git/Projects/USBtoSerial/asf.xml | 51 - .../lufa/LUFA-git/Projects/USBtoSerial/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/USBtoSerial/makefile | 38 - .../LUFA-git/Projects/Webserver/Config/AppConfig.h | 73 - .../Projects/Webserver/Config/LUFAConfig.h | 93 - .../lufa/LUFA-git/Projects/Webserver/Descriptors.c | 295 -- .../lufa/LUFA-git/Projects/Webserver/Descriptors.h | 128 - .../Projects/Webserver/LUFA Webserver RNDIS.inf | 59 - .../Projects/Webserver/Lib/DHCPClientApp.c | 208 - .../Projects/Webserver/Lib/DHCPClientApp.h | 69 - .../LUFA-git/Projects/Webserver/Lib/DHCPCommon.c | 103 - .../LUFA-git/Projects/Webserver/Lib/DHCPCommon.h | 159 - .../Projects/Webserver/Lib/DHCPServerApp.c | 265 -- .../Projects/Webserver/Lib/DHCPServerApp.h | 64 - .../Projects/Webserver/Lib/DataflashManager.c | 534 --- .../Projects/Webserver/Lib/DataflashManager.h | 87 - .../Projects/Webserver/Lib/FATFs/00readme.txt | 135 - .../LUFA-git/Projects/Webserver/Lib/FATFs/diskio.c | 65 - .../LUFA-git/Projects/Webserver/Lib/FATFs/diskio.h | 52 - .../LUFA-git/Projects/Webserver/Lib/FATFs/ff.c | 4139 -------------------- .../LUFA-git/Projects/Webserver/Lib/FATFs/ff.h | 337 -- .../LUFA-git/Projects/Webserver/Lib/FATFs/ffconf.h | 190 - .../Projects/Webserver/Lib/FATFs/integer.h | 38 - .../Projects/Webserver/Lib/HTTPServerApp.c | 284 -- .../Projects/Webserver/Lib/HTTPServerApp.h | 84 - .../lufa/LUFA-git/Projects/Webserver/Lib/SCSI.c | 344 -- .../lufa/LUFA-git/Projects/Webserver/Lib/SCSI.h | 87 - .../Projects/Webserver/Lib/TELNETServerApp.c | 163 - .../Projects/Webserver/Lib/TELNETServerApp.h | 71 - .../Projects/Webserver/Lib/uIPManagement.c | 298 -- .../Projects/Webserver/Lib/uIPManagement.h | 69 - .../LUFA-git/Projects/Webserver/Lib/uip/clock.c | 37 - .../LUFA-git/Projects/Webserver/Lib/uip/clock.h | 13 - .../LUFA-git/Projects/Webserver/Lib/uip/timer.c | 128 - .../LUFA-git/Projects/Webserver/Lib/uip/timer.h | 87 - .../Projects/Webserver/Lib/uip/uip-split.c | 151 - .../Projects/Webserver/Lib/uip/uip-split.h | 104 - .../lufa/LUFA-git/Projects/Webserver/Lib/uip/uip.c | 1941 --------- .../lufa/LUFA-git/Projects/Webserver/Lib/uip/uip.h | 2130 ---------- .../LUFA-git/Projects/Webserver/Lib/uip/uip_arp.c | 432 -- .../LUFA-git/Projects/Webserver/Lib/uip/uip_arp.h | 146 - .../LUFA-git/Projects/Webserver/Lib/uip/uipopt.h | 740 ---- .../LUFA-git/Projects/Webserver/USBDeviceMode.c | 162 - .../LUFA-git/Projects/Webserver/USBDeviceMode.h | 62 - .../lufa/LUFA-git/Projects/Webserver/USBHostMode.c | 172 - .../lufa/LUFA-git/Projects/Webserver/USBHostMode.h | 60 - .../lufa/LUFA-git/Projects/Webserver/Webserver.c | 77 - .../lufa/LUFA-git/Projects/Webserver/Webserver.h | 76 - .../lufa/LUFA-git/Projects/Webserver/Webserver.txt | 126 - .../lufa/LUFA-git/Projects/Webserver/asf.xml | 96 - .../lufa/LUFA-git/Projects/Webserver/doxyfile | 2365 ----------- .../lufa/LUFA-git/Projects/Webserver/makefile | 41 - .../Projects/XPLAINBridge/Config/AppConfig.h | 66 - .../Projects/XPLAINBridge/Config/LUFAConfig.h | 93 - .../Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf | 66 - .../LUFA-git/Projects/XPLAINBridge/Lib/SoftUART.c | 156 - .../LUFA-git/Projects/XPLAINBridge/Lib/SoftUART.h | 71 - .../Projects/XPLAINBridge/USARTDescriptors.c | 245 -- .../Projects/XPLAINBridge/USARTDescriptors.h | 112 - .../LUFA-git/Projects/XPLAINBridge/XPLAINBridge.c | 294 -- .../LUFA-git/Projects/XPLAINBridge/XPLAINBridge.h | 104 - .../Projects/XPLAINBridge/XPLAINBridge.txt | 109 - .../lufa/LUFA-git/Projects/XPLAINBridge/asf.xml | 57 - .../lufa/LUFA-git/Projects/XPLAINBridge/doxyfile | 2364 ----------- .../lufa/LUFA-git/Projects/XPLAINBridge/makefile | 51 - tmk_core/protocol/lufa/LUFA-git/Projects/makefile | 47 - 249 files changed, 75530 deletions(-) delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISPDescriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISPDescriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/V2Protocol.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/V2Protocol.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/V2ProtocolConstants.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/V2ProtocolParams.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/V2ProtocolParams.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Benito.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Benito.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Benito.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/LUFA Benito Programmer.inf delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Benito/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/HIDReportViewer.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/HIDReportViewer.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/HIDReportViewer.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/HIDReportViewer/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/CPUMonitor.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/CPUMonitor.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/CPUMonitor.csproj delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/CPUMonitor.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Program.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Properties/AssemblyInfo.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Properties/Resources.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Properties/Resources.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/CPUUsageApp/Properties/Settings.settings delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/LEDMixer.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/LEDMixer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/LEDMixer.csproj delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/LEDMixer.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Program.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Properties/AssemblyInfo.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Properties/Resources.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Properties/Resources.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Properties/Settings.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDMixerApp/Properties/Settings.settings delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDNotifier.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDNotifier.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LEDNotifier.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/LUFA LED Notifier.inf delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/LEDNotifier/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/MIDIToneGenerator.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/MIDIToneGenerator.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/MIDIToneGenerator.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MIDIToneGenerator/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Lib/CircularBitBuffer.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Lib/CircularBitBuffer.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Lib/MagstripeHW.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Magstripe.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Magstripe.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/Magstripe.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Magstripe/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/MediaController.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/MediaController.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/MediaController.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MediaController/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/ConfigDescriptor.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/ConfigDescriptor.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/MissileLauncher.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/MissileLauncher.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/MissileLauncher.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/MissileLauncher/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/RelayBoard.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/RelayBoard.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/RelayBoard.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/RelayBoard/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/Lib/HD44780.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/Lib/HD44780.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/SerialToLCD.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/SerialToLCD.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/SerialToLCD.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/SerialToLCD/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/DataflashManager.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/DataflashManager.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/00readme.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/diskio.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/diskio.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/ff.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/ff.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/ffconf.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/FATFs/integer.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/RTC.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/RTC.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/SCSI.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/Lib/SCSI.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempDataLogger.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempDataLogger.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/COPYING.LESSER.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/COPYING.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Hid.Linux.dll delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Hid.Net.dll delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Hid.Win32.dll delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Program.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Properties/AssemblyInfo.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Properties/Resources.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Properties/Resources.resx delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Properties/Settings.Designer.cs delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/Properties/Settings.settings delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/README.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp/TempLoggerHostApp.csproj delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TempLogHostApp_Python/temp_log_config.py delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/TemperatureDataLogger.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/TempDataLogger/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/LUFA USBtoSerial.inf delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/USBtoSerial.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/USBtoSerial.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/USBtoSerial.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/USBtoSerial/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Descriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Descriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/LUFA Webserver RNDIS.inf delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPClientApp.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPClientApp.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPCommon.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPCommon.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPServerApp.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DHCPServerApp.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DataflashManager.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/DataflashManager.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/00readme.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/diskio.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/diskio.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/ff.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/ff.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/ffconf.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/FATFs/integer.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/HTTPServerApp.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/HTTPServerApp.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/SCSI.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/SCSI.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/TELNETServerApp.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/TELNETServerApp.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uIPManagement.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uIPManagement.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/clock.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/clock.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/timer.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/timer.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip-split.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip-split.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip_arp.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uip_arp.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Lib/uip/uipopt.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/USBDeviceMode.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/USBDeviceMode.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/USBHostMode.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/USBHostMode.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Webserver.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Webserver.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/Webserver.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/Webserver/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/Config/AppConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/Config/LUFAConfig.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/LUFA XPLAIN Bridge.inf delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/Lib/SoftUART.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/Lib/SoftUART.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/USARTDescriptors.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/USARTDescriptors.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/XPLAINBridge.c delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/XPLAINBridge.h delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/XPLAINBridge.txt delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/asf.xml delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/doxyfile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/XPLAINBridge/makefile delete mode 100644 tmk_core/protocol/lufa/LUFA-git/Projects/makefile (limited to 'tmk_core/protocol/lufa/LUFA-git/Projects') diff --git a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.c b/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.c deleted file mode 100644 index 9cff5b4210..0000000000 --- a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.c +++ /dev/null @@ -1,156 +0,0 @@ -/* - LUFA Library - Copyright (C) Dean Camera, 2014. - - dean [at] fourwalledcubicle [dot] com - www.lufa-lib.org -*/ - -/* - 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 - without fee, provided that the above copyright notice appear in - all copies and that both that the copyright notice and this - permission notice and warranty disclaimer appear in supporting - documentation, and that the name of the author not be used in - advertising or publicity pertaining to distribution of the - software without specific, written prior permission. - - The author disclaims all warranties with regard to this - software, including all implied warranties of merchantability - and fitness. In no event shall the author be liable for any - special, indirect or consequential damages or any damages - whatsoever resulting from loss of use, data or profits, whether - in an action of contract, negligence or other tortious action, - arising out of or in connection with the use or performance of - this software. -*/ - -/** \file - * - * Main source file for the AVRISP project. This file contains the main tasks of - * the project and is responsible for the initial application hardware configuration. - */ - -#include "AVRISP-MKII.h" - -/** Main program entry point. This routine contains the overall program flow, including initial - * setup of all components and the main program loop. - */ -int main(void) -{ - SetupHardware(); - V2Protocol_Init(); - - LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); - GlobalInterruptEnable(); - - for (;;) - { - #if (BOARD == BOARD_USBTINYMKII) - /* On the USBTINY-MKII target, there is a secondary LED which indicates the current selected power - mode - either VBUS, or sourced from the VTARGET pin of the programming connectors */ - LEDs_ChangeLEDs(LEDMASK_VBUSPOWER, (PIND & (1 << 0)) ? 0 : LEDMASK_VBUSPOWER); - #endif - - AVRISP_Task(); - USB_USBTask(); - } -} - -/** Configures the board hardware and chip peripherals for the demo's functionality. */ -void SetupHardware(void) -{ -#if (ARCH == ARCH_AVR8) - /* Disable watchdog if enabled by bootloader/fuses */ - MCUSR &= ~(1 << WDRF); - wdt_disable(); - - /* Disable clock division */ - clock_prescale_set(clock_div_1); -#endif - - /* Hardware Initialization */ - LEDs_Init(); - #if defined(RESET_TOGGLES_LIBUSB_COMPAT) - UpdateCurrentCompatibilityMode(); - #endif - - /* USB Stack Initialization */ - USB_Init(); -} - -/** Event handler for the library USB Connection event. */ -void EVENT_USB_Device_Connect(void) -{ - LEDs_SetAllLEDs(LEDMASK_USB_ENUMERATING); -} - -/** Event handler for the library USB Disconnection event. */ -void EVENT_USB_Device_Disconnect(void) -{ - LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY); -} - -/** Event handler for the library USB Configuration Changed event. */ -void EVENT_USB_Device_ConfigurationChanged(void) -{ - bool ConfigSuccess = true; - - /* Setup AVRISP Data OUT endpoint */ - ConfigSuccess &= Endpoint_ConfigureEndpoint(AVRISP_DATA_OUT_EPADDR, EP_TYPE_BULK, AVRISP_DATA_EPSIZE, 1); - - /* Setup AVRISP Data IN endpoint if it is using a physically different endpoint */ - if ((AVRISP_DATA_IN_EPADDR & ENDPOINT_EPNUM_MASK) != (AVRISP_DATA_OUT_EPADDR & ENDPOINT_EPNUM_MASK)) - ConfigSuccess &= Endpoint_ConfigureEndpoint(AVRISP_DATA_IN_EPADDR, EP_TYPE_BULK, AVRISP_DATA_EPSIZE, 1); - - /* Indicate endpoint configuration success or failure */ - LEDs_SetAllLEDs(ConfigSuccess ? LEDMASK_USB_READY : LEDMASK_USB_ERROR); -} - -/** Processes incoming V2 Protocol commands from the host, returning a response when required. */ -void AVRISP_Task(void) -{ - /* Device must be connected and configured for the task to run */ - if (USB_DeviceState != DEVICE_STATE_Configured) - return; - - V2Params_UpdateParamValues(); - - Endpoint_SelectEndpoint(AVRISP_DATA_OUT_EPADDR); - - /* Check to see if a V2 Protocol command has been received */ - if (Endpoint_IsOUTReceived()) - { - LEDs_SetAllLEDs(LEDMASK_BUSY); - - /* Pass off processing of the V2 Protocol command to the V2 Protocol handler */ - V2Protocol_ProcessCommand(); - - LEDs_SetAllLEDs(LEDMASK_USB_READY); - } -} - -/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" - * documentation) by the application code so that the address and size of a requested descriptor can be given - * to the USB library. When the device receives a Get Descriptor request on the control endpoint, this function - * is called so that the descriptor details can be passed back and the appropriate descriptor sent back to the - * USB host. - * - * \param[in] wValue Descriptor type and index to retrieve - * \param[in] wIndex Sub-index to retrieve (such as a localized string language) - * \param[out] DescriptorAddress Address of the retrieved descriptor - * \param[out] DescriptorMemorySpace Memory space that the descriptor is stored in - * - * \return Length of the retrieved descriptor in bytes, or NO_DESCRIPTOR if the descriptor was not found - */ -uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, - const uint8_t wIndex, - const void** const DescriptorAddress, - uint8_t* DescriptorMemorySpace) -{ - return AVRISP_GetDescriptor(wValue, wIndex, DescriptorAddress, DescriptorMemorySpace); -} - diff --git a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.h b/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.h deleted file mode 100644 index 70f86f41c5..0000000000 --- a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.h +++ /dev/null @@ -1,91 +0,0 @@ -/* - LUFA Library - Copyright (C) Dean Camera, 2014. - - dean [at] fourwalledcubicle [dot] com - www.lufa-lib.org -*/ - -/* - 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 - without fee, provided that the above copyright notice appear in - all copies and that both that the copyright notice and this - permission notice and warranty disclaimer appear in supporting - documentation, and that the name of the author not be used in - advertising or publicity pertaining to distribution of the - software without specific, written prior permission. - - The author disclaims all warranties with regard to this - software, including all implied warranties of merchantability - and fitness. In no event shall the author be liable for any - special, indirect or consequential damages or any damages - whatsoever resulting from loss of use, data or profits, whether - in an action of contract, negligence or other tortious action, - arising out of or in connection with the use or performance of - this software. -*/ - -/** \file - * - * Header file for AVRISP.c. - */ - -#ifndef _AVRISP_H_ -#define _AVRISP_H_ - - /* Includes: */ - #include - #include - #include - #include - - #include - #include - #include - - #if defined(ADC) - #include - #endif - - #include "AVRISPDescriptors.h" - #include "Lib/V2Protocol.h" - #include "Config/AppConfig.h" - - /* Macros: */ - /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */ - #define LEDMASK_USB_NOTREADY LEDS_LED1 - - /** LED mask for the library LED driver, to indicate that the USB interface is enumerating. */ - #define LEDMASK_USB_ENUMERATING (LEDS_LED1 | LEDS_LED2) - - /** LED mask for the library LED driver, to indicate that the USB interface is ready. */ - #define LEDMASK_USB_READY LEDS_LED2 - - /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */ - #define LEDMASK_USB_ERROR LEDS_LED1 - - /** LED mask for the library LED driver, to indicate that the USB interface is busy. */ - #define LEDMASK_BUSY (LEDS_LED1 | LEDS_LED2) - - /** LED mask for the library LED driver, to indicate that the target is being powered by VBUS. */ - #define LEDMASK_VBUSPOWER LEDS_LED3 - - /* Function Prototypes: */ - void SetupHardware(void); - void AVRISP_Task(void); - - void EVENT_USB_Device_Connect(void); - void EVENT_USB_Device_Disconnect(void); - void EVENT_USB_Device_ConfigurationChanged(void); - - uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, - const uint8_t wIndex, - const void** const DescriptorAddress, - uint8_t* const DescriptorMemorySpace) - ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3) ATTR_NON_NULL_PTR_ARG(4); - -#endif - diff --git a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.txt b/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.txt deleted file mode 100644 index 71ef387a1c..0000000000 --- a/tmk_core/protocol/lufa/LUFA-git/Projects/AVRISP-MKII/AVRISP-MKII.txt +++ /dev/null @@ -1,385 +0,0 @@ -/** \file - * - * This file contains special DoxyGen information for the generation of the main page and other special - * documentation pages. It is not a project source file. - */ - -/** \mainpage AVRISP MKII Programmer Project - * - * \section Sec_Compat Project Compatibility - * - * The following list indicates what microcontrollers are compatible with this project. - * - * \li Series 7 USB AVRs (AT90USBxxx7) - * \li Series 6 USB AVRs (AT90USBxxx6) - * \li Series 4 USB AVRs (ATMEGAxxU4) - * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) - 8KB versions with reduced features only - * - * \section Sec_Info USB Information - * - * The following table gives a rundown of the USB utilization of this project. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
USB Mode:Device
USB Class:Vendor Specific Class
USB Subclass:N/A
Relevant Standards:Atmel AVRISP MKII Protocol Specification
Supported USB Speeds:Full Speed Mode
- * - * \section Sec_Description Project Description - * - * Firmware for an Atmel Studio/AVR Studio compatible AVRISP-MKII clone programmer. This project will enable the USB - * AVR series of microcontrollers to act as a clone of the official Atmel AVRISP-MKII programmer, usable within - * Atmel Studio/AVR Studio or with any software capable of driving a real Atmel AVRISP-MKII programmer. In its most - * basic form, it allows for the programming of AVR TINY, MEGA and XMEGA devices aat the programmer's VCC voltage from - * within Atmel Studio/AVR Studio with no special hardware other than the USB AVR and the parts needed for the USB - * interface. If the user desires, more advanced circuits incorporating level conversion can be made to allow for the - * programming of target AVRs running at a different voltage to the programmer. - * - * This device spoofs Atmel's official AVRISP-MKII device PID so that it remains compatible with Atmel's AVRISP-MKII - * drivers. When prompted, direct your OS to install Atmel's AVRISP-MKII drivers provided with Atmel Studio/AVR Studio. - * - * Note that this design currently has the following limitations: - * - No reversed/shorted target connector detection and notification - * - A separate header is required for each of the ISP, PDI and TPI programming protocols that the user wishes to use - * - * On AVR models with an ADC converter, the USB AVR's AVCC pin should be tied to 5V (e.g. VBUS) and the - * \c VTARGET_ADC_CHANNEL token should be set to an appropriate ADC channel number in the project makefile for VTARGET - * detection to operate correctly. On models without an ADC converter, VTARGET will report a fixed 3.3V level at all times - * which should allow the programmer to remain compatible at the protocol level with all AVR devices. - * - * While this application can be compiled for USB AVRs with as little as 8KB of FLASH, for full functionality 16KB or more - * of FLASH is required. On 8KB devices, ISP or PDI/TPI protocol programming support can be disabled to reduce program size. - * - * \section Sec_KnownIssues Known Issues: - * - * \par Incompatible with newer AVRDUDE releases. - * Due to a change in 6.0.1 and never AVRDUDE releases, - * these builds are incompatible with the AVRISP-MKII clone project. Use an older 5.x release until AVRDUDE is patched. - * - * \par XMEGA EEPROM programming fails in some cases. - * Several users have reported that XMEGA EEPROM programming fails unless the chip is erased first. If a non-blank EEPROM - * is present, writing further EEPROM data causes corruption. - * LUFA issue tracker entry. - * - * \section Sec_Installation Installation - * The programmer supports multiple platforms, both Windows and Linux. - * - * \subsection SSec_LinuxInstallation Linux Installation - * On Linux systems, the programmer should be usable out of the box with no special setup other than (on some systems) - * editing of the system permissions to allow the programmer to be used from a non-elevated (root) context. The programmer - * is compatible with the free open source AVRDude programming software project. - * - * \subsection SSec_WindowsInstallation Windows Installation - * On Windows systems, due to an unfortunate limitation of the USB AVR devices and the driver used in the official AVR - * Studio/Atmel Studio platform, the programmer cannot be made compatible with AVRDude and AVR Studio/Atmel Studio at the - * same time. Instead, the programmer will be compatible with the official Atmel software by default, with a recompilation - * with the \c LIBUSB_DRIVER_COMPAT token (see \ref Sec_Options) being required to use the alternative libUSB driver - * compatibility mode that will allow the programmer to work under AVRDude on Windows. - * - * If compiled for Atmel Studio/AVR Studio compatibility, install the Jungo device drivers that ship with the Atmel software. - * If compiled in the alternative libUSB compatibility mode for AVRDude use, install the libUSB drivers that are included - * with your compiled copy of AVRDude, or create them using the libUSB-Win32 (http://sourceforge.net/projects/libusb-win32) - * project. - * - * For convenience, the programmer will report two different serial numbers depending on the firmware compatibility mode, so - * that the correct driver can be installed for the matching firmware. If the \c RESET_TOGGLES_LIBUSB_COMPAT compile option - * is used (see \ref Sec_Options) this allows for an easy way to automatically switch device drivers along with the firmware - * compatibility mode. The serials are: - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Serial Number:Compatibility Mode:
000200012345Jungo (Atmel Studio) Compatibility
000200112345libUSB Compatibility
- * - * \section Sec_ISP ISP Connections - * Connections to the device for SPI programming (when enabled): - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Programmer Pin:Target Device Pin:ISP 6 Pin Layout:
MISOPDO1
ADCx 1VTARGET2
SCLKSCLK3
MOSIPDI4
PORTx.y 2/RESET5
GNDGND6
- * - * In addition, the AVR's OCR1A pin will generate a 4MHz clock, to act as an external rescue device clock if the - * fuses have been mis-set. To use the recovery clock, connect the OCR1A pin of the USB AVR to the target AVR's - * XTAL1 pin, and set the ISP programming speed to 125KHz (note: other ISP speeds will not work correctly). - * - * 1 Optional, see \ref Sec_Options section - for USB AVRs with ADC modules only \n - * 2 See AUX line related tokens in the \ref Sec_Options section - * - * \section Sec_PDI PDI Connections - * Connections to the device for PDI programming (when enabled): - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Programmer Pin:Target Device Pin:PDI 6 Pin Layout:
Tx/Rx 2DATA1
ADCx 1VTARGET2
N/AN/A3
N/AN/A4
XCKCLOCK5
GNDGND6
- * - * 1 Optional, see \ref Sec_Options section - for USB AVRs with ADC modules only \n - * 2 The AVR's Tx and Rx become the DATA line when connected together via a pair of 220 ohm resistors \n - * - * \section Sec_TPI TPI Connections - * Connections to the device for TPI programming (when enabled): - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Programmer Pin:Target Device Pin:TPI 6 Pin Layout:
Tx/Rx 2DATA1
ADCx 1VTARGET2
XCK 2CLOCK3
N/AN/A4
PORTx.y 3/RESET5
GNDGND6
- * - * 1 Optional, see \ref Sec_Options section - for USB AVRs with ADC modules only \n - * 2 The AVR's Tx and Rx become the DATA line when connected together via a pair of 220 ohm resistors \n - * 3 See AUX line related tokens in the \ref Sec_Options section - * - * \section Sec_Options Project Options - * - * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
Define Name:Location:Description:
AUX_LINE_PORTAppConfig.hPORT register for the programmer's AUX target line. The use of this line varies between the programming protocols, - * but is generally used for the target's /RESET line. - * \n \n Ignored when compiled for the XPLAIN board.
AUX_LINE_PINAppConfig.hPIN register for the programmer's AUX target line. The use of this line varies between the programming protocols, - * but is generally used for the target's /RESET line. - * \n \n Ignored when compiled for the XPLAIN board.
AUX_LINE_DDRAppConfig.hDDR register for the programmer's AUX target line. The use of this line varies between the programming protocols, - * but is generally used for the target's /RESET line. - * \n \n Ignored when compiled for the XPLAIN board.
AUX_LINE_MASKAppConfig.hMask for the programmer's AUX target line. The use of this line varies between the programming protocols, - * but is generally used for the target's /RESET line. Must not be the AVR's /SS pin. - * \n \n Ignored when compiled for the XPLAIN board.
VTARGET_ADC_CHANNELAppConfig.hADC channel number (on supported AVRs) to use for VTARGET level detection, if NO_VTARGET_DETECT is not defined. - * \n \n Ignored when compiled for targets lacking an ADC.
ENABLE_ISP_PROTOCOLAppConfig.hDefine to enable SPI programming protocol support. - * \n \n Ignored when compiled for the XPLAIN board.
ENABLE_XPROG_PROTOCOLAppConfig.hDefine to enable PDI and TPI programming protocol support. - * \n \n Ignored when compiled for the XPLAIN board.
NO_VTARGET_DETECTAppConfig.hDefine to disable VTARGET sampling and reporting on AVR models with an ADC converter. This will cause the programmer - * to report a fixed 3.3V target voltage to the host regardless of the real target voltage. - * \n \n Ignored when compiled for targets lacking an ADC.
VTARGET_REF_VOLTSAppConfig.hIndicates the programmer AVR's AVCC reference voltage when measuring the target's supply voltage. Note that the supply - * voltage should never exceed the reference voltage on the programmer AVR without some form of protection to prevent damage - * to the ADC. - * \n \n Ignored when compiled for targets lacking an ADC, or when NO_VTARGET_DETECT is defined.
VTARGET_USE_INTERNAL_REFAppConfig.hSelects the internal 2.56V ADC reference voltage, instead of using the AVR's VREF pin. When enabled, this option will - * override the VTARGET_REF_VOLTS configuration option. - * \n \n Ignored when compiled for targets lacking an ADC, or when NO_VTARGET_DETECT is defined.
VTARGET_SCALE_FACTORAppConfig.hIndicates the target's supply voltage scale factor when applied to the ADC. A simple resistive divider can be used on the - * ADC pin for measuring the target's supply voltage, so that voltages above the programmer AVR's AVCC reference voltage can be - * measured. This should be the reciprocal of the division performed - e.g. if the VTARGET voltage is halved, this should be set - * to 2. - * \n \n Ignored when compiled for targets lacking an ADC, or when NO_VTARGET_DETECT is defined.
LIBUSB_DRIVER_COMPATAppConfig.hDefine to switch to a non-standard endpoint scheme, breaking compatibility with Atmel Studio/AVR Studio under Windows but - * making the code compatible with software such as avrdude (all platforms) that use the libUSB driver. - * - * \note This option is incompatible with \c RESET_TOGGLES_LIBUSB_COMPAT.
RESET_TOGGLES_LIBUSB_COMPATAppConfig.hDefine to make the /RESET line of the AVR toggle between Jungo and libUSB driver compatibility modes. Each time the AVR is - * reset externally via the reset pin, the compatibility mode will be toggled. The compatibility mode is preserved between - * power cycles and is not toggled via other forms of reset such as Watchdog or Brown Out. - * - * When this option is enabled, all board LEDs will flash twice on startup for Jungo compatibility mode, and five times for - * libUSB compatibility mode. - * - * \note This option is incompatible with \c LIBUSB_DRIVER_COMPAT.
XCK_RESCUE_CLOCK_ENABLEAppConfig.hDefine to move the ISP rescue clock to the AVR's XCK pin instead of the OCR1A output pin. This is useful for existing programming - * hardware that does not expose the OCR1A pin of the AVR, but may cause some issues with PDI programming mode.
INVERTED_ISP_MISOAppConfig.hDefine to invert the received data on the ISP MISO line. This is sometimes needed depending on the level translation hardware used, - * if the translator hardware inverts the received logic level.
FIRMWARE_VERSION_MINORAppConfig.hDefine to set the minor firmware revision nunber reported to the host on request. By default this will use a firmware version compatible - * with the latest Atmel IDE version, however if desired the reported minor value can be adjusted her