summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-16 02:35:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-16 02:35:14 +0000
commit5283175cecbed16f3cecb315ac7db84d283ac451 (patch)
tree7efc29e5d1be46ec98387c2358c3c1a7391cf491 /nuttx/configs/lm3s6965-ek
parent635123de5fde8c36df370f5a301fd3d43812f347 (diff)
downloadpx4-nuttx-5283175cecbed16f3cecb315ac7db84d283ac451.tar.gz
px4-nuttx-5283175cecbed16f3cecb315ac7db84d283ac451.tar.bz2
px4-nuttx-5283175cecbed16f3cecb315ac7db84d283ac451.zip
OLED almost works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2679 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nx/defconfig2
-rwxr-xr-xnuttx/configs/lm3s6965-ek/src/up_ssi.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nx/defconfig b/nuttx/configs/lm3s6965-ek/nx/defconfig
index 601c8c186..de6ae2a15 100755
--- a/nuttx/configs/lm3s6965-ek/nx/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nx/defconfig
@@ -594,7 +594,7 @@ CONFIG_NX_MXCLIENTMSGS=16
# The latter limitation effectively reduces the 128x96 disply to 64x96.
CONFIG_LCD_P14201=y
CONFIG_P14201_SPIMODE=2
-CONFIG_P14201_FREQUENCY=20000000
+CONFIG_P14201_FREQUENCY=3500000
CONFIG_P14201_NINTERFACES=1
CONFIG_P14201_FRAMEBUFFER=y
diff --git a/nuttx/configs/lm3s6965-ek/src/up_ssi.c b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
index 90d24ef78..4dcd231c0 100755
--- a/nuttx/configs/lm3s6965-ek/src/up_ssi.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
@@ -137,6 +137,7 @@ void lm3s_spiselect(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool select
{
ssidbg("devid: %d CS: %s\n", (int)devid, selected ? "assert" : "de-assert");
ssi_dumpgpio("lm3s_spiselect() Entry");
+
if (devid == SPIDEV_MMCSD)
{
/* Assert the CS pin to the card */