WIP: Decent debug logger #3

Draft
Nigel wants to merge 2 commits from DebugLogging into dev
Owner
No description provided.
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
* 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
* 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
Author
Owner
No description provided.
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin DebugLogging:DebugLogging
git checkout DebugLogging
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Nigel/BarinkOS#3
No description provided.