Add example projects description.
[bertos.git] / boards / ek-lm3s1968 / examples / gps / .spec
1 name = 'DevelGPS'
2 description="""
3 <h1DevelGPS</h1>
4
5 <h2>Overview</h2>
6
7 <p>The purpose of this project is to implement a portable GPS locator / geocaching
8 finder with the Cortex-M3 based Luminary Micro LM3S1968 evaluation board.</p>
9
10 <p>The device proposes a user interface to configure the GPS coordinates of a
11 target location and shows on the OLED display the direction and distance to
12 reach the target.</p>
13
14 <p>
15 For schematics and up to date information on this project,
16 check the <a href="http://www.bertos.org/use/examples-projects/ek-lm3s1968-develgps">DevelGPS page</a>
17 on the BeRTOS site.
18 </p>
19 """