system_rtc: add standalone runtime package

Package contains no rtc driver, which must be provided separately.

Issue #4046
This commit is contained in:
Alexander Boettcher 2021-03-10 12:56:39 +01:00 committed by Norman Feske
parent 9b5bedefc7
commit 521663c6de
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
Subsystem for system real-time clock

View File

@ -0,0 +1 @@
_/src/system_rtc

View File

@ -0,0 +1 @@
2021-03-10-j c0c9c9c9d010f34417a1b7c8becbc2f01b9267ed

View File

@ -0,0 +1,19 @@
<runtime ram="3M" caps="100" binary="system_rtc">
<provides>
<rtc/>
</provides>
<requires>
<rtc/>
<timer/>
</requires>
<content>
<rom label="ld.lib.so"/>
<rom label="system_rtc"/>
</content>
<config allow_setting_rtc="false"/>
</runtime>