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

+"""