aboutsummaryrefslogtreecommitdiff
path: root/scripts/readserial.py
AgeCommit message (Collapse)AuthorFilesLines
2021-12-19readserial: Improve Python3 compatibilityKevin O'Connor1-17/+11
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-01-01readserial: Enhance pipe supportKevin O'Connor1-15/+14
Automatically close and open the pipe if it closes. Also, better document that the -f option is for pipes. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-06-11build: Minor - fix comments referring to old tools/ directory.Kevin O'Connor1-1/+1
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-01-20build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf1-4/+9
Signed-off-by: Johannes Krampf <johannes.krampf@googlemail.com>
2014-01-20build: Make print statements in scripts python3 compatible.Johannes Krampf1-2/+2
Signed-off-by: Johannes Krampf <johannes.krampf@googlemail.com>
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor1-0/+186
It's common for other projects (eg, QEMU, Linux) to put build scripts into a "scripts/" directory. There's no reason for SeaBIOS to be different, so rename the "tools/" directory to "scripts/". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>