aboutsummaryrefslogtreecommitdiff
path: root/serial2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Basic pre-emptive task switching OS.Trygve Laugstøl2015-12-291-13/+10
|
* o More c++ idiomatic code.Trygve Laugstøl2015-12-221-4/+4
|
* o Interrupt-driven serial port writing.Trygve Laugstøl2015-12-201-38/+60
|
* o Switching from the original tinyprintf to an improved version.Trygve Laugstøl2015-12-201-0/+131
o Creating a cmake library out of tinyprintf.