Add support for automatic bootloading with the cc2538-bsl.py script on the OpenUSB carrier board.

This commit is contained in:
Pere Tuset 2016-12-29 12:09:07 +01:00
parent 9befc02331
commit 1a993da8fc

View File

@ -31,7 +31,7 @@ MODULES += core/net core/net/mac \
core/net/llsec core/net/llsec/noncoresec
PYTHON = python
BSL_FLAGS += -e -w -v -b 450000
BSL_FLAGS += -e --bootloader-invert-lines -w -v -b 500000
ifdef PORT
BSL_FLAGS += -p $(PORT)