X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Ftemplates%2Fkernel%2F.spec;h=04a79cffe9b8661cdad297dded3c19e152fab2a1;hb=cc07cdcf518f1f2176e5754f26ba7aa4e9b9fbda;hp=e6cfe59512637f4c2d632cc231e58065a6aed0bc;hpb=21a73d56f68ce7a0e3f44a41c466853982017582;p=bertos.git diff --git a/boards/triface/templates/kernel/.spec b/boards/triface/templates/kernel/.spec index e6cfe595..04a79cff 100644 --- a/boards/triface/templates/kernel/.spec +++ b/boards/triface/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. +

+"""