summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/README.txt')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/README.txt b/nuttx/configs/olimex-lpc1766stk/README.txt
index 7fab1335b..657c46fe5 100755
--- a/nuttx/configs/olimex-lpc1766stk/README.txt
+++ b/nuttx/configs/olimex-lpc1766stk/README.txt
@@ -651,12 +651,21 @@ sudirectory and can be selected as follow:
Where <subdir> is one of the following:
+ nettest:
+ This configuration directory may be used to enable networking using the
+ LPC17xx's Ethernet controller. It uses examples/nettest to excercise the
+ TCP/IP network.
+
nsh:
Configures the NuttShell (nsh) located at 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).
+ nx:
+ And example using the NuttX graphics system (NX). This example
+ uses the Nokia 6100 LCD driver.
+
ostest:
This configuration directory, performs a simple OS test using
examples/ostest.