aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
Commit message (Expand)AuthorAgeFilesLines
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-241-14/+35
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-151-0/+16
* Upgrade to latest Doxygen.Dean Camera2014-04-211-27/+34
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu...Dean Camera2014-01-082-0/+1
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-1/+1
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-081-18/+3
* Update copyrights for 2014.Dean Camera2014-01-0410-22/+22
* Minor documentation improvements.Dean Camera2014-01-041-1/+2
* Merge pull request #17 from mondalaci/further-generichid-modemmanager-instruc...Dean Camera2014-01-031-0/+1
|\
| * Add further instructions regarding the modemmanager suckage.László Monda2014-01-031-0/+1
* | Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-261-8/+31
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-211-3/+3
|/
* Replace CDC interface numbers with enums.László Monda2013-10-101-2/+2
* Merge pull request #8 from mondalaci/extract-interface-numbersDean Camera2013-10-062-5/+15
|\
| * Extract interface numbers into enums.László Monda2013-10-062-5/+15
* | Fix "AVR910" typos to "AVR109".László Monda2013-09-241-3/+3
|/
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-311-1/+4
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform due...Dean Camera2013-08-231-940/+1335
* Re-added Set Control Line State request handling to the CDC class bootloader.Dean Camera2013-06-272-1/+9
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
* Add platform includes to the bootloaders.Dean Camera2013-05-191-0/+1
* Assume 16MHz crystal by default in the AVR8 bootloaders.Dean Camera2013-05-191-10/+10
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-191-50/+85
* Add symbolic names for USB Device String Descriptors within the demos, applic...Dean Camera2013-05-152-5/+16
* Fix typos in the bootloader API table entry names.Dean Camera2013-05-101-10/+10
* Minor documentation improvements.Dean Camera2013-05-011-1/+1
* Add move-to-root directives to all ASF XML application modules, to make the c...Dean Camera2013-04-231-3/+5
* Improve bootloader compile error message text when building without the corre...Dean Camera2013-04-081-1/+1
* Clean up bootloader project ASF integration code.Dean Camera2013-04-062-6/+2
* Add bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk).Dean Camera2013-04-061-0/+162
* Add checks to the bootloaders so that they will give a user-friendly compile ...Dean Camera2013-04-061-0/+5
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+20
* Ensure bootloader makefile calculation functions are uniform across all bootl...Dean Camera2013-03-181-5/+5
* Minor documentation improvements.Dean Camera2013-03-181-6/+6
* Enable Mass Storage bootloader builds in the BootloaderTest build test.Dean Camera2013-03-101-1/+1
* Fix incorrect Bootloader documentation.Dean Camera2013-03-041-5/+5
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-291-2/+2
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-01-201-9/+14
* Update and add missing Atmel Studio project description XML files.Dean Camera2013-01-101-2/+2
* Update copyright year to 2013.Dean Camera2013-01-0310-18/+18
* Upgrade Doxygen configuration files to the latest Doxygen version.Dean Camera2013-01-031-10/+66
* Remove support for devices that were not put into production.Dean Camera2013-01-031-4/+0
* Remove dependency on the "bc" command line calculator tool in the bootloaders...Dean Camera2012-11-101-2/+3
* Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool t...Dean Camera2012-10-281-1/+1
* Minor cleanup of the CDC bootloader.Dean Camera2012-10-202-8/+9
* Minor documentation improvements.Dean Camera2012-10-059-9/+9
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Shorten the product string descriptors in the CDC and DFU bootloaders to ensu...Dean Camera2012-09-151-2/+2
* Remove incorrect PROGMEM qualifier on the Manufacturer string descriptors in ...Dean Camera2012-09-131-1/+1