Significantly reduce the size of the Mass Storage class bootloader, by removing dependencies on large LUFA internal functions.
This commit is contained in:
parent
6e8642185a
commit
199cf8f183
4 changed files with 9 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue