aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
Commit message (Collapse)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 ↵Dean Camera2014-01-082-0/+1
| | | | Studio extension.
* 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 ↵Dean Camera2014-01-031-0/+1
|\ | | | | | | | | mondalaci/further-generichid-modemmanager-instructions Add further instructions regarding the modemmanager suckage.
| * 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 ↵Dean Camera2013-11-211-3/+3
|/ | | | with the previous floating point macro version.
* 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.
| * 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 ↵Dean Camera2013-08-231-940/+1335
| | | | due to changes in the code fragment output in the Doxygen XML.
* 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, ↵Dean Camera2013-05-152-5/+16
| | | | applications and bootloaders.
* 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 ↵Dean Camera2013-04-231-3/+5
| | | | code easier to find in the release version of Atmel Studio 6.1.
* Improve bootloader compile error message text when building without the ↵Dean Camera2013-04-081-1/+1
| | | | correct optimization level.
* 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
| | | | error if not compiled with size optimizations.
* 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 ↵Dean Camera2013-03-181-5/+5
| | | | bootloaders.
* 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 ↵Dean Camera2012-11-101-2/+3
| | | | bootloaders to make compiling on Windows easier with only MinGW.
* Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool ↵Dean Camera2012-10-281-1/+1
| | | | to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory.
* 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 ↵Dean Camera2012-09-171-1/+1
| | | | AVR8/XMEGA specific sei() macro, for future demo/project portability.
* Shorten the product string descriptors in the CDC and DFU bootloaders to ↵Dean Camera2012-09-151-2/+2
| | | | ensure that differences in the toolchain version don't push it over a binary size boundary.
* Remove incorrect PROGMEM qualifier on the Manufacturer string descriptors in ↵Dean Camera2012-09-131-1/+1
| | | | the DFU and CDC class bootloaders (thanks to Oliver Zander).