Added RTC to posix_playground.

This commit is contained in:
Michael Müller
2022-07-20 14:29:47 +02:00
parent 256c509550
commit 836bd76106

View File

@@ -42,8 +42,8 @@ append config {
<start name="posix_playground">
<resource name="RAM" quantum="10M"/>
<config>
<vfs> <dir name="dev"> <log/> </dir> </vfs>
<libc stdout="/dev/log"/>
<vfs> <dir name="dev"> <log/> <inline name="rtc">2022-07-20 14:30</inline> </dir> </vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
</config>
<route>
<service name="Timer"><child name="timer"/></service>