From ef55324bdca559fa23b565a6612c8b050e6b3844 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 28 May 2010 10:15:34 +0000 Subject: [PATCH] Add template projects description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3868 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/templates/empty/.spec | 6 ++++++ boards/arduino/templates/kernel/.spec | 7 +++++++ boards/at91sam7s-ek/templates/empty/.spec | 6 ++++++ boards/at91sam7s-ek/templates/kernel/.spec | 7 +++++++ boards/at91sam7x-ek/templates/empty/.spec | 6 ++++++ boards/at91sam7x-ek/templates/kernel/.spec | 7 +++++++ boards/ek-lm3s1968/templates/empty/.spec | 6 ++++++ boards/ek-lm3s1968/templates/kernel/.spec | 7 +++++++ boards/lpc-p2378/templates/empty/.spec | 6 ++++++ boards/lpc-p2378/templates/kernel/.spec | 7 +++++++ boards/stm32-p103/templates/empty/.spec | 6 ++++++ boards/stm32-p103/templates/kernel/.spec | 7 +++++++ boards/triface/templates/empty/.spec | 6 ++++++ boards/triface/templates/kernel/.spec | 7 +++++++ 14 files changed, 91 insertions(+) diff --git a/boards/arduino/templates/empty/.spec b/boards/arduino/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/arduino/templates/empty/.spec +++ b/boards/arduino/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/arduino/templates/kernel/.spec b/boards/arduino/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/arduino/templates/kernel/.spec +++ b/boards/arduino/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/at91sam7s-ek/templates/empty/.spec b/boards/at91sam7s-ek/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/at91sam7s-ek/templates/empty/.spec +++ b/boards/at91sam7s-ek/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/at91sam7s-ek/templates/kernel/.spec b/boards/at91sam7s-ek/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/at91sam7s-ek/templates/kernel/.spec +++ b/boards/at91sam7s-ek/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/at91sam7x-ek/templates/empty/.spec b/boards/at91sam7x-ek/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/at91sam7x-ek/templates/empty/.spec +++ b/boards/at91sam7x-ek/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/at91sam7x-ek/templates/kernel/.spec b/boards/at91sam7x-ek/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/at91sam7x-ek/templates/kernel/.spec +++ b/boards/at91sam7x-ek/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/ek-lm3s1968/templates/empty/.spec b/boards/ek-lm3s1968/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/ek-lm3s1968/templates/empty/.spec +++ b/boards/ek-lm3s1968/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/ek-lm3s1968/templates/kernel/.spec b/boards/ek-lm3s1968/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/ek-lm3s1968/templates/kernel/.spec +++ b/boards/ek-lm3s1968/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/lpc-p2378/templates/empty/.spec b/boards/lpc-p2378/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/lpc-p2378/templates/empty/.spec +++ b/boards/lpc-p2378/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/lpc-p2378/templates/kernel/.spec b/boards/lpc-p2378/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/lpc-p2378/templates/kernel/.spec +++ b/boards/lpc-p2378/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/stm32-p103/templates/empty/.spec b/boards/stm32-p103/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/stm32-p103/templates/empty/.spec +++ b/boards/stm32-p103/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/stm32-p103/templates/kernel/.spec b/boards/stm32-p103/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/stm32-p103/templates/kernel/.spec +++ b/boards/stm32-p103/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" diff --git a/boards/triface/templates/empty/.spec b/boards/triface/templates/empty/.spec index a1771f59..f3edfbc2 100644 --- a/boards/triface/templates/empty/.spec +++ b/boards/triface/templates/empty/.spec @@ -1,2 +1,8 @@ name = 'empty preset' advanced = True +description=""" +

+This is a minimalist project, it just initializes the hardware of the +supported board and proposes an empty main. +<\p> +""" diff --git a/boards/triface/templates/kernel/.spec b/boards/triface/templates/kernel/.spec index 7fad0325..04a79cff 100644 --- a/boards/triface/templates/kernel/.spec +++ b/boards/triface/templates/kernel/.spec @@ -1,2 +1,9 @@ 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. +

+""" -- 2.25.1