ADD: 'mem' commands. For RDV40 devices only.

If you don't have one,  comment out inside client/Makefile this line

CFLAGS += -DWITH_FLASH
This commit is contained in:
iceman1001
2018-05-03 12:15:03 +02:00
parent d0b9d12bde
commit 021c0a1349
11 changed files with 394 additions and 123 deletions

View File

@@ -81,6 +81,9 @@ else
QTGUIOBJS = $(OBJDIR)/guidummy.o
endif
# RDV40 flag enables flashmemory commands in client. comment out if you don't have rdv40
CFLAGS += -DWITH_FLASH
# Flags to generate temporary dependency files
DEPFLAGS = -MT $@ -MMD -MP -MF $(OBJDIR)/$*.Td
# make temporary to final dependeny files after successful compilation
@@ -180,6 +183,7 @@ CMDSRCS = crapto1/crapto1.c \
cmdlfviking.c \
cmdlfvisa2000.c \
cmdtrace.c \
cmdflashmem.c \
cmdparser.c \
cmdmain.c \
pm3_binlib.c \