Add support for automatic bootloading with the cc2538-bsl.py script on the OpenUSB carrier board.
This commit is contained in:
parent
9befc02331
commit
1a993da8fc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue