X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fexamples%2Ftriface%2F.spec;h=bf11e35e54ab0b2850ea1641058cbddcb1423960;hb=30e2d1dd4de05196b9d9f1268732cca50573f700;hp=5e43157ad17ae14bcb89d7ca2a353da86cdd8519;hpb=dd7d54a9e52b47856782cfea08fd714fa6aba4e5;p=bertos.git 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. +

+"""