mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-03 11:10:43 +02:00

Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
53 lines
3.4 KiB
Plaintext
53 lines
3.4 KiB
Plaintext
/** \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.
|
|
*/
|
|
|
|
/** \page Page_LUFAPoweredProjects User Projects Powered by LUFA
|
|
*
|
|
* LUFA is currently in use all around the world, in many applications both commercial and non-commercial. Below is a
|
|
* list of known public LUFA powered projects, which all use the LUFA library in some way. Feel free to visit each project's
|
|
* home page for more information on each project.
|
|
*
|
|
* If you have a project that you would like to add to this list, please contact me via the details on the main page of this
|
|
* documentation.
|
|
*
|
|
* \section Sec_BoardsUsingLUFA AVR-USB Development Boards Using LUFA
|
|
*
|
|
* 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.
|
|
*
|
|
* - AVROpendous, an open design/source set of AVR USB development boards: http://avropendous.org/
|
|
* - Benito #7, a no-frills USB board: http://www.dorkbotpdx.org/wiki/benito
|
|
* - Bumble-B, yet another AT90USB162 development board: http://fletchtronics.net/bumble-b
|
|
* - USB10 AKA "The Ferret", a AT90USB162 development board: http://www.soc-machines.com
|
|
* - USBFoo, an AT90USB162 based development board: http://shop.kernelconcepts.de/product_info.php?products_id=102
|
|
* - Teensy and Teensy++, two other AVR USB development boards: http://www.pjrc.com/teensy/index.html
|
|
*
|
|
* \section Sec_LUFAProjects Projects Using LUFA (Hobbyist)
|
|
*
|
|
* The following are hobbyist projects using LUFA. Most are open source, and show off interesting ways that the LUFA library
|
|
* can be incorporated into many different applications.
|
|
*
|
|
* - Bicycle POV: http://www.code.google.com/p/bicycleledpov/
|
|
* - CAMTRIG, a remote Camera Trigger device: http://code.astraw.com/projects/motmot/camtrig
|
|
* - "Fingerlicking Wingdinger" (WARNING: Bad Language if no Javascript), a MIDI controller - http://noisybox.net/electronics/wingdinger/
|
|
* - Opendous-JTAG, an open source JTAG device: http://code.google.com/p/opendous-jtag/
|
|
* - Openkubus, an open source hardware-based authentication dongle: http://code.google.com/p/openkubus/
|
|
* - Orbee, a USB connected RGB Orb for notifications: http://www.franksworkshop.com.au/Electronics/Orbee/Orbee.htm
|
|
* - Reprap with LUFA, a LUFA powered 3D printer: http://code.google.com/p/at90usb1287-code-for-arduino-and-eclipse/
|
|
* - SEGA Megadrive/Genesis Development Cartridge: http://www.spritesmind.net/_GenDev/forum/viewtopic.php?t=464
|
|
* - Stripe Snoop, a Magnetic Card reader: http://www.ossguy.com/ss_usb/
|
|
* - USB Interface for Playstation Portable Devices: http://forums.ps2dev.org/viewtopic.php?t=11001
|
|
* - USB to Serial Bridge, via SPI and I2C: http://www.tty1.net/userial/
|
|
*
|
|
* \section Sec_LUFACommercialProjects Projects Using LUFA (Commercial)
|
|
*
|
|
* The following is a list of known commercial products using LUFA. Some of these are open source, although many are "black-box"
|
|
* solutions with no source code given.
|
|
*
|
|
* - ARPS Locator: http://la3t.hamradio.no/lab//?id=tracker_en
|
|
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
|
|
* - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL
|
|
*/ |