aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/readserial.py
Commit message (Collapse)AuthorAgeFilesLines
* readserial: Improve Python3 compatibilityKevin O'Connor2021-12-191-17/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* readserial: Enhance pipe supportKevin O'Connor2015-01-011-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>
* build: Minor - fix comments referring to old tools/ directory.Kevin O'Connor2014-06-111-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf2014-01-201-4/+9
| | | | Signed-off-by: Johannes Krampf <johannes.krampf@googlemail.com>
* build: Make print statements in scripts python3 compatible.Johannes Krampf2014-01-201-2/+2
| | | | Signed-off-by: Johannes Krampf <johannes.krampf@googlemail.com>
* Rename tools/ directory to scripts/ directory.Kevin O'Connor2013-08-171-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>