- 10 May, 2012 1 commit
-
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 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.
-
- 04 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 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
-
- 05 Jun, 2011 1 commit
-
-
Dean Camera authored
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
-
- 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.
-
- 29 Oct, 2010 2 commits
-
-
Dean Camera authored
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code.
-
Dean Camera authored
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
-
- 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 1 commit
-
-
Dean Camera authored
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
-
- 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.
-
- 28 Jan, 2010 1 commit
-
-
Dean Camera authored
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
-
- 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
Remove information about 64 bit Windows OS signing requirements for the CDC based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements.
-
- 06 Sep, 2009 1 commit
-
-
Dean Camera authored
-
- 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.
-
- 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
-