summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/README.txt
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/README.txt
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/README.txt')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt16
1 files changed, 8 insertions, 8 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.