1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

fw/: add DIAG protocol (supply voltage measurement, for diagnostics)

This commit is contained in:
Werner Almesberger
2012-07-01 10:43:37 -03:00
parent 1be433e65f
commit 19fb0d31fa
6 changed files with 105 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ OBJCOPY = $(AVR_PREFIX)objcopy
#OBJDUMP = $(AVR_PREFIX)objdump
SIZE = $(AVR_PREFIX)size
OBJS = $(NAME).o accel.o dispatch.o hash.o image.o param.o \
OBJS = $(NAME).o accel.o diag.o dispatch.o hash.o image.o param.o \
reset.o sample.o secret.o sweep.o \
$(COMMON_OBJS)
BOOT_OBJS = boot.o flash.o fw.o $(COMMON_OBJS)