basic ndef message works

This commit is contained in:
Conor Patrick
2019-01-13 17:25:32 -05:00
parent 1874e11fba
commit dcf7940b3d
6 changed files with 719 additions and 475 deletions

View File

@@ -5,7 +5,7 @@ AR=$(PREFIX)arm-none-eabi-ar
# ST related
SRC = src/main.c 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/nfc.c
SRC += src/fifo.c src/crypto.c src/attestation.c src/nfc.c src/ams.c
SRC += src/startup_stm32l432xx.s src/system_stm32l4xx.c
SRC += $(wildcard lib/*.c) $(wildcard lib/usbd/*.c)