From e615d4e8b9da2da9dc4d0ebd7e02ec389501fee8 Mon Sep 17 00:00:00 2001 From: Elaina Martineau Date: Fri, 5 Jan 2018 21:38:42 -0700 Subject: Add Adafruit's Atmega32u4 breakout board --- LUFA/DoxygenPages/LUFAPoweredProjects.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/DoxygenPages/LUFAPoweredProjects.txt') diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index fa94add49..7d5c870c1 100644 --- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt +++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt @@ -18,6 +18,7 @@ * The following is a list of known AVR USB development boards, which recommend using LUFA for the USB stack. Some of these * are open design, and all are available for purchase as completed development boards suitable for project development. * + * \li Adafruit Atmega32u4 Breakout Board: http://www.adafruit.com/product/296 * \li AVR-USB-162, a USBKEY-like development board for the AT90USB162: http://olimex.com/dev/avr-usb-162.html * \li Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito * \li Duce, the successor to the Benito #7: http://dorkbotpdx.org/wiki/duce -- cgit v1.2.3 From 8e3c74659e7b43fadcd08c42b485466085e4c3f5 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 7 Jan 2018 20:16:54 +0100 Subject: Corrected Hoodloader2 description --- LUFA/DoxygenPages/LUFAPoweredProjects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/DoxygenPages/LUFAPoweredProjects.txt') diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index 7d5c870c1..e356354ef 100644 --- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt +++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt @@ -77,7 +77,7 @@ * \li Gumbi, a Python library and USB GPIO controller: https://code.google.com/p/gumbi/ * \li Hardware Volume Control: https://github.com/davidk/hw-volume-control * \li Hiduino, a USB-MIDI replacement firmware for the Arduino Uno: http://code.google.com/p/hiduino/ - * \li HoodLoader2, an Arduino Uno enhanced USB AVR coprocessor firmware: https://github.com/NicoHood/HoodLoader2 + * \li HoodLoader2, an Arduino Uno enhanced USB AVR coprocessor bootloader: https://github.com/NicoHood/HoodLoader2 * \li IBM capacitive keybord replacement controller: http://downloads.cornall.co/ibm-capsense-usb-web/ibm-capsense-usb.html * \li Ikea RGB LED USB modification: http://slashhome.se/p/projects/id/ikea_dioder_usb/#project * \li IR electricity meter monitor: http://sourceforge.net/projects/irmetermon/ -- cgit v1.2.3