Add template projects description.
[bertos.git] / boards / stm32-p103 / templates / kernel / .spec
index 7fad0325885b2aea90786281f501485cab2579ea..04a79cffe9b8661cdad297dded3c19e152fab2a1 100644 (file)
@@ -1,2 +1,9 @@
 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>
+"""