add to bootloader
This commit is contained in:
parent
60e3d01e0d
commit
aca28fde61
@ -83,6 +83,8 @@ int main()
|
|||||||
init_debug_uart();
|
init_debug_uart();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
device_init_button();
|
||||||
|
|
||||||
printf1(TAG_GEN,"init device\n");
|
printf1(TAG_GEN,"init device\n");
|
||||||
|
|
||||||
t1 = millis();
|
t1 = millis();
|
||||||
|
@ -3,7 +3,7 @@ include build/common.mk
|
|||||||
# ST related
|
# ST related
|
||||||
SRC = bootloader/main.c bootloader/bootloader.c
|
SRC = bootloader/main.c bootloader/bootloader.c
|
||||||
SRC += src/init.c src/redirect.c src/flash.c src/rng.c src/led.c src/device.c
|
SRC += src/init.c src/redirect.c src/flash.c src/rng.c src/led.c src/device.c
|
||||||
SRC += src/fifo.c src/crypto.c src/attestation.c
|
SRC += src/fifo.c src/crypto.c src/attestation.c src/sense.c
|
||||||
SRC += src/startup_stm32l432xx.s src/system_stm32l4xx.c
|
SRC += src/startup_stm32l432xx.s src/system_stm32l4xx.c
|
||||||
SRC += $(DRIVER_LIBS) $(USB_LIB)
|
SRC += $(DRIVER_LIBS) $(USB_LIB)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user