X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Ftemplates%2Fkernel%2F.spec;h=04a79cffe9b8661cdad297dded3c19e152fab2a1;hb=ef55324bdca559fa23b565a6612c8b050e6b3844;hp=7fad0325885b2aea90786281f501485cab2579ea;hpb=55493122184ef479aef5b63752c7758659c8d046;p=bertos.git diff --git a/boards/triface/templates/kernel/.spec b/boards/triface/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/triface/templates/kernel/.spec +++ b/boards/triface/templates/kernel/.spec @@ -1,2 +1,9 @@ name = 'kernel preset' advanced = True +description=""" +

+This is a minimalist kernel project: it just initializes the hardware and +creates an independent process to blink an LED, while the main loop +continues to monitor the stack utilization of all the processes. +

+"""