aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderAPITable.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Revert "Improve bootloader documentation."Dean Camera2014-10-121-2/+2
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-121-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Fix typos in the bootloader API table entry names.Dean Camera2013-05-101-10/+10
|
* Update copyright year to 2013.Dean Camera2013-01-031-1/+1
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fix up non-unique DFU/CDC bootloader signatures.Dean Camera2012-08-161-1/+1
|
* Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean Camera2012-06-191-26/+26
| | | | current AVR32 GNU assembler.
* Replace C style comments in assembly code with true assembly comments for ↵Dean Camera2012-06-171-26/+26
| | | | consistency and to prevent it from confusing syntax highlighters.
* Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵Dean Camera2012-06-151-32/+38
| | | | are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.
* Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean Camera2012-05-131-6/+14
| | | | (thanks to Rod DeMay).
* Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean Camera2012-04-141-14/+34
| | | | size is 8KB or more (thanks to Georg Glock).
* Clean up Bootloader API tables.Dean Camera2012-04-011-4/+9
|
* Added additional bootloader API data to expose the bootloader start address ↵Dean Camera2012-03-291-2/+6
| | | | and class to the DFU and CDC class bootloaders.
* Add API support signature to the CDC and DFU class bootloaders, so that the ↵Dean Camera2012-02-031-7/+12
| | | | application can detect the bootloader's API support.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-43/+43
| | | | and converted to the native values on checkout.
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+43