Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions.

This commit is contained in:
Dean Camera 2013-03-20 19:02:29 +00:00
parent 6e8642185a
commit 199cf8f183
4 changed files with 9 additions and 20 deletions

View file

@ -29,7 +29,6 @@
*/
#if AUX_BOOT_SECTION_SIZE > 0
#warning Using a AUX bootloader section in addition to the defined bootloader space (see documentation).
; Trampoline to jump over the AUX bootloader section to the start of the bootloader,
@ -38,7 +37,6 @@
.global Boot_AUX_Trampoline
Boot_AUX_Trampoline:
jmp BOOT_START_ADDR
#endif
; Trampolines to actual API implementations if the target address is outside the