jlink.sh: use PYTERMFLAGS

Use PYTERMFLAGS for configuring the terminal.
This commit is contained in:
Gaëtan Harter 2019-08-28 17:32:29 +02:00
parent 1663c49418
commit a514c9bc12
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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