Added 'core'-api, also added some error handling in scripts

This commit is contained in:
martin.holst@gmail.com 2013-05-24 21:05:45 +00:00
commit a0655c45bd
3 changed files with 36 additions and 13 deletions

View file

@ -42,8 +42,7 @@ endif
CORESRCS = uart.c \
util.c \
sleep.c
sleep.c \
CMDSRCS = nonce2key/crapto1.c\
nonce2key/crypto1.c\
@ -74,9 +73,11 @@ CMDSRCS = nonce2key/crapto1.c\
cmdmain.c \
cmdlft55xx.c \
cmdlfpcf7931.c\
scripting.c\
cmdscript.c\
COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)
CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)