index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Bootloaders
/
CDC
/
BootloaderCDC.c
Age
Commit message (
Expand
)
Author
2010-09-28
Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...
Dean
2010-09-14
Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...
Dean
2010-05-26
Removed unused line encoding data and control requests from the CDC Bootloade...
Dean
2010-05-26
Switch to using the correct intptr_t type use where a pointer must be cast to...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-06
Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-11-09
Spell check all source code variables, comments and strings.
Dean
2009-10-08
Application documentation/comment cleanup.
Dean
2009-09-20
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean
2009-09-06
Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.
Dean
2009-08-05
Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-21
Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...
Dean
2009-06-09
Updated bootloaders to use the new main() function layout and remove any refe...
Dean
2009-06-08
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean
2009-05-18
Rewritten event system to remove all macros, to make user code clearer.
Dean
2009-05-02
Fixed Endpoint_Write_Control_* functions writing more data than expected by t...
Dean
2009-05-02
Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...
Dean
2009-04-22
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean
2009-04-21
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean
2009-04-20
Changed over all deprecated GCC structure tag initializers to the standardize...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-01
All comments in the library, bootloaders, demos and projects have now been sp...
Dean
2009-03-17
Corrected CDC class bootloader to fix a few bugs, changed address counter to ...
Dean
2009-03-10
Fixed incorrect/missing control status stage transfers on demos, bootloaders ...
Dean
2009-03-09
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean