aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 19:07:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 19:07:57 +0000
commit6a4e8b32b36f90188dd0a1a961c99b2bc825b627 (patch)
tree058c4031d3edf80d524112e76c6da2bdc0be8e5c /nuttx/configs/qemu-i486
parent47fa99c4a804956d537a3570587c59ecfb589717 (diff)
downloadpx4-firmware-6a4e8b32b36f90188dd0a1a961c99b2bc825b627.tar.gz
px4-firmware-6a4e8b32b36f90188dd0a1a961c99b2bc825b627.tar.bz2
px4-firmware-6a4e8b32b36f90188dd0a1a961c99b2bc825b627.zip
Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4356 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/qemu-i486')
-rw-r--r--nuttx/configs/qemu-i486/nsh/appconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/qemu-i486/nsh/appconfig b/nuttx/configs/qemu-i486/nsh/appconfig
index bb90c0897..1bdd7ce5d 100644
--- a/nuttx/configs/qemu-i486/nsh/appconfig
+++ b/nuttx/configs/qemu-i486/nsh/appconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/qemu-i486/nsh/appconfig
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -39,5 +39,6 @@ CONFIGURED_APPS += examples/nsh
# The NSH library
+CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib