Add template projects description.
[bertos.git] / boards / ek-lm3s1968 / templates / kernel / .spec
index e6cfe59512637f4c2d632cc231e58065a6aed0bc..04a79cffe9b8661cdad297dded3c19e152fab2a1 100644 (file)
@@ -1 +1,9 @@
-name = 'kernel preset'
\ No newline at end of file
+name = 'kernel preset'
+advanced = True
+description="""
+<p>
+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.
+</p>
+"""