Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
2012-10-05 20:22:19 +00:00 |
Dean Camera
|
3e50a59486
|
Fix up non-unique DFU/CDC bootloader signatures.
|
2012-08-16 19:18:07 +00:00 |
Dean Camera
|
7e65340c31
|
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
|
2012-06-19 19:31:01 +00:00 |
Dean Camera
|
751806458b
|
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.
|
2012-06-17 10:59:49 +00:00 |
Dean Camera
|
4da2ba9f1c
|
Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.
|
2012-06-15 16:02:19 +00:00 |
Dean Camera
|
96fd39eda8
|
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).
|
2012-05-13 10:13:24 +00:00 |
Dean Camera
|
e8570c4a37
|
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
|
2012-04-14 10:09:45 +00:00 |
Dean Camera
|
55b315b00f
|
Clean up Bootloader API tables.
|
2012-04-01 13:55:49 +00:00 |
Dean Camera
|
7cac5e22d7
|
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
|
2012-03-29 19:35:40 +00:00 |
Dean Camera
|
43a3350981
|
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
|
2012-02-03 21:49:36 +00:00 |
Dean Camera
|
e30be658c9
|
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
|
2011-11-09 23:35:16 +00:00 |
Dean Camera
|
1a4a26271e
|
Added User Application APIs to the CDC and DFU class bootloaders.
|
2011-10-11 06:20:18 +00:00 |