jlink.sh: use PYTERMFLAGS
Use PYTERMFLAGS for configuring the terminal.
This commit is contained in:
parent
1663c49418
commit
a514c9bc12
2
dist/tools/jlink/jlink.sh
vendored
2
dist/tools/jlink/jlink.sh
vendored
@ -68,7 +68,7 @@ _JLINK_IF=SWD
|
|||||||
_JLINK_SPEED=2000
|
_JLINK_SPEED=2000
|
||||||
# default terminal frontend
|
# default terminal frontend
|
||||||
_JLINK_TERMPROG=${RIOTTOOLS}/pyterm/pyterm
|
_JLINK_TERMPROG=${RIOTTOOLS}/pyterm/pyterm
|
||||||
_JLINK_TERMFLAGS="-ts 19021"
|
_JLINK_TERMFLAGS="-ts 19021 ${PYTERMFLAGS}"
|
||||||
|
|
||||||
#
|
#
|
||||||
# a couple of tests for certain configuration options
|
# a couple of tests for certain configuration options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user