summaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-13 10:36:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-13 10:36:37 -0600
commit1675114a0fc2a49396f884df3093ace836f4d1b9 (patch)
treefec23dd5dc2aecad355e0e921e19002cec8c79cb /apps/system/Makefile
parent26ebd60ef8a3983dcef6dca9d8370d56465be79b (diff)
downloadpx4-nuttx-1675114a0fc2a49396f884df3093ace836f4d1b9.tar.gz
px4-nuttx-1675114a0fc2a49396f884df3093ace836f4d1b9.tar.bz2
px4-nuttx-1675114a0fc2a49396f884df3093ace836f4d1b9.zip
Add a minimalist implemention of the 'cu' terminal program (part of Taylor UUCP for ages). Using it, you can simply open a serial port and interact with it. Using '~.' you can leave the terminal program and drop back to nsh.
This might come in handy for other people that have e.g. GSM modems, GPS receivers or other devices with text based serial communications attached to their Nuttx systems.
Diffstat (limited to 'apps/system/Makefile')
-rw-r--r--apps/system/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index e0806ebda..c93137cfa 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -35,9 +35,9 @@
-include $(TOPDIR)/.config # Current configuration
-# Sub-directories containing system task
+# Sub-directories containing system tasks/libraries
-SUBDIRS = cdcacm cle composite flash_eraseall free i2c hex2bin inifile
+SUBDIRS = cdcacm cle composite cu flash_eraseall free i2c hex2bin inifile
SUBDIRS += install mdio nxplayer poweroff ramtest ramtron readline sdcard
SUBDIRS += stackmonitor sudoku sysinfo usbmonitor usbmsc vi zmodem