aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
Commit message (Expand)AuthorAgeFilesLines
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-17/+6
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-0/+1
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+1
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Minor documentation cleanups.Dean Camera2010-06-031-4/+4
* Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...Dean Camera2010-05-301-1/+3
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-262-118/+3
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-261-4/+4
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-202-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-088-3543/+3543
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-062-9/+0
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-062-22/+8
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+4
* Removed invalid dfu and flip related targets from the bootloaders - bootloade...Dean Camera2010-04-131-35/+2
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-10/+10
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+1
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-3/+3
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-151-13/+25
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-304-8/+8
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-284-28/+28
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-202-1/+3
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-2/+2
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-9/+5
* 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
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-1/+0
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-071-5/+0
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-062-10/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+60
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-061-28/+38
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-31/+82
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+1
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-3/+3
* 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-052-7/+7
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+2
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-19/+20
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-1/+1
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-0/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-15/+32
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-2/+2