summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-05 22:45:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-05 22:45:31 +0000
commitc86cddbed8e3064e5b62e3d49d5bd168a0fa40d4 (patch)
treef1f2a11cf4860b79238514811bb5fc20705591b4 /nuttx/configs/stm3210e-eval/README.txt
parentd633f1734fb903a55a9beee375a6a1f386d3f2d6 (diff)
downloadnuttx-c86cddbed8e3064e5b62e3d49d5bd168a0fa40d4.tar.gz
nuttx-c86cddbed8e3064e5b62e3d49d5bd168a0fa40d4.tar.bz2
nuttx-c86cddbed8e3064e5b62e3d49d5bd168a0fa40d4.zip
Add NX configuration for the STM3210E-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3746 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index f26dbc5d1..b28eb0a38 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -452,25 +452,41 @@ Where <subdir> is one of the following:
to account for this. And (2) input is not automatically echoed so
you will have to turn local echo on.
+ nx:
+ ---
+ And example using the NuttX graphics system (NX). This example
+ uses the Nokia 6100 LCD driver.
+
+ CONFIG_STM32_CODESOURCERYW=y : CodeSourcery under Windows
+
ostest:
------
This configuration directory, performs a simple OS test using
examples/ostest. By default, this project assumes that you are
using the DFU bootloader.
+ CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+
RIDE
----
This configuration builds a trivial bring-up binary. It is
useful only because it words with the RIDE7 IDE and R-Link debugger.
+ CONFIG_STM32_RAISONANCE=y : Raisonance RIDE7 under Windows
+
usbserial:
---------
This configuration directory exercises the USB serial class
driver at examples/usbserial. See examples/README.txt for
more information.
+ CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+
usbstorage:
----------
This configuration directory exercises the USB mass storage
class driver at examples/usbstorage. See examples/README.txt for
more information.
+
+ CONFIG_STM32_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+