Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line paramete...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Nov 2011 14:09:01 +0000 (14:09 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Nov 2011 14:09:01 +0000 (14:09 +0000)
commit075538abb9af8a31fa8239ecfda592b968cd53d8
tree08086c52834794e8db1a40d07679443a4b4828aa
parentd6192148542bebdfbd7a33b336492e93dbf90406
Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line 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.).
Bootloaders/CDC/BootloaderAPI.h
Bootloaders/CDC/BootloaderCDC.c
Bootloaders/CDC/makefile
Bootloaders/DFU/BootloaderAPI.h
Bootloaders/DFU/BootloaderDFU.c
Bootloaders/DFU/makefile