From 91e267bcc42442d4e9da09aab30065ad5d44025a Mon Sep 17 00:00:00 2001 From: David Madison Date: Fri, 15 Feb 2019 12:37:45 -0500 Subject: Remove non-USB boards Removes boards from boards.txt, bootloaders for those boards, and variants for those boards. As none of these boards support USB there's no reason to keep them around. --- bootloaders/gemma/usbconfig.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 bootloaders/gemma/usbconfig.patch (limited to 'bootloaders/gemma/usbconfig.patch') diff --git a/bootloaders/gemma/usbconfig.patch b/bootloaders/gemma/usbconfig.patch deleted file mode 100644 index 1abb158..0000000 --- a/bootloaders/gemma/usbconfig.patch +++ /dev/null @@ -1,24 +0,0 @@ -203c203 -< #define USB_CFG_VENDOR_ID 0x81, 0x17 /* = 0x16c0 = 5824 = voti.nl */ ---- -> #define USB_CFG_VENDOR_ID 0x41, 0x23 /* = 0x16c0 = 5824 = voti.nl */ -208c208 -< #define USB_CFG_DEVICE_ID 0x9F, 0x0C /* = 0x05dc = 1500 */ ---- -> #define USB_CFG_DEVICE_ID 0x9F, 0x0c /* = 0x05dc = 1500 */ -215c215 -< #define USB_CFG_DEVICE_VERSION 0x05, 0x01 ---- -> #define USB_CFG_DEVICE_VERSION 0x00, 0x01 -218,219c218,219 -< #define USB_CFG_VENDOR_NAME 'A','d','a','f','r','u','i','t' -< #define USB_CFG_VENDOR_NAME_LEN 8 ---- -> #define USB_CFG_VENDOR_NAME 'A','r','d','u','i','n','o','.','c','c' -> #define USB_CFG_VENDOR_NAME_LEN 10 -228,229c228,229 -< #define USB_CFG_DEVICE_NAME 'T','r','i','n','k','e','t' -< #define USB_CFG_DEVICE_NAME_LEN 7 ---- -> #define USB_CFG_DEVICE_NAME 'G','e','m','m','a' -> #define USB_CFG_DEVICE_NAME_LEN 5 -- cgit v1.2.3-18-g5258