aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/USBtoSerial
Commit message (Expand)AuthorAgeFilesLines
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-1/+1
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-5/+5
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-222-1/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-12/+6
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-6/+6
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-202-96/+97
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-5/+9
* Fixed CDC and USBtoSerial demos freezing where buffers were full while still ...Dean Camera2009-04-171-13/+25
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-162-2/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-162-30/+16
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-12/+12
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-2011-0/+3529