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/optiboot/makeall | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 bootloaders/optiboot/makeall (limited to 'bootloaders/optiboot/makeall') diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall deleted file mode 100755 index f076bc7..0000000 --- a/bootloaders/optiboot/makeall +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -make clean -# -# The "big three" standard bootloaders. -make atmega8 -make atmega168 -make atmega328 -# -# additional buildable platforms of -# somewhat questionable support level -make lilypad -make lilypad_resonator -make pro8 -make pro16 -make pro20 -make atmega328_pro8 -make sanguino -make mega -make atmega88 -make luminet -- cgit v1.2.3-18-g5258