CHG: testing to set 460800 baudrate as default, if it fails, go to 115200 baudrate. For Linux/Win. Works great in my environments.

This commit is contained in:
iceman1001
2017-02-06 02:33:08 +01:00
parent 1903696e2a
commit 5ed5e418c9
2 changed files with 17 additions and 8 deletions

View File

@@ -70,10 +70,7 @@ THUMBSRC = start.c \
string.c \
BigBuf.c \
ticks.c \
usb_cdc.c \
parity.c \
random.c \
cmd.c \
hfsnoop.c
# These are to be compiled in ARM mode
@@ -83,7 +80,10 @@ ARMSRC = fpgaloader.c \
$(SRC_CRAPTO1) \
$(SRC_CRC) \
$(SRC_ICLASS) \
$(SRC_EMV)
$(SRC_EMV) \
parity.c \
usb_cdc.c \
cmd.c
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
include ../common/Makefile.common