summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-21 11:37:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-21 11:37:58 +0000
commitaed446980c1a1e9ede2f9c4249e6f222a45ae677 (patch)
tree050b6ebc4e2bd5e072245c94fb5d83f2467dce83 /nuttx
parent009650825eb7b48d3bd7714e359c606bc4724bc5 (diff)
downloadpx4-nuttx-aed446980c1a1e9ede2f9c4249e6f222a45ae677.tar.gz
px4-nuttx-aed446980c1a1e9ede2f9c4249e6f222a45ae677.tar.bz2
px4-nuttx-aed446980c1a1e9ede2f9c4249e6f222a45ae677.zip
Describe version supported
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2873 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/README.txt20
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt20
2 files changed, 38 insertions, 2 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 335ee0468..4ef973214 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -671,6 +671,11 @@ configs/demo9s12ne64
Feescale DMO9S12NE64 board based on the MC9S12NE64 hcs12 cpu. This
port uses the m68hc12 GCC toolchain. STATUS: Under development.
+configs/ea3131
+ Embedded Artists EA3131 Development bard. This board is based on the
+ an NXP LPC3131 MCU. This OS is built with the arm-elf toolchain*.
+ STATUS: This port is complete and reasonably well tested.
+
configs/eagle100
Micromint Eagle-100 Development board. This board is based on the
an ARM Cortex-M3 MCU, the Luminary LM3S6918. This OS is built with the
@@ -707,8 +712,16 @@ configs/mx1ads
(work is stalled until I devote time to the Micromint Eagle-100)
configs/ntosd-dm320
- This port uses the Neuros OSD with a GNU arm-elf toolchain*:
- see http://wiki.neurostechnology.com/index.php/Developer_Welcome .
+ This port uses the Neuros OSD v1.0 Dev Board with a GNU arm-elf
+ toolchain*: see
+
+ http://wiki.neurostechnology.com/index.php/OSD_1.0_Developer_Home
+
+ There are some differences between the Dev Board and the currently
+ available commercial v1.0 Boards. See
+
+ http://wiki.neurostechnology.com/index.php/OSD_Developer_Board_v1
+
NuttX operates on the ARM9EJS of this dual core processor.
STATUS: This port is code complete, verified, and included in the
NuttX 0.2.1 release.
@@ -722,6 +735,9 @@ configs/olimex-lpc2378
This port uses the Olimex Olimex-lpc2378 board arm-elf toolchain* under
Linux or Cygwin. STATUS: ostest and NSH configurations available.
+configs/olimex-lpc2378
+ This port for the NXP LPC2378 was contributed by Rommel Marcelo.
+
configs/olimex-strp711
This port uses the Olimex STR-P711 board arm-elf toolchain* under Linux or Cygwin.
See the http://www.olimex.com/dev/str-p711.html" for futher information.
diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt
index a6234dad6..a639f1907 100644
--- a/nuttx/configs/ntosd-dm320/README.txt
+++ b/nuttx/configs/ntosd-dm320/README.txt
@@ -1,6 +1,26 @@
README
^^^^^^
+ This is the README file for the port of NuttX to the Neuros OSD
+ v1.0 Dev Board. References:
+
+ http://www.neurostechnology.com/neuros-developer-community
+ http://wiki.neurostechnology.com/index.php/OSD_1.0_Developer_Home
+ http://wiki.neurostechnology.com/index.php/DM320_Platform_development
+
+ There are some differences between the Dev Board and the currently
+ available commercial v1.0 Boards, most notably in the amount of memory:
+ 8Mb FLASH and 32Mb RAM vs. 16Mb and 64Mb as in the production board.
+ See the following for more information:
+
+ http://wiki.neurostechnology.com/index.php/OSD_Developer_Board_v1
+
+ NuttX operates on the ARM9EJS of this dual core processor. The DSP
+ is available and unused.
+
+ STATUS: This port is code complete, verified, and included in the
+ NuttX 0.2.1 release.
+
Toolchain
^^^^^^^^^