os: add top pkg recipe

This commit is contained in:
Josef Söntgen 2022-12-06 14:29:47 +01:00 committed by Christian Helmuth
parent a16eeeec5d
commit 916d45b450
4 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1 @@
Utility for dumping component load to LOG

View File

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

View File

@ -0,0 +1 @@
2022-12-06 dfe80d673e81dee9e9c51e2a3f28c848ff3dc0e8

View File

@ -0,0 +1,11 @@
<runtime ram="100M" caps="1000" binary="top">
<requires> <trace/> <timer/> </requires>
<content>
<rom label="top"/>
</content>
<config period_ms="5000" sort_time="ec"/>
</runtime>