aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderDFU.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
|
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+14
|
* Minor documentation improvements.Dean Camera2013-03-181-2/+16
|
* Fix incorrect Bootloader documentation.Dean Camera2013-03-041-1/+1
|
* Minor documentation improvements.Dean Camera2013-01-291-7/+7
|
* Minor documentation improvements.Dean Camera2012-07-151-1/+2
|
* 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: Move out the last of the demo/app configurations into new ↵Dean Camera2012-05-131-2/+2
| | | | | | | | AppConfig.h header files.
* | AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-131-5/+7
|\|
| * Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean Camera2012-05-131-5/+7
| | | | | | | | (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-1/+1
| | | | | | | | 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-12/+22
| | | | and class to the DFU and CDC class bootloaders.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-1/+1
| | | | appropriate and remove/update old documentation.
* Add API support signature to the CDC and DFU class bootloaders, so that the ↵Dean Camera2012-02-031-0/+6
| | | | application can detect the bootloader's API support.
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+21
|
* Expand the documentation for each Bootloader to give sample usage ↵Dean Camera2011-06-021-16/+36
| | | | | | 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.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-9/+10
| | | | 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 more of the third party libraries used by LUFA.Dean Camera2010-07-301-1/+1
|
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-90/+90
| | | | correctly converted to the target system's native end of line style.
* 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.
* Add link to third-party signed version of the official FLIP DFU driver for ↵Dean Camera2009-09-071-2/+6
| | | | | | 64-bit Windows OSes to the DFU bootloader readme file. Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation.
* 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.
* Spell checked non-source documentation pages.Dean Camera2009-04-191-5/+5
|
* Added preprocessor checks and documentation to the bootloaders giving ↵Dean Camera2009-04-071-0/+7
| | | | 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-22/+47
| | | | | | 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/+52