aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements to the Mass Storage bootloader.Dean Camera2014-10-121-14/+14
* Revert "Improve bootloader documentation."Dean Camera2014-10-124-28/+25
* Improve bootloader documentation.Dean Camera2014-10-124-25/+28
* Fix bootloaders not starting user application if the HWB is grounded during w...Dean Camera2014-10-122-8/+13
* Add Leonardo compatibility to most bootloaders, run user application if BOOTR...Dean Camera2014-10-112-14/+27
* Don't run user application in the bootloader unless a valid app is present (t...Dean Camera2014-10-111-4/+13
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
* 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 Stu...Dean Camera2014-01-082-2337/+2338
* Merge pull request #19 from mondalaci/attr-no-inline-cleanupDean Camera2014-01-041-2/+2
|\
| * Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the same...László Monda2014-01-051-2/+2
* | Update copyrights for 2014.Dean Camera2014-01-0414-27/+27
* | 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 wit...Dean Camera2013-11-211-2/+2
|/
* Extract interface numbers into enums.László Monda2013-10-063-2/+12
* Add missing AppConfig.h reference in the Mass Storage class bootloader when u...Dean Camera2013-09-161-0/+1
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform due...Dean Camera2013-08-231-940/+1335
* Mark the very low RAM devices as being unsupported by the Mass Storage class ...Dean Camera2013-07-061-1/+1
* Add automatic application start on virtual disk ejection to the Mass Storage ...Dean Camera2013-07-066-7/+119
* Merge branch 'XMEGA-Demo-Ports-ClockOnly'Dean Camera2013-05-202-8/+9
|\
| * 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-8/+8
* | Minor documentation improvements.Dean Camera2013-05-201-0/+5
|/
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-191-50/+85
* Minor documentation improvements.Dean Camera2013-05-141-1/+1
* 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 c...Dean Camera2013-04-231-3/+5
* Improve bootloader compile error message text when building without the corre...Dean Camera2013-04-081-1/+1
* 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/+156
* Add checks to the bootloaders so that they will give a user-friendly compile ...Dean Camera2013-04-061-0/+5
* Minor documentation improvements.Dean Camera2013-04-041-1/+1
* Minor clean up of the Mass Storage bootloader.Dean Camera2013-03-313-2/+11
* Add ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions t...Dean Camera2013-03-312-7/+47
* Add EEPROM read/write support to the Mass Storage class bootloader.Dean Camera2013-03-302-49/+200
* Clean up the VirtualFAT implementation.Dean Camera2013-03-301-11/+10
* Minor cleanup of the Mass Storage bootloader VirtualFAT code.Dean Camera2013-03-291-14/+25
* Oops - ensure the SCSI transfer length is correct in the Mass Storage bootloa...Dean Camera2013-03-292-10/+8
* Minor documentation improvements.Dean Camera2013-03-292-14/+19
* Update Mass Storage bootloader for Linux compatibility, and to reduce the com...Dean Camera2013-03-293-92/+131
* Minor documentation improvements.Dean Camera2013-03-261-2/+2
* Clean up the Mass Storage bootloader virtual FAT directory entry definitions.Dean Camera2013-03-252-10/+23
* Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that...Dean Camera2013-03-252-27/+114
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+21
* Add smaller AVR8 targets to the Mass Storage bootloader target list in the Bo...Dean Camera2013-03-201-3/+5
* Make the Mass Storage bootloader compatible with the original (green) XPLAIN ...Dean Camera2013-03-201-0/+15