Add cpu_burner pkg recipe

This commit is contained in:
Josef Söntgen 2022-11-22 17:32:49 +01:00 committed by Christian Helmuth
parent a96c7ebd8d
commit 03165c96cc
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
A dynamic CPU burner component.

View File

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

View File

@ -0,0 +1 @@
2022-11-22-a cf3d0528b5688b0b9a48c2ef695c3aae3f7e62c5

View File

@ -0,0 +1,14 @@
<runtime ram="1M" caps="100" binary="cpu_burner">
<requires>
<timer/>
</requires>
<config percent="100"/>
<content>
<rom label="ld.lib.so"/>
<rom label="cpu_burner"/>
</content>
</runtime>