From 6a4e8b32b36f90188dd0a1a961c99b2bc825b627 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Feb 2012 19:07:57 +0000 Subject: 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 --- nuttx/configs/c5471evm/nsh/appconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/c5471evm') diff --git a/nuttx/configs/c5471evm/nsh/appconfig b/nuttx/configs/c5471evm/nsh/appconfig index fa3a2c2ad..c3dade075 100644 --- a/nuttx/configs/c5471evm/nsh/appconfig +++ b/nuttx/configs/c5471evm/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/c5471evm/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Networking support -- cgit v1.2.3