aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LUFAPoweredProjects.txt
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixes.Dean Camera2011-05-081-0/+3
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-2/+6
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-0/+1
* Conditionally add available address spaces to the address space enum, for mul...Dean Camera2011-04-041-1/+1
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-0/+3
* Updated the software USART code in the XPLAIN Bridge application so that the ...Dean Camera2011-03-151-1/+3
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-111-0/+1
* Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean Camera2011-02-281-0/+1
* More UC3B architecture port updates.Dean Camera2011-02-261-0/+1
* Reduced latency for executing the Start-Of-Frame events (if enabled in the us...Dean Camera2011-02-191-0/+1
* Added board driver support for the Sparkfun ATMEGA8U2 breakout board.Dean Camera2011-02-161-0/+1
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-091-0/+1
* Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean Camera2011-02-041-0/+1
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-0/+1
* Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG...Dean Camera2011-01-231-0/+1
* Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean Camera2011-01-221-0/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-0/+1
* Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSeri...Dean Camera2010-12-171-0/+1
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-231-0/+5
* Added board hardware driver support for the Microsin AVR-USB162 development b...Dean Camera2010-11-211-1/+1
* Added board hardware driver support for the Blackcat USB JTAG board (thanks t...Dean Camera2010-10-171-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-3/+3
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+1
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-281-0/+1
* Minor documentation corrections.Dean Camera2010-09-151-1/+1
* Added LEDs_ToggleLEDs() function to several board LED drivers which were miss...Dean Camera2010-09-091-1/+3
* Added board hardware driver support for the USBFOO development board.Dean Camera2010-09-041-1/+1
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-2/+4
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-311-0/+2
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-0/+1
* Oops - remove duplicated SPI driver init mask.Dean Camera2010-07-291-1/+0
* Fixed HID device class driver still using PrevReportINBuffer for GetReport co...Dean Camera2010-07-151-1/+2
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-081-0/+1
* Add TEST RFCOMM command handler. Remove the RFCOMM channel UseUIFrame element...Dean Camera2010-06-231-0/+1
* Make the RFCOMM_SendFrame() function correctly generate frames from the input...Dean Camera2010-06-071-0/+1
* Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...Dean Camera2010-05-311-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-82/+82
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-0/+1
* Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean Camera2010-04-191-2/+5
* Oops - make sure board driver dispatch headers test for the correct BOARD def...Dean Camera2010-03-301-1/+0
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-251-0/+1
* Webserver project now uses the board LEDs to indicate the current IP configur...Dean Camera2010-03-091-0/+1
* Minor documentation updates.Dean Camera2010-03-011-1/+2
* Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_...Dean Camera2010-02-151-2/+2
* Fix HID Host Class driver sending incorrect ReportType values to the device w...Dean Camera2010-02-141-1/+1
* Move DHCP negotiation timer into the DHCP connection application state struct...Dean Camera2010-02-121-2/+3
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-0/+1
* Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean Camera2010-02-071-0/+1
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-021-0/+1