summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt16
-rw-r--r--nuttx/configs/olimex-lpc1766stk/thttpd/appconfig1
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/thttpd/defconfig2
3 files changed, 9 insertions, 10 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 7367abff9..b138d6604 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -779,15 +779,15 @@ Where <subdir> is one of the following:
hidkbd:
This configuration directory, performs a simple test of the USB host
- HID keyboard class driver using the test logic in examples/hidkbd.
+ HID keyboard class driver using the test logic in apps/examples/hidkbd.
nettest:
This configuration directory may be used to enable networking using the
- LPC17xx's Ethernet controller. It uses examples/nettest to excercise the
+ LPC17xx's Ethernet controller. It uses apps/examples/nettest to excercise the
TCP/IP network.
nsh:
- Configures the NuttShell (nsh) located at examples/nsh. The
+ Configures the NuttShell (nsh) located at apps/examples/nsh. The
Configuration enables both the serial and telnet NSH interfaces.
Support for the board's SPI-based MicroSD card is included
(but not passing tests as of this writing).
@@ -798,7 +798,7 @@ Where <subdir> is one of the following:
ostest:
This configuration directory, performs a simple OS test using
- examples/ostest.
+ apps/examples/ostest.
slip-httpd:
This configuration is identical to the thttpd configuration except that
@@ -851,15 +851,15 @@ Where <subdir> is one of the following:
thttpd:
This builds the THTTPD web server example using the THTTPD and
- the examples/thttpd application.
+ the apps/examples/thttpd application.
usbserial:
This configuration directory exercises the USB serial class
- driver at examples/usbserial. See examples/README.txt for
+ driver at apps/examples/usbserial. See apps/examples/README.txt for
more information.
usbstorage:
This configuration directory exercises the USB mass storage
- class driver at examples/usbstorage. See examples/README.txt for
- more information.
+ class driver at apps/examples/usbstorage. See apps/examples/README.txt
+ for more information.
diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig
index 3cfb75839..6681a6bd9 100644
--- a/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig
+++ b/nuttx/configs/olimex-lpc1766stk/thttpd/appconfig
@@ -37,7 +37,6 @@
CONFIGURED_APPS += examples/thttpd
-
# Networking support
CONFIGURED_APPS += netutils/uiplib
diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
index f51f083a8..bcc8a458b 100755
--- a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig
@@ -64,7 +64,7 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibrate
-# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
+# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
# CONFIG_ARCH_DMA - Support DMA initialization