Added 'core'-api, also added some error handling in scripts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user