WIP: Decent debug logger #3

Draft
Nigel wants to merge 2 commits from DebugLogging into dev
There is no content yet.
Nigel added the
enhancement
label 2023-10-28 19:03:00 +00:00
Nigel self-assigned this 2023-10-28 19:03:00 +00:00
Nigel added 1 commit 2023-10-28 19:52:47 +00:00
9c5667c454 Created a proper driver for the serial bus
* The driver can write to any of the pre-defined serial COM ports
* The driver can read from any of the pre-defined serial COM ports (Untested)
Nigel added 1 commit 2023-10-28 20:30:44 +00:00
6086b04054 Added klog as a new logging system
* The logging system sends the message to both VGA and serial
* The serial print uses color to indicate the category of the message

Message Categories  |  Colours
Debug			Green
Info			Blue
Error			Red
Poster
Owner
There is no content yet.
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b DebugLogging dev
git pull origin DebugLogging

Step 2:

Merge the changes and update on Gitea.
git checkout dev
git merge --no-ff DebugLogging
git push origin dev
Sign in to join this conversation.
There is no content yet.