aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this c...Dean Camera2010-04-123-5/+18
* Add HCI debugging with verbosity control to the BluetoothHost demo.Dean Camera2010-04-116-29/+134
* Fix up Bluetooth Demo's options processing on incoming channel configuration ...Dean Camera2010-04-112-22/+23
* Add LUFA-side channel open/close routines, add signalling handlers for the cr...Dean Camera2010-04-104-41/+163
* Bluetooth demo can now create and maintain logical channels - need to determi...Dean Camera2010-04-104-35/+85
* Make Bluetooth signalling handler routines use the generic Bluetooth_SendPack...Dean Camera2010-04-064-269/+188
* Add bidirectional channel configuration -- remote device is not ACKing sent C...Dean Camera2010-04-067-206/+310
* Add packet reception and send routines to the ACL layer of the incomplete Blu...Dean Camera2010-04-065-17/+68
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-062-45/+155
* Add Bluetooth signalling echo request/response handlers, disconnection reques...Dean Camera2010-04-057-83/+198
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-055-22/+31
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-0123-184/+229
* Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer ...Dean Camera2010-03-315-257/+142
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
* Add file-level brief documentation.Dean Camera2010-03-291-5/+5
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-251-4/+5
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-2512-8/+12
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-242-2/+2
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-232-2/+1
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-2258-296/+301
* Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked en...Dean Camera2010-03-192-7/+7
* Remove redundant check in the software PDI programming code of the AVRISP pro...Dean Camera2010-03-171-1/+1
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-171-2/+2
* Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean Camera2010-03-162-6/+6
* Make sure the button report set masks use OR in all circumstances, to prevent...Dean Camera2010-02-164-4/+4
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-093-37/+15
* Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean Camera2010-02-081-3/+3
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-082-2/+0
* Split out LED report processing from the host into a seperate routine in the ...Dean Camera2010-02-072-30/+27
* Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean Camera2010-02-077-18/+42
* Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean Camera2010-02-078-32/+92
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-0458-62/+62
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-0350-50/+100
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-023-6/+6
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-295-5/+5
* Removed the stream example code from the Low Level VirtualSerial demos, as th...Dean Camera2010-01-282-99/+0
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-2839-110/+157
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-2550-50/+50
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-253-23/+6
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-254-2/+8
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-212-1/+7
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-2/+2
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-124-8/+8
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-0650-31550/+35450
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-054-2/+4
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-042-6/+14
* Clean up MassStorageKeyboard demo.Dean Camera2010-01-034-30/+17
* Update copyright year to 2010.Dean Camera2009-12-30288-579/+579
* Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the...Dean Camera2009-12-302-16/+11
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-28279-1967/+1967