summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 16:36:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 16:36:07 +0000
commit80450be87458da980b3f32c734a1c7f1287da8ad (patch)
treeb7a4e7e951cd1de1bc8e7c2d3a8858983d427e75 /nuttx/configs/lm3s6965-ek/README.txt
parent95bc39c643cb8e671248b9fee6941e729889ca74 (diff)
downloadpx4-nuttx-80450be87458da980b3f32c734a1c7f1287da8ad.tar.gz
px4-nuttx-80450be87458da980b3f32c734a1c7f1287da8ad.tar.bz2
px4-nuttx-80450be87458da980b3f32c734a1c7f1287da8ad.zip
Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/README.txt')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index ada74b111..f80e9e96d 100755
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -12,6 +12,7 @@ Contents
IDEs
NuttX buildroot Toolchain
USB Device Controller Functions
+ OLED
Stellaris LM3S6965 Evaluation Kit Configuration Options
Configurations
@@ -77,6 +78,24 @@ PIN SIGNAL EVB Function
47 PF0/PWM0 User LED
23 PC6/CCP3 Enable +15 V
+OLED
+^^^^
+
+ The Evaluation Kit includes an OLED graphics display. Features:
+
+ - RiT P14201 series display (www.ritekdisplay.com).
+ - 128 columns by 96rows
+ - High-contrast (typ. 500:1)
+ - Excellent brightness (120 cd/m2)
+ - Fast 10 us response with 128 x 96 pixel resolution.
+
+ The OLED display has a built-in controller IC with synchronous serial and
+ parallel interfaces. Synchronous serial (SSI) is used on the EVB. The SSI
+ port is shared with the microSD card slot.
+
+ - PC7: OLED display data/control select (D/Cn)
+ - PA3: OLED display chip select (CSn)
+
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
@@ -378,6 +397,15 @@ sudirectory and can be selected as follow:
Where <subdir> is one of the following:
+ nsh:
+ Configures the NuttShell (nsh) located at examples/nsh. The
+ Configuration enables both the serial and telnetd NSH interfaces.
+
+ NOTE: As it is configured now, you MUST have a network connected.
+ Otherwise, the NSH prompt will not come up because the Ethernet
+ driver is waiting for the network to come up. That is probably
+ a bug in the Ethernet driver behavior!
+
ostest:
This configuration directory, performs a simple OS test using
examples/ostest.