Rename console to uart
authorKit Rhett Aultman <kit@kitaultman.com>
Sat, 7 Sep 2024 03:00:31 +0000 (23:00 -0400)
committerKit Rhett Aultman <kit@kitaultman.com>
Sat, 7 Sep 2024 03:00:31 +0000 (23:00 -0400)
commit8dc30337b11bc55b6a70111db8f5f44c3322a3d7
treebbde214ef7492ed175a617d3aa05aa72a4d32537
parent874cc5f38195295a135b6c4479c8788af63d2322
Rename console to uart

The term "console" felt like a misnomer; the console is really just a
way to access the uart.  A more complete concept of "console" will
include line discipline and similar higher-level concepts.

This is all in preparation to switch over to using Minicom as the
standard interface.  As we head towards running this on hardware, it's
going to make more sense to make the serial terminal experience on
Minicom a good one.
src/console.rs [deleted file]
src/main.rs
src/trap.rs
src/uart.rs [new file with mode: 0644]