diff options
| author | Keith Packard <keithp@keithp.com> | 2018-05-06 21:13:02 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-05-07 09:21:56 -0700 |
| commit | bea42e45952df85d61428662caefbb100465a585 (patch) | |
| tree | 34ec1af35c03183e42d4a7ae96b862640d83f330 /src/chaoskey-v1.0/Makefile | |
| parent | 4451f7b6bade66775a197b93c6e70ba15f1826ce (diff) | |
altos/chaoskey-v1.0: Add endpoint for reading flash contents
This creates another IN endpoint which provides the contents of flash
for validation of the firmware load on the host.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/chaoskey-v1.0/Makefile')
| -rw-r--r-- | src/chaoskey-v1.0/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chaoskey-v1.0/Makefile b/src/chaoskey-v1.0/Makefile index dea5b483..c6cf45bd 100644 --- a/src/chaoskey-v1.0/Makefile +++ b/src/chaoskey-v1.0/Makefile @@ -14,6 +14,7 @@ INC = \ ao_task.h \ ao_adc_fast.h \ ao_power.h \ + ao_flash_readout.h \ ao_crc.h \ stm32f0.h @@ -34,6 +35,7 @@ ALTOS_SRC = \ ao_boot_chain.c \ ao_usb_stm.c \ ao_trng_send.c \ + ao_flash_readout.c \ ao_task.c \ ao_power.c \ ao_gpio.c \ @@ -84,7 +86,7 @@ check: $(METAINFO) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx *.bin rm -f ao_product.h rm -f *.cab |
