Dean Camera
|
4ad929f19d
|
Update copyrights for 2017.
|
8 years ago |
Dean Camera
|
1e05d46b66
|
Update copyrights to 2016.
|
9 years ago |
Dean Camera
|
1d2680b358
|
Update copyrights to 2015 (better late than never).
|
10 years ago |
Dean Camera
|
2358d7dcac
|
Revert "Improve bootloader documentation."
Revert commit 2304a73050 as it breaks
compilation of the bootloaders.
|
11 years ago |
Dean Camera
|
2304a73050
|
Improve bootloader documentation.
|
11 years ago |
Dean Camera
|
e368a89987
|
Update copyrights for 2014.
|
11 years ago |
Dean Camera
|
f9a919aa77
|
Fix typos in the bootloader API table entry names.
|
12 years ago |
Dean Camera
|
de0df8b162
|
Update copyright year to 2013.
|
12 years ago |
Dean Camera
|
eee252603b
|
Minor documentation improvements.
|
13 years ago |
Dean Camera
|
3e50a59486
|
Fix up non-unique DFU/CDC bootloader signatures.
|
13 years ago |
Dean Camera
|
7e65340c31
|
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
|
13 years ago |
Dean Camera
|
751806458b
|
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.
|
13 years ago |
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.
|
13 years ago |
Dean Camera
|
96fd39eda8
|
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).
|
13 years ago |
Dean Camera
|
e8570c4a37
|
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
|
13 years ago |
Dean Camera
|
55b315b00f
|
Clean up Bootloader API tables.
|
13 years ago |
Dean Camera
|
7cac5e22d7
|
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
|
13 years ago |
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.
|
13 years ago |
Dean Camera
|
e30be658c9
|
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
|
13 years ago |
Dean Camera
|
1a4a26271e
|
Added User Application APIs to the CDC and DFU class bootloaders.
|
14 years ago |