aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderAPI.h
Commit message (Collapse)AuthorAgeFilesLines
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-2/+2
| | | | trailing whitespace at the end of each line.
* Add missing const qualifier to bootloader API function parameters.Dean Camera2011-11-281-6/+6
|
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ↵Dean Camera2011-11-231-3/+0
| | | | parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.).
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-59/+59
| | | | and converted to the native values on checkout.
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+59