summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/nucleus2g/src/up_boot.c2
-rw-r--r--nuttx/configs/olimex-lpc1766stk/ftpc/appconfig3
-rw-r--r--nuttx/configs/olimex-lpc1766stk/src/up_lcd.c4
-rw-r--r--nuttx/configs/zkit-arm-1769/src/up_ssp.c1
4 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/configs/nucleus2g/src/up_boot.c b/nuttx/configs/nucleus2g/src/up_boot.c
index 4718e9f82..7c1242c33 100644
--- a/nuttx/configs/nucleus2g/src/up_boot.c
+++ b/nuttx/configs/nucleus2g/src/up_boot.c
@@ -48,6 +48,8 @@
#include "up_internal.h"
#include "lpc17_ssp.h"
+#include "lpc17_gpio.h"
+
#include "nucleus2g_internal.h"
/************************************************************************************
diff --git a/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig b/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
index 41b612b3e..21aff6538 100644
--- a/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/ftpc/appconfig
@@ -47,9 +47,10 @@ CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
CONFIGURED_APPS += netutils/ftpc
-# Optional networking support
+# Additional networking support
CONFIGURED_APPS += netutils/uiplib
+CONFIGURED_APPS += netutils/resolv
ifeq ($(CONFIG_NSH_TELNET),y)
CONFIGURED_APPS += netutils/telnetd
diff --git a/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c b/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
index 4e4c94856..24ee83f51 100644
--- a/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
+++ b/nuttx/configs/olimex-lpc1766stk/src/up_lcd.c
@@ -50,8 +50,8 @@
#include <nuttx/lcd/nokia6100.h>
#include "up_arch.h"
-#include "lpc17_syscon.h"
-#include "lpc17_pwm.h"
+#include "chip/lpc17_syscon.h"
+#include "chip/lpc17_pwm.h"
#include "lpc17_gpio.h"
#include "lpc1766stk_internal.h"
diff --git a/nuttx/configs/zkit-arm-1769/src/up_ssp.c b/nuttx/configs/zkit-arm-1769/src/up_ssp.c
index 41fc0b344..40ca55601 100644
--- a/nuttx/configs/zkit-arm-1769/src/up_ssp.c
+++ b/nuttx/configs/zkit-arm-1769/src/up_ssp.c
@@ -55,6 +55,7 @@
#include "up_arch.h"
#include "chip.h"
#include "lpc17_ssp.h"
+#include "lpc17_gpio.h"
#include "zkitarm_internal.h"
#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP1)