From: batt Date: Thu, 27 May 2010 13:57:48 +0000 (+0000) Subject: Add board description. X-Git-Tag: 2.5.0~60 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=d9fdfbea6ecefc528ec1e4d8152a544227598c3b Add board description. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3857 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/at91sam7s-ek/.spec b/boards/at91sam7s-ek/.spec index ae99b56b..703de16a 100644 --- a/boards/at91sam7s-ek/.spec +++ b/boards/at91sam7s-ek/.spec @@ -1 +1,32 @@ name = "Atmel AT91SAM7S-EK" +description = ''' +

Atmel AT91SAM7S-EK

+ +

+ + + + + + + + + + + + + + + + + + + +
CPUAtmel AT91SAM7S256
Clock48.023MHz
Memory256kB Flash, 64kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, PWM, USB, DMA, SSC
+

+

+AT91SAM7S-EK® is based on Atmel AT91SAM7S256 ARM7-TDMI CPU. Visit the AT91SAM7S-EK page for more information. +

+ +''' + diff --git a/boards/at91sam7x-ek/.spec b/boards/at91sam7x-ek/.spec index b9295a4f..e7d63ad5 100644 --- a/boards/at91sam7x-ek/.spec +++ b/boards/at91sam7x-ek/.spec @@ -1 +1,31 @@ name = "Atmel AT91SAM7X-EK" +description = ''' +

Atmel AT91SAM7X-EK

+ +

+ + + + + + + + + + + + + + + + + + + +
CPUAtmel AT91SAM7X256
Clock48.023MHz
Memory256kB Flash, 64kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, PWM, CAN, USB, DMA, SSC, ethernet, SD card connector
+

+

+AT91SAM7X-EK® is based on Atmel AT91SAM7X256 ARM7-TDMI CPU. Visit the AT91SAM7X-EK page for more information. +

+ +''' diff --git a/boards/ek-lm3s1968/.spec b/boards/ek-lm3s1968/.spec index c0934d80..528ac30c 100644 --- a/boards/ek-lm3s1968/.spec +++ b/boards/ek-lm3s1968/.spec @@ -1 +1,32 @@ -name = "Luminary LM3S1968 EVB" +name = "Luminary EK-LM3S1968" +description = ''' +

Luminary LM3S1968 Evaluation Board

+ +

+ + + + + + + + + + + + + + + + + + + +
CPULuminary Stellaris LM3S1968
Clock50MHz
Memory256kB Flash, 64kB SRAM
Peripheralstimers, ADC, UART, SSI, I²C, DMA, PWM, quadrature encoder input, OLED display, magnetic speaker
+

+

+LM3S1968 Evaluation Board® is based on Luminary LM3S1968 Cortex-M3 CPU. Visit the LM3S1968 Evaluation Kits page for more information. +

+ +''' + diff --git a/boards/lpc-p2378/.spec b/boards/lpc-p2378/.spec index 9814b68e..b52ac0c4 100644 --- a/boards/lpc-p2378/.spec +++ b/boards/lpc-p2378/.spec @@ -1 +1,32 @@ name = "Olimex LPC-P2378" +description = ''' +

Olimex LPC-P2378

+ +

+ + + + + + + + + + + + + + + + + + + +
CPUNXP LPC2378
Clock72MHz
Memory512kB Flash, 48kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, I²S, CAN, PWM, USB, DMA, SSP, ethernet, SD card connector
+

+

+LPC-P2378® is based on NXP LPC2378 ARM7-TDMI CPU. Visit the LPC-P2378 page for more information. +

+ +''' + diff --git a/boards/stm32-p103/.spec b/boards/stm32-p103/.spec index 685495bf..b72f1400 100644 --- a/boards/stm32-p103/.spec +++ b/boards/stm32-p103/.spec @@ -1 +1,32 @@ name = "Olimex STM32-P103" +description = ''' +

Olimex STM32-P103

+ +

+ + + + + + + + + + + + + + + + + + +
CPUST Microelectronics STM32F103RB
Clock72MHz
Memory128kB Flash, 20kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, CAN, PWM, USB, DMA, SD card connector
+

+

+STM32-P103® is based on ST Microelectronics STM32F103RB Cortex-M3 CPU. Visit the STM32-P103 page for more information. +

+ +''' + + diff --git a/boards/triface/.spec b/boards/triface/.spec index 96a99a4a..0cbfc4b6 100644 --- a/boards/triface/.spec +++ b/boards/triface/.spec @@ -1 +1,31 @@ name = "Develer Triface" +description = ''' +

Develer Triface

+ +

+ + + + + + + + + + + + + + + + + + + +
CPUAVR ATmega128/ATmega1281
Clock14.7456MHz
Memory128kB Flash, 4/8kB SRAM
Peripheralstimers, ADC, UART, SPI, I²C, PWM, 8 relays output, 8 digital inputs, buzzer, interface for 125kHz RFID reader
+

+

+Triface is a board designed by Develer and is based on AVR ATmega128/ATmega1281 CPU. Visit the Triface page on BeRTOS site for more information. +

+ +'''