- 13 May, 2012 1 commit
-
-
Dean Camera authored
-
- 10 May, 2012 2 commits
-
-
Dean Camera authored
AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 18 Apr, 2012 1 commit
-
-
Dean Camera authored
Alter the bootloader section sizes to all be 8KB, to be in line with the 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).
-
- 15 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 29 Mar, 2012 1 commit
-
-
Dean Camera authored
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
-
- 24 Feb, 2012 1 commit
-
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
- 03 Feb, 2012 1 commit
-
-
Dean Camera authored
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
-
- 11 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 02 Jun, 2011 1 commit
-
-
Dean Camera authored
Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions.
-
- 26 Dec, 2010 1 commit
-
-
Dean Camera authored
Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 09 Sep, 2010 1 commit
-
-
Dean Camera authored
-
- 31 Aug, 2010 1 commit
-
-
Dean Camera authored
Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of.
-
- 30 Jul, 2010 2 commits
-
-
Dean Camera authored
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
-
Dean Camera authored
-
- 29 Jul, 2010 1 commit
-
-
Dean Camera authored
-
- 08 May, 2010 1 commit
-
-
Dean Camera authored
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
-
- 12 Oct, 2009 1 commit
-
-
Dean Camera authored
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.
-
- 07 Sep, 2009 1 commit
-
-
Dean Camera authored
Add link to third-party signed version of the official FLIP DFU driver for 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.
-
- 13 Jul, 2009 1 commit
-
-
Dean Camera authored
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.
-
- 21 Jun, 2009 1 commit
-
-
Dean Camera authored
Re-add signature byte defines to the DFU and CDC class bootloaders -- the 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.
-
- 19 Apr, 2009 1 commit
-
-
Dean Camera authored
-
- 07 Apr, 2009 1 commit
-
-
Dean Camera authored
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
-
- 19 Mar, 2009 1 commit
-
-
Dean Camera authored
Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
-
- 23 Feb, 2009 1 commit
-
-
Dean Camera authored
-