Add example projects description.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 May 2010 09:37:05 +0000 (09:37 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 May 2010 09:37:05 +0000 (09:37 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3866 38d2e660-2303-0410-9eaa-f027e97ec537

boards/at91sam7x-ek/examples/sd_fat/.spec
boards/ek-lm3s1968/examples/gps/.spec
boards/triface/examples/triface/.spec

index aac44ebfc53dd0e281fd1f6cb3cc0fc1c68e7774..138e7b36a0ad49197a40940f672efb2616863bd8 100644 (file)
@@ -1 +1,28 @@
-name = 'SD Fat filesystem and INI parser.'
+name = 'SD card datalogger'
+description="""
+<h1>SD card datalogger</h1>
+
+<h2>Overview</h2>
+<p>
+The purpose of this project is to create a temperature and pressure logger.
+<\p>
+
+<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>
+
+<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>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/at91sam7x-ek-datalogger">SD card datalogger</a>
+page on the BeRTOS site.
+</p>
+"""
index f35583af9d600e5ce5194ebeba0b277df71a31cd..7ad25731780612ee8c50bf4aad18d1de46c2c021 100644 (file)
@@ -1 +1,19 @@
-name = 'DevelGPS demo application'
+name = 'DevelGPS'
+description="""
+<h1DevelGPS</h1>
+
+<h2>Overview</h2>
+
+<p>The purpose of this project is to implement a portable GPS locator / geocaching
+finder with the Cortex-M3 based Luminary Micro LM3S1968 evaluation board.</p>
+
+<p>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.</p>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/ek-lm3s1968-develgps">DevelGPS page</a>
+on the BeRTOS site.
+</p>
+"""
index 5e43157ad17ae14bcb89d7ca2a353da86cdd8519..bf11e35e54ab0b2850ea1641058cbddcb1423960 100644 (file)
@@ -1 +1,27 @@
-name = 'Triface project'
+name = 'Generic I/O board'
+description="""
+<h1>Generic I/O board</h1>
+
+<h2>Overview</h2>
+<p>
+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.
+</p>
+<p>
+The purpose of this project is to implement an interactive shell on the UART
+port to manage all the devices present on the board.
+</p>
+
+<p>
+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.
+</p>
+
+<p>
+For schematics and up to date information on this project,
+check the <a href="http://www.bertos.org/use/examples-projects/triface-plc-control-board/">Triface project page</a>
+on the BeRTOS site.
+</p>
+"""