Bootloader: get uploaded application version from the 4 last bytes of its firmware

This commit is contained in:
Szczepan Zalega
2019-08-24 08:49:31 +02:00
parent 3a1ea275cc
commit 7fddd58704
3 changed files with 8 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ SRC += $(DRIVER_LIBS) $(USB_LIB)
SRC += ../../fido2/apdu.c ../../fido2/util.c ../../fido2/u2f.c ../../fido2/test_power.c
SRC += ../../fido2/stubs.c ../../fido2/log.c ../../fido2/ctaphid.c ../../fido2/ctap.c
SRC += ../../fido2/ctap_parse.c ../../fido2/main.c
SRC += ../../fido2/version.c
SRC += ../../fido2/extensions/extensions.c ../../fido2/extensions/solo.c
SRC += ../../fido2/extensions/wallet.c