Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Improve bootloader documentation." | Dean Camera | 2014-10-12 | 1 | -2/+2 |
| | | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders. | ||||
* | Improve bootloader documentation. | Dean Camera | 2014-10-12 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Fix typos in the bootloader API table entry names. | Dean Camera | 2013-05-10 | 1 | -10/+10 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Fix up non-unique DFU/CDC bootloader signatures. | Dean Camera | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | Revert change to assembly file comment syntax; this apparently breaks on the ↵ | Dean Camera | 2012-06-19 | 1 | -26/+26 |
| | | | | current AVR32 GNU assembler. | ||||
* | Replace C style comments in assembly code with true assembly comments for ↵ | Dean Camera | 2012-06-17 | 1 | -26/+26 |
| | | | | consistency and to prevent it from confusing syntax highlighters. | ||||
* | Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵ | Dean Camera | 2012-06-15 | 1 | -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 Camera | 2012-05-13 | 1 | -6/+14 |
| | | | | (thanks to Rod DeMay). | ||||
* | Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵ | Dean Camera | 2012-04-14 | 1 | -14/+34 |
| | | | | size is 8KB or more (thanks to Georg Glock). | ||||
* | Clean up Bootloader API tables. | Dean Camera | 2012-04-01 | 1 | -4/+9 |
| | |||||
* | Added additional bootloader API data to expose the bootloader start address ↵ | Dean Camera | 2012-03-29 | 1 | -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 Camera | 2012-02-03 | 1 | -7/+12 |
| | | | | application can detect the bootloader's API support. | ||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -43/+43 |
| | | | | and converted to the native values on checkout. | ||||
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -0/+43 |