aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage
Commit message (Collapse)AuthorAgeFilesLines
* Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to ↵Dean Camera2018-04-021-1/+1
| | | | Braden Kell).
* Add short delays before detaching from the USB bus in the bootloaders ↵Dean Camera2018-01-222-0/+4
| | | | (thanks to NicoHood).
* Fixed bootloaders accepting flash writes to the bootloader region (thanks to ↵Dean Camera2018-01-221-0/+15
| | | | NicoHood).
* Update copyrights for 2018.Dean Camera2018-01-0414-27/+27
|
* Fixed bootloaders not disabling global interrupts during erase and write ↵Dean Camera2017-10-014-9/+19
| | | | operations (thanks to Zoltan).
* Update copyrights for 2017.Dean Camera2017-04-1814-27/+27
|
* Revert incorrect Mass Storage bootloader app start address.Dean Camera2017-01-291-1/+1
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
|
* Update copyrights to 2016.Dean Camera2016-01-3114-27/+27
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-023-3/+3
| | | | to matlo).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1714-27/+27
|
* Minor documentation improvements.Dean Camera2015-03-151-1/+14
|
* Upgrade to latest Doxygen.Dean Camera2014-12-271-101/+132
|
* Minor documentation improvements to the Mass Storage bootloader.Dean Camera2014-10-121-14/+14
|
* Revert "Improve bootloader documentation."Dean Camera2014-10-124-28/+25
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-124-25/+28
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-122-8/+13
| | | | watchdog reset.
* Add Leonardo compatibility to most bootloaders, run user application if ↵Dean Camera2014-10-112-14/+27
| | | | BOOTRST fuse is set and the last reset cause was not the /RESET pin.
* Don't run user application in the bootloader unless a valid app is present ↵Dean Camera2014-10-111-4/+13
| | | | (thanks to Alex Kazik).
* 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 ↵Dean Camera2014-01-082-2337/+2338
| | | | Studio extension.
* 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...
| * Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the ↵László Monda2014-01-051-2/+2
| | | | | | | | same as ATTR_NO_INLINE.
* | 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 ↵Dean Camera2013-11-211-2/+2
|/ | | | with the previous floating point macro version.
* Extract interface numbers into enums.László Monda2013-10-063-2/+12
|
* Add missing AppConfig.h reference in the Mass Storage class bootloader when ↵Dean Camera2013-09-161-0/+1
| | | | used in Atmel Studio.
* 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 ↵Dean Camera2013-08-231-940/+1335
| | | | due to changes in the code fragment output in the Doxygen XML.
* Mark the very low RAM devices as being unsupported by the Mass Storage class ↵Dean Camera2013-07-061-1/+1
| | | | bootloader.
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-066-7/+119
| | | | class bootloader.
* 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 ↵Dean Camera2013-04-231-3/+5
| | | | code easier to find in the release version of Atmel Studio 6.1.
* Improve bootloader compile error message text when building without the ↵Dean Camera2013-04-081-1/+1
| | | | correct optimization level.
* 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
| | | | error if not compiled with size optimizations.
* Minor documentation improvements.Dean Camera2013-04-041-1/+1
|
* Minor clean up of the Mass Storage bootloader.Dean Camera2013-03-313-2/+11
|