Merge into main the new state of the operating system/kernel #1

Open
Nigel wants to merge 120 commits from dev into main
Showing only changes of commit 83d220019c - Show all commits

View File

@ -149,7 +149,7 @@ extern "C" {
while (true){
// Read time indefinetely
read_rtc();
printf( "(YY-MM-DD h:mm:ss): %2d-%2d-%2d %2d:%2d:%2d\r" ,year, month, day, hour, minute, second);
printf( "UTC time: %2d-%2d-%2d %2d:%2d:%2d : (YY-MM-DD h:mm:ss)\r" ,year, month, day, hour, minute, second);
delay(1000);
}