From a377f28a71bdb9c1e0a26f999ae0cbd3a98d3890 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 23 Sep 2009 19:21:00 +0000 Subject: [PATCH] Add STM3210E-EVAL board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2085 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/README.txt b/configs/README.txt index 7e21e906421..80cd358c593 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -618,6 +618,11 @@ configs/skp16c26 Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port uses the GNU m32c toolchain. +configs/stm3210e-evel + STMicrco STM3210E-EVAL development board based on the STMicro STM32F103ZET6 + microcontroller (ARM Cortex-M3). This port uses the GNU Cortex-M3 + toolchain. + configs/us7032evb1 This is a port of the Hitachi SH-1 on the Hitachi SH-1/US7032EVB1 board. STATUS: Work has just began on this port.