summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-16 02:14:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-16 02:14:27 +0000
commit6a969146eb87c8b6bb06a64b37f7afecaa8144e6 (patch)
tree87e0cd53a67c6d1712451396c9630c7122abb8f7 /nuttx/configs/olimex-lpc1766stk
parent4264cfb4e8ab918f350dc625019b8492cc8d9e40 (diff)
downloadpx4-nuttx-6a969146eb87c8b6bb06a64b37f7afecaa8144e6.tar.gz
px4-nuttx-6a969146eb87c8b6bb06a64b37f7afecaa8144e6.tar.bz2
px4-nuttx-6a969146eb87c8b6bb06a64b37f7afecaa8144e6.zip
Add a THTTPD configuration for the LPCXpresso board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3512 42af7a65-404d-4744-a932-0658087f49c3
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