diff --git a/configs/avr32dev1/nsh/appconfig b/configs/avr32dev1/nsh/appconfig index bbfb4a146b2..5933740d45d 100644 --- a/configs/avr32dev1/nsh/appconfig +++ b/configs/avr32dev1/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/avr32dev1/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/c5471evm/nsh/appconfig b/configs/c5471evm/nsh/appconfig index fa3a2c2ad52..c3dade0753a 100644 --- a/configs/c5471evm/nsh/appconfig +++ b/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 diff --git a/configs/ea3131/nsh/appconfig b/configs/ea3131/nsh/appconfig index e73b23898e3..abfba2c456d 100644 --- a/configs/ea3131/nsh/appconfig +++ b/configs/ea3131/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/ea3131/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/ea3131/pgnsh/appconfig b/configs/ea3131/pgnsh/appconfig index 0f44c453971..c8cb5bcb2e0 100644 --- a/configs/ea3131/pgnsh/appconfig +++ b/configs/ea3131/pgnsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/ea3131/pgnsh/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 # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/eagle100/nsh/appconfig b/configs/eagle100/nsh/appconfig index 43be4b653bb..20f9e8f8292 100644 --- a/configs/eagle100/nsh/appconfig +++ b/configs/eagle100/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/eagle100/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/ez80f910200zco/nsh/appconfig b/configs/ez80f910200zco/nsh/appconfig index 7cc90d549a9..1a6972c0516 100644 --- a/configs/ez80f910200zco/nsh/appconfig +++ b/configs/ez80f910200zco/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/ez80f910200zco/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 diff --git a/configs/hymini-stm32v/nsh/appconfig b/configs/hymini-stm32v/nsh/appconfig index 785f83bd83f..f1569579739 100644 --- a/configs/hymini-stm32v/nsh/appconfig +++ b/configs/hymini-stm32v/nsh/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/hymini-stm32v/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -37,5 +37,6 @@ CONFIGURED_APPS += examples/nsh +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/hymini-stm32v/nsh2/appconfig b/configs/hymini-stm32v/nsh2/appconfig index 4e44cf6a312..78f3e76c5cc 100644 --- a/configs/hymini-stm32v/nsh2/appconfig +++ b/configs/hymini-stm32v/nsh2/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/hymini-stm32v/nsh2/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # The NX and NXHELLO examples configured as an NX built-in commands diff --git a/configs/lm3s6432-s2e/nsh/appconfig b/configs/lm3s6432-s2e/nsh/appconfig index cc0ede8bee2..7d52c91a6f9 100644 --- a/configs/lm3s6432-s2e/nsh/appconfig +++ b/configs/lm3s6432-s2e/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/lm3s6432-s2e/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 diff --git a/configs/lm3s6965-ek/nsh/appconfig b/configs/lm3s6965-ek/nsh/appconfig index 507d2eaa3b3..4dbbc3bb755 100644 --- a/configs/lm3s6965-ek/nsh/appconfig +++ b/configs/lm3s6965-ek/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/lm3s6965-ek/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 diff --git a/configs/lm3s8962-ek/nsh/appconfig b/configs/lm3s8962-ek/nsh/appconfig index 013899a9f2a..5268df23949 100644 --- a/configs/lm3s8962-ek/nsh/appconfig +++ b/configs/lm3s8962-ek/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/lm3s8962-ek/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,7 +39,8 @@ CONFIGURED_APPS += examples/nsh # NSH library -CONFIGURED_APPS += nshlib +CONFIGURED_APPS += system/readline +CONFIGURED_APPS += nshlibO # Networking support diff --git a/configs/lpcxpresso-lpc1768/nsh/appconfig b/configs/lpcxpresso-lpc1768/nsh/appconfig index 1f1775eefcb..b37487fd0fd 100644 --- a/configs/lpcxpresso-lpc1768/nsh/appconfig +++ b/configs/lpcxpresso-lpc1768/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/lpcxpresso-lpc1768/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 diff --git a/configs/mbed/nsh/appconfig b/configs/mbed/nsh/appconfig index 5deb34150e9..9035f8e433d 100644 --- a/configs/mbed/nsh/appconfig +++ b/configs/mbed/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/mbed/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/mcu123-lpc214x/nsh/appconfig b/configs/mcu123-lpc214x/nsh/appconfig index e27ab3fc978..f8e2d516525 100644 --- a/configs/mcu123-lpc214x/nsh/appconfig +++ b/configs/mcu123-lpc214x/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/mcu123-lpc214x/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/ntosd-dm320/nsh/appconfig b/configs/ntosd-dm320/nsh/appconfig index bd93bee6cce..2c1a116c3f6 100644 --- a/configs/ntosd-dm320/nsh/appconfig +++ b/configs/ntosd-dm320/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/ntosd-dm320/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 diff --git a/configs/nucleus2g/nsh/appconfig b/configs/nucleus2g/nsh/appconfig index 5b622236ddc..ae83b858b9e 100644 --- a/configs/nucleus2g/nsh/appconfig +++ b/configs/nucleus2g/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/nucleus2g/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/olimex-lpc1766stk/ftpc/appconfig b/configs/olimex-lpc1766stk/ftpc/appconfig index e4dca413734..e20ef946415 100644 --- a/configs/olimex-lpc1766stk/ftpc/appconfig +++ b/configs/olimex-lpc1766stk/ftpc/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/olimex-lpc1766stk/ftpc/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 @@ -43,6 +43,7 @@ CONFIGURED_APPS += examples/ftpc # NSH and FTPC libraries +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib CONFIGURED_APPS += netutils/ftpc diff --git a/configs/olimex-lpc1766stk/nsh/appconfig b/configs/olimex-lpc1766stk/nsh/appconfig index e9af6d3b207..e1a7d522c58 100644 --- a/configs/olimex-lpc1766stk/nsh/appconfig +++ b/configs/olimex-lpc1766stk/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/olimex-lpc1766stk/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 diff --git a/configs/olimex-lpc2378/nsh/appconfig b/configs/olimex-lpc2378/nsh/appconfig index d262c7c636b..3d90550d508 100644 --- a/configs/olimex-lpc2378/nsh/appconfig +++ b/configs/olimex-lpc2378/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/olimex-lpc2378/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/olimex-strp711/nsh/appconfig b/configs/olimex-strp711/nsh/appconfig index d5be8ec02c9..57fbdfeb324 100644 --- a/configs/olimex-strp711/nsh/appconfig +++ b/configs/olimex-strp711/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/olimex-strp711/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/pcblogic-pic32mx/nsh/appconfig b/configs/pcblogic-pic32mx/nsh/appconfig index 54614bd6b43..9b95defa8c8 100644 --- a/configs/pcblogic-pic32mx/nsh/appconfig +++ b/configs/pcblogic-pic32mx/nsh/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/pcblogic-pic32mx/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Applications configured as an NX built-in commands diff --git a/configs/qemu-i486/nsh/appconfig b/configs/qemu-i486/nsh/appconfig index bb90c0897c7..1bdd7ce5d80 100644 --- a/configs/qemu-i486/nsh/appconfig +++ b/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 +# 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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/sam3u-ek/knsh/appconfig b/configs/sam3u-ek/knsh/appconfig index 3bddd212779..3e94f548dd6 100644 --- a/configs/sam3u-ek/knsh/appconfig +++ b/configs/sam3u-ek/knsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/sam3u-ek/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/sam3u-ek/nsh/appconfig b/configs/sam3u-ek/nsh/appconfig index 3bddd212779..3e94f548dd6 100644 --- a/configs/sam3u-ek/nsh/appconfig +++ b/configs/sam3u-ek/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/sam3u-ek/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/sam3u-ek/touchscreen/appconfig b/configs/sam3u-ek/touchscreen/appconfig index c1d902d1a8b..34cab12475f 100644 --- a/configs/sam3u-ek/touchscreen/appconfig +++ b/configs/sam3u-ek/touchscreen/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/sam3u-ek/touchscreen/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 # The NSH applicatin library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # The NX and NXHELLO examples configured as an NX built-in commands diff --git a/configs/sim/nsh/appconfig b/configs/sim/nsh/appconfig index 0cf77dd6df3..264588e5114 100644 --- a/configs/sim/nsh/appconfig +++ b/configs/sim/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/sim/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/sim/nsh2/appconfig b/configs/sim/nsh2/appconfig index b77c1a198d5..c967980a526 100644 --- a/configs/sim/nsh2/appconfig +++ b/configs/sim/nsh2/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/sim/nsh2/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # NSH Built-In Functions diff --git a/configs/stm3210e-eval/nsh/appconfig b/configs/stm3210e-eval/nsh/appconfig index 1817139f566..a3999a76a14 100644 --- a/configs/stm3210e-eval/nsh/appconfig +++ b/configs/stm3210e-eval/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/stm3210e-eval/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 @@ -37,5 +37,6 @@ CONFIGURED_APPS += examples/nsh +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/stm3210e-eval/nsh2/appconfig b/configs/stm3210e-eval/nsh2/appconfig index 22b63c04ab8..fb6bf1a6636 100644 --- a/configs/stm3210e-eval/nsh2/appconfig +++ b/configs/stm3210e-eval/nsh2/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/stm3210e-eval/nsh2/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -37,8 +37,9 @@ CONFIGURED_APPS += examples/nsh -# The NSH applicatin library +# The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # The NX and NXHELLO examples configured as an NX built-in commands diff --git a/configs/stm3240g-eval/nsh/appconfig b/configs/stm3240g-eval/nsh/appconfig index 201bddb4206..a3bf2422c11 100644 --- a/configs/stm3240g-eval/nsh/appconfig +++ b/configs/stm3240g-eval/nsh/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/stm3240g-eval/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Applications configured as an NX built-in commands diff --git a/configs/stm32f4discovery/nsh/appconfig b/configs/stm32f4discovery/nsh/appconfig index edd6dda5252..770762110b9 100644 --- a/configs/stm32f4discovery/nsh/appconfig +++ b/configs/stm32f4discovery/nsh/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/stm32f4discovery/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Applications configured as an NX built-in commands diff --git a/configs/sure-pic32mx/nsh/appconfig b/configs/sure-pic32mx/nsh/appconfig index be2d77112f9..abf0b38a66a 100644 --- a/configs/sure-pic32mx/nsh/appconfig +++ b/configs/sure-pic32mx/nsh/appconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/sure-pic32mx/nsh/appconfig # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -39,6 +39,7 @@ CONFIGURED_APPS += examples/nsh # The NSH application library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Applications configured as an NX built-in commands diff --git a/configs/teensy/nsh/appconfig b/configs/teensy/nsh/appconfig index c35042b7bab..14b6bd96057 100644 --- a/configs/teensy/nsh/appconfig +++ b/configs/teensy/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/teensy/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 diff --git a/configs/twr-k60n512/nsh/appconfig b/configs/twr-k60n512/nsh/appconfig index d31ec4e59b5..456ddc8e90c 100644 --- a/configs/twr-k60n512/nsh/appconfig +++ b/configs/twr-k60n512/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/twr-k60n512/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 @@ -37,5 +37,6 @@ CONFIGURED_APPS += examples/nsh +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/us7032evb1/nsh/appconfig b/configs/us7032evb1/nsh/appconfig index 5b099974307..fe0916f9509 100644 --- a/configs/us7032evb1/nsh/appconfig +++ b/configs/us7032evb1/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/us7032evb1/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/vsn/nsh/appconfig b/configs/vsn/nsh/appconfig index 46f978c9050..ab296219f4e 100755 --- a/configs/vsn/nsh/appconfig +++ b/configs/vsn/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/vsn/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 @@ -50,6 +50,7 @@ CONFIGURED_APPS += examples/nsh #CONFIG_BUILTIN_APP_START="hello" # Application Libraries +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib # Individual selection of built-in applications: diff --git a/configs/xtrs/nsh/appconfig b/configs/xtrs/nsh/appconfig index 15f01ba0725..ef9401691b0 100644 --- a/configs/xtrs/nsh/appconfig +++ b/configs/xtrs/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/xtrs/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib diff --git a/configs/z80sim/nsh/appconfig b/configs/z80sim/nsh/appconfig index 4f7e183ac35..22298ecda7b 100644 --- a/configs/z80sim/nsh/appconfig +++ b/configs/z80sim/nsh/appconfig @@ -1,8 +1,8 @@ ############################################################################ # configs/z80sim/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,5 +39,6 @@ CONFIGURED_APPS += examples/nsh # The NSH Library +CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib