aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderCDC.c
Commit message (Expand)AuthorAgeFilesLines
...
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-261-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-576/+576
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-061-21/+8
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+3
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+0
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-2/+2
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-061-9/+0
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-9/+9
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-4/+4
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-15/+32
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-2/+2
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-211-3/+3
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-091-25/+28
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-2/+2
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-3/+3
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-021-1/+1
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-6/+4
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-8/+8
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-4/+4
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-25/+25
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean Camera2009-03-171-99/+104
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-0/+3
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-2/+2
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-2/+2
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+570