X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Ftemplates%2Fkernel%2F.spec;h=04a79cffe9b8661cdad297dded3c19e152fab2a1;hb=ef55324bdca559fa23b565a6612c8b050e6b3844;hp=e6cfe59512637f4c2d632cc231e58065a6aed0bc;hpb=b99421f706c4f6978a6d399cba3bf4d9a383cb2c;p=bertos.git diff --git a/boards/ek-lm3s1968/templates/kernel/.spec b/boards/ek-lm3s1968/templates/kernel/.spec index e6cfe595..04a79cff 100644 --- a/boards/ek-lm3s1968/templates/kernel/.spec +++ b/boards/ek-lm3s1968/templates/kernel/.spec @@ -1 +1,9 @@ -name = 'kernel preset' \ No newline at end of file +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. +

+"""