aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/CDC/BootloaderAPITable.S
AgeCommit message (Collapse)Author
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean
current AVR32 GNU assembler. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2355 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Replace C style comments in assembly code with true assembly comments for ↵Dean
consistency and to prevent it from confusing syntax highlighters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2349 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-15Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵Dean
are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2348 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean
(thanks to Rod DeMay). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2203 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean
size is 8KB or more (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2154 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-01Clean up Bootloader API tables.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2128 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-29Added additional bootloader API data to expose the bootloader start address ↵Dean
and class to the DFU and CDC class bootloaders. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2122 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-03Add API support signature to the CDC and DFU class bootloaders, so that the ↵Dean
application can detect the bootloader's API support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2022 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Add missing SVN eol-style property to ensure that source code line endings ↵Dean
and converted to the native values on checkout. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1975 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-11Added User Application APIs to the CDC and DFU class bootloaders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1943 d5102386-fcda-11dd-9fdb-3debd5008f28