[riot-commits] [RIOT-OS/RIOT] 9b4d22: pyterm: make pin toggling optional
Oleg Hahm
oleg at hobbykeller.org
Wed Sep 24 17:06:06 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 9b4d22aaa0aad7bfcad1b02242f7c440b8c3d8fa
https://github.com/RIOT-OS/RIOT/commit/9b4d22aaa0aad7bfcad1b02242f7c440b8c3d8fa
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M boards/msba2-common/Makefile.include
M dist/tools/pyterm/pyterm
Log Message:
-----------
pyterm: make pin toggling optional
For the MSB-A2 the DTR and RTS pins have to be pulled down over the
serial interface in the beginning. (This is required because the Linux
usbserial driver pulls them up when initializing the device which set
the node into reset mode.) Since this is not necessary on most other
platforms and might even cause problems, it's better to make this an
optional behavior of pyterm.
Commit: cbb4b6b9c2a61b0a02b5402bad88b31005fa562a
https://github.com/RIOT-OS/RIOT/commit/cbb4b6b9c2a61b0a02b5402bad88b31005fa562a
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-09-24 (Wed, 24 Sep 2014)
Changed paths:
M boards/msba2-common/Makefile.include
M dist/tools/pyterm/pyterm
Log Message:
-----------
Merge pull request #1702 from OlegHahm/pyterm_dtr_option
pyterm: make pin toggling optional
Compare: https://github.com/RIOT-OS/RIOT/compare/31682af05ac1...cbb4b6b9c2a6
More information about the commits
mailing list