summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 19:29:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 19:29:21 +0000
commit2337df100fd9bfc4825c1822b4edfe63553dc379 (patch)
treeb7d11acbc581b45a1277c1467ae69b3817579add /nuttx/configs/README.txt
parent2b4f77df59c5295dbec921dd279874d2f935c9b1 (diff)
downloadpx4-nuttx-2337df100fd9bfc4825c1822b4edfe63553dc379.tar.gz
px4-nuttx-2337df100fd9bfc4825c1822b4edfe63553dc379.tar.bz2
px4-nuttx-2337df100fd9bfc4825c1822b4edfe63553dc379.zip
Add basic directory structure for the Shenzhou STM32107 board (not much there yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5108 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 6cd5eef3f..c8b02711a 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1709,6 +1709,10 @@ configs/sim
This port does not support interrupts or a real timer (and hence no
round robin scheduler) Otherwise, it is complete.
+configs/shenzhou
+ This is the port of NuttX to the Shenzhou development board from
+ www.armjishu.com. This board features the STMicro STM32F107VCT MCU.
+
configs/skp16c26
Renesas M16C processor on the Renesas SKP16C26 StarterKit. This port
uses the GNU m32c toolchain. STATUS: The port is complete but untested