Add wallclock time handling
New application and new example. We use the built-in timer routines and add an offset to get the wallclock time. The offset can be set by time-changing routines (currently only settimeofday). We also maintain an offset for timezone handling but this isn't currently fully implemented.
This commit is contained in:
parent
b886a1faaf
commit
b4fb8c3f52
11 changed files with 1046 additions and 0 deletions
2
examples/osd/wallclock-time/flash.sh
Executable file
2
examples/osd/wallclock-time/flash.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
make TARGET=osd-merkur flash
|
Loading…
Add table
Add a link
Reference in a new issue