aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-245-70/+175
|
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-155-0/+60
|
* Upgrade to latest Doxygen.Dean Camera2014-04-215-135/+170
|
* Add Atmel Studio 6.2 compatibility.Dean Camera2014-03-011-1/+1
|
* Minor typo corrections.Dean Camera2014-02-221-1/+1
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-0810-4674/+4679
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-083-3/+3
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-083-54/+9
|
* 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-0451-105/+105
| |
* | Minor documentation improvements.Dean Camera2014-01-041-1/+2
| |
* | Merge pull request #17 from ↵Dean Camera2014-01-031-0/+1
|\ \ | | | | | | | | | | | | mondalaci/further-generichid-modemmanager-instructions Add further instructions regarding the modemmanager suckage.
| * | Add further instructions regarding the modemmanager suckage.László Monda2014-01-031-0/+1
| |/
* | Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-265-40/+155
| |
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-215-13/+13
| | | | | | | | with the previous floating point macro version.
* | Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-201-1/+2
|/
* Fix signature bytes in the DFU class bootloader.Dean Camera2013-11-031-4/+11
|
* Replace CDC interface numbers with enums.László Monda2013-10-103-9/+9
|
* Merge pull request #8 from mondalaci/extract-interface-numbersDean Camera2013-10-0613-20/+67
|\ | | | | Extract interface numbers into enums.
| * Extract interface numbers into enums.László Monda2013-10-0613-20/+67
| |
* | Fix "AVR910" typos to "AVR109".László Monda2013-09-241-3/+3
|/
* 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-013-0/+9
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-311-1/+4
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-235-4700/+6675
| | | | due to changes in the code fragment output in the Doxygen XML.
* Add host application directories as distributables in Atmel Studio.Dean Camera2013-08-141-0/+2
|
* Minor code style improvement to the HID bootloader Python script.Dean Camera2013-07-141-10/+10
|
* Refactor the new Python HID bootloader host application code.Dean Camera2013-07-071-17/+36
|
* Add new HID bootloader alternative host loader application, written in Python.Dean Camera2013-07-071-0/+101
|
* 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.
* Re-added Set Control Line State request handling to the CDC class bootloader.Dean Camera2013-06-272-1/+9
|
* Minor documentation improvements.Dean Camera2013-06-162-6/+6
|
* Merge branch 'XMEGA-Demo-Ports-ClockOnly'Dean Camera2013-05-2010-49/+54
|\
| * Add platform includes to the bootloaders.Dean Camera2013-05-195-1/+6
| |
| * Assume 16MHz crystal by default in the AVR8 bootloaders.Dean Camera2013-05-195-48/+48
| |
* | Minor documentation improvements.Dean Camera2013-05-201-0/+5
|/
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-195-250/+425
|
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-156-15/+48
| | | | applications and bootloaders.
* Fix Printer class bootloader - descriptors are stored in SRAM, not FLASH.Dean Camera2013-05-141-3/+3
|
* Minor documentation improvements.Dean Camera2013-05-143-6/+6
|
* Shrink the size of the Printer class bootloader by refactoring the page ↵Dean Camera2013-05-101-28/+32
| | | | flush code into a static function.
* Fix typos in the bootloader API table entry names.Dean Camera2013-05-104-40/+40
|
* Tighten up Printer bootloader implementation; fold the IsHEX() function ↵Dean Camera2013-05-051-21/+7
| | | | logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary.
* Update the Printer class bootloader to use the new Printer Device Class ↵Dean Camera2013-05-053-70/+43
| | | | driver, rather than implementing the Printer USB class manually.
* Minor documentation improvements.Dean Camera2013-05-015-5/+5
|
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-235-15/+25
| | | | 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-085-5/+5
| | | | correct optimization level.
* Clean up bootloader project ASF integration code.Dean Camera2013-04-0610-30/+10
|