From d4944e7bb4e36e96f1a22830e26a1036a22e6725 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 27 May 2010 14:06:07 +0000 Subject: [PATCH] Add Arduino board description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3859 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/arduino/.spec | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/boards/arduino/.spec b/boards/arduino/.spec index ab465768..38cf0ee5 100644 --- a/boards/arduino/.spec +++ b/boards/arduino/.spec @@ -1 +1,31 @@ name = 'Arduino Duemilanove' +description = ''' +

Arduino Duemilanove

+ +

+ + + + + + + + + + + + + + + + + + + +
CPUAVR ATmega328P
Clock16MHz
Memory32kB Flash, 2kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, PWM
+

+

+Arduino Duemilanove® is an AVR based board. Visit http://www.arduino.cc for more information. +

+ +''' -- 2.25.1