aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderCDC.txt
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Improve bootloader documentation."Dean Camera2014-10-121-1/+22
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-121-22/+1
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-121-18/+2
| | | | watchdog reset.
* Add Leonardo compatibility to most bootloaders, run user application if ↵Dean Camera2014-10-111-3/+21
| | | | BOOTRST fuse is set and the last reset cause was not the /RESET pin.
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-151-0/+16
|
* Minor documentation improvements.Dean Camera2014-01-041-1/+2
|
* Add further instructions regarding the modemmanager suckage.László Monda2014-01-031-0/+1
|
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
|
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
|
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+20
|
* 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
|
* Merge in latest trunk.Dean Camera2012-05-201-9/+47
|\
| * Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-4/+4
| | | | | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | | | | | ensure correct formatting of application device support.
| * Update CDC and DFU class bootloader documentation with a device memory map ↵Dean Camera2012-05-171-0/+38
| | | | | | | | illustration.
* | AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-131-4/+6
|\|
| * Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean Camera2012-05-131-4/+6
| | | | | | | | (thanks to Rod DeMay).
| * Alter the bootloader section sizes to all be 8KB, to be in line with the ↵Dean Camera2012-04-181-3/+3
| | | | | | | | default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
| * Minor documentation improvements.Dean Camera2012-04-151-3/+3
| |
* | AppConfigHeaders: Update bootloaders to use configuration header files, ↵Dean Camera2012-05-101-4/+4
| | | | | | | | rather than makefile defines.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-101-3/+3
|/ | | | configuration, rather than makefile defined macros.
* Added additional bootloader API data to expose the bootloader start address ↵Dean Camera2012-03-291-13/+22
| | | | and class to the DFU and CDC class bootloaders.
* Minor documentation corrections.Dean Camera2012-02-041-0/+5
|
* Add API support signature to the CDC and DFU class bootloaders, so that the ↵Dean Camera2012-02-031-0/+7
| | | | application can detect the bootloader's API support.
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+19
|
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-4/+4
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Expand the documentation for each Bootloader to give sample usage ↵Dean Camera2011-06-021-1/+29
| | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to ↵Dean Camera2010-10-291-1/+1
| | | | | | NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code.
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT ↵Dean Camera2010-10-291-3/+21
| | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-6/+7
| | | | tool made by Laszlo Monda
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
|
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-4/+4
| | | | USB AVR device "series" comprises of.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-71/+71
| | | | correctly converted to the target system's native end of line style.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-3/+3
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-9/+5
| | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
* Remove information about 64 bit Windows OS signing requirements for the CDC ↵Dean Camera2009-09-071-5/+0
| | | | based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements.
* Added 64 bit OS driver installation instructions to the readme for all CDC ↵Dean Camera2009-09-061-28/+38
| | | | based projects.
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+13
| | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the ↵Dean Camera2009-06-211-7/+0
| | | | SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux.
* Added preprocessor checks and documentation to the bootloaders giving ↵Dean Camera2009-04-071-3/+10
| | | | information about missing SIGNATURE_x defines due to outdated avr-libc versions.
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-191-10/+28
| | | | | | Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+40