From: batt
Date: Thu, 27 May 2010 14:06:07 +0000 (+0000)
Subject: Add Arduino board description.
X-Git-Tag: 2.5.0~58
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d4944e7bb4e36e96f1a22830e26a1036a22e6725;p=bertos.git
Add Arduino board description.
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3859 38d2e660-2303-0410-9eaa-f027e97ec537
---
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
+
+
+
+
+ |
+ CPU |
+ AVR ATmega328P |
+
+
+ Clock |
+ 16MHz |
+
+
+ Memory |
+ 32kB Flash, 2kB SRAM |
+
+
+
+ Peripherals |
+ timers, ADC, UART, SPI, I²C, PWM |
+
+
+
+
+Arduino Duemilanove® is an AVR based board. Visit http://www.arduino.cc for more information.
+
+
+'''