From: batt Date: Fri, 28 May 2010 09:37:05 +0000 (+0000) Subject: Add example projects description. X-Git-Tag: 2.5.0~51 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=30e2d1dd4de05196b9d9f1268732cca50573f700;hp=dd7d54a9e52b47856782cfea08fd714fa6aba4e5;p=bertos.git Add example projects description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3866 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/at91sam7x-ek/examples/sd_fat/.spec b/boards/at91sam7x-ek/examples/sd_fat/.spec index aac44ebf..138e7b36 100644 --- a/boards/at91sam7x-ek/examples/sd_fat/.spec +++ b/boards/at91sam7x-ek/examples/sd_fat/.spec @@ -1 +1,28 @@ -name = 'SD Fat filesystem and INI parser.' +name = 'SD card datalogger' +description=""" +

SD card datalogger

+ +

Overview

+

+The purpose of this project is to create a temperature and pressure logger. +<\p> + +

+The logger measures and stores temperature and pressure readings on a SD card +using the FAT filesystem, so the user can easily download the stored data by +plugging the SD card straight into a PC. Data can then be graphed, printed or +exported to any other application. +<\p> + +

+The user can also easily setup different parameters (like the logging rate, the +filename that represents the log, etc.) without reporgramming the device, +using the "BeRTOS ini reader" module. +<\p> + +

+For schematics and up to date information on this project, +check the SD card datalogger +page on the BeRTOS site. +

+""" diff --git a/boards/ek-lm3s1968/examples/gps/.spec b/boards/ek-lm3s1968/examples/gps/.spec index f35583af..7ad25731 100644 --- a/boards/ek-lm3s1968/examples/gps/.spec +++ b/boards/ek-lm3s1968/examples/gps/.spec @@ -1 +1,19 @@ -name = 'DevelGPS demo application' +name = 'DevelGPS' +description=""" + + +

Overview

+ +

The purpose of this project is to implement a portable GPS locator / geocaching +finder with the Cortex-M3 based Luminary Micro LM3S1968 evaluation board.

+ +

The device proposes a user interface to configure the GPS coordinates of a +target location and shows on the OLED display the direction and distance to +reach the target.

+ +

+For schematics and up to date information on this project, +check the DevelGPS page +on the BeRTOS site. +

+""" diff --git a/boards/triface/examples/triface/.spec b/boards/triface/examples/triface/.spec index 5e43157a..bf11e35e 100644 --- a/boards/triface/examples/triface/.spec +++ b/boards/triface/examples/triface/.spec @@ -1 +1,27 @@ -name = 'Triface project' +name = 'Generic I/O board' +description=""" +

Generic I/O board

+ +

Overview

+

+Triface is a generic development board designed by Develer. The board mounts an +AVR ATmega128/ATmega1281 processor and provides 8 digital input ports, 4 +analogic input ports, 8 output ports connected to relays (able to commutate a +current of 5A) and 2 RS232 UART port. +

+

+The purpose of this project is to implement an interactive shell on the UART +port to manage all the devices present on the board. +

+ +

+The user will be able to attach a terminal on the UART port and issue specific +commands to read and change the state of the various devices. +

+ +

+For schematics and up to date information on this project, +check the Triface project page +on the BeRTOS site. +

+"""