summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 19:27:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-08 19:27:38 +0000
commit6e6b69155e425d81c6f92761bf80cf85ac79c808 (patch)
tree6755cf33710b3243c6d7e028c231d8be97466a8a /nuttx/configs/lm3s6965-ek/src
parent3af495539591a849500e79917822ef955d62663d (diff)
downloadpx4-nuttx-6e6b69155e425d81c6f92761bf80cf85ac79c808.tar.gz
px4-nuttx-6e6b69155e425d81c6f92761bf80cf85ac79c808.tar.bz2
px4-nuttx-6e6b69155e425d81c6f92761bf80cf85ac79c808.zip
Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5494 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/src')
-rw-r--r--nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h1
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_leds.c2
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_oled.c2
-rw-r--r--nuttx/configs/lm3s6965-ek/src/up_ssi.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
index 621f00148..8ebd4cf65 100644
--- a/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
+++ b/nuttx/configs/lm3s6965-ek/src/lm3s6965ek_internal.h
@@ -45,6 +45,7 @@
#include <nuttx/compiler.h>
#include "chip.h"
+#include "lm_gpio.h"
/************************************************************************************
* Definitions
diff --git a/nuttx/configs/lm3s6965-ek/src/up_leds.c b/nuttx/configs/lm3s6965-ek/src/up_leds.c
index 933c11446..efa1eb738 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_leds.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_leds.c
@@ -48,7 +48,7 @@
#include "chip.h"
#include "up_arch.h"
#include "up_internal.h"
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/****************************************************************************
diff --git a/nuttx/configs/lm3s6965-ek/src/up_oled.c b/nuttx/configs/lm3s6965-ek/src/up_oled.c
index 586927d53..23ce7e036 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_oled.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_oled.c
@@ -48,7 +48,7 @@
#include <nuttx/lcd/lcd.h>
#include <nuttx/lcd/p14201.h>
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/****************************************************************************
diff --git a/nuttx/configs/lm3s6965-ek/src/up_ssi.c b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
index 16111fcda..b52116f14 100644
--- a/nuttx/configs/lm3s6965-ek/src/up_ssi.c
+++ b/nuttx/configs/lm3s6965-ek/src/up_ssi.c
@@ -49,7 +49,7 @@
#include "up_arch.h"
#include "chip.h"
-#include "lm3s_internal.h"
+#include "lm_gpio.h"
#include "lm3s6965ek_internal.h"
/* The LM3S6965 Eval Kit microSD CS is on SSI0 */