Rename project using the board names.
[bertos.git] / boards / at91sam7x-ek / examples / at91sam7x-ek_sd_fat / .spec
diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/.spec b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/.spec
new file mode 100644 (file)
index 0000000..138e7b3
--- /dev/null
@@ -0,0 +1,28 @@
+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>
+"""