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

+"""