aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
Commit message (Expand)AuthorAgeFilesLines
* Loop in the ClassDriver MIDI device/host demos until there are no more incomm...Dean Camera2010-11-052-5/+5
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-0213-155/+217
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-284-37/+75
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-28111-111/+111
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-2530-149/+63
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-2446-748/+58
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-13160-2456/+2611
* Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interfac...Dean Camera2010-10-0112-200/+161
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-3012-9/+45
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-3047-545/+584
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-2810-34/+34
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-2424-48/+48
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-2424-72/+72
* Reverted modifications to USBInterrupt.h that were intefering with correct ho...Dean Camera2010-09-221-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-1524-48/+48
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-091-1/+1
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-072-6/+3
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-052-14/+17
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-3123-23/+23
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-243-7/+12
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-2/+3
* Tighten up the code in the delta movement detection code in the MouseHostWith...Dean Camera2010-08-094-32/+18
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-0824-24/+96
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-0224-24/+48
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-3026-26/+26
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-4/+3
* Oops - need to turn off USART via control register B before reconfiguring, fi...Dean Camera2010-07-301-4/+4
* Spell check all source files once again to find any typos.Dean Camera2010-07-2929-53/+53
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-262-6/+6
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2171-203/+399
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-1924-1469/+988
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-1824-24/+24
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-1524-0/+24
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-1524-432/+144
* Add AVRStudio 4 project files to the ClassDriver Host mode demos.Dean Camera2010-07-1311-0/+11
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-1312-0/+12
* Add missing eol-style properties to new source files.Dean Camera2010-07-122-371/+371
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-1224-24/+48
* Correct misspellings in the Bluetooth demo code.Dean Camera2010-07-1110-45/+45
* Add more doxygen function documentation to the RFCOMM layer.Dean Camera2010-07-112-2/+29
* Oops - ACL layer Bluetooth_SendPacket() function should check and allow NULL ...Dean Camera2010-07-113-18/+29
* Rename Bluetooth stack function parameters to clearly indicate what sort of B...Dean Camera2010-07-1112-145/+153
* Add a new RFCOMM_ChannelOpened() callback event for when logical RFCOMM chann...Dean Camera2010-07-083-12/+38
* Add a new RFCOMM service callback for when new data has been received on a va...Dean Camera2010-07-083-5/+18
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-087-113/+236
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-0224-0/+24
* Move out RFCOMM channel structure init code to a seperate routine, to save on...Dean Camera2010-07-025-47/+62
* Add RFCOMM service routine, to send pending configuration requests on RFCOMM ...Dean Camera2010-06-297-92/+163
* Make Bluetooth ACL channel searches skip over closed (invalid) channels. RFCO...Dean Camera2010-06-264-12/+18