Gregory Nutt
|
741db21f70
|
Remvoe std_readline(). This called up_getc() and up_putc() directly, violating the POSIX OS interface.
|
2016-12-13 18:04:43 -06:00 |
|
Gregory Nutt
|
3e83aa7388
|
Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.
|
2016-07-11 10:45:17 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
cd741c82cf
|
apps/include: Move all header files associated with modules in apps/system to apps/include/system
|
2016-07-01 06:48:22 -06:00 |
|
Sebastien Lorquet
|
bfff5e7179
|
Add empty preconfig rules to 'leaf' makefiles
|
2016-06-02 16:24:30 +02:00 |
|
Sebastien Lorquet
|
9a406515d7
|
make the full tree use wildcards make.defs
|
2016-06-02 16:21:21 +02:00 |
|
Nghia Ho
|
e6f6ae0803
|
handle when CONFIG_READLINE_MAX_EXTCMDS == 0
|
2015-11-03 09:49:43 -08:00 |
|
nghiaho12
|
94696500dd
|
readline: Support the case where CONFIG_READLINE_MAX_BUILTINS==0
|
2015-11-03 07:44:50 -06:00 |
|
Gregory Nutt
|
273a083d20
|
Misc cosmetic changes from review of last merge
|
2015-11-02 09:11:06 -06:00 |
|
Gregory Nutt
|
646febbe86
|
Merged in nghiaho12/apps/nghia/improve_tab_completion (pull request #18)
better TAB completion
|
2015-11-02 06:53:30 -06:00 |
|
Nghia Ho
|
211f8bf76d
|
bug fix:: Never reach readline_prompt() in nsh_initialize, moved it up to the top. Works now.
enhancement: TAB completion now works like Unix, it will autocomplete as much as possible for
multiple matches.
|
2015-11-01 01:41:01 -07:00 |
|
Gregory Nutt
|
9cb2849742
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:35:18 -06:00 |
|
Gregory Nutt
|
0629c5466e
|
Standardize the width of all comment boxes in C file
|
2015-10-02 17:33:30 -06:00 |
|
Gregory Nutt
|
e3ad56043e
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:20:33 -06:00 |
|
Paul A. Patience
|
266cc147c4
|
Correct #if to #ifdef when the macro can be undefined
|
2015-09-01 13:44:06 -04:00 |
|
Gregory Nutt
|
7c13bac893
|
Replace some C99 style C with NuttX standard C89 style
|
2015-08-09 09:58:59 -06:00 |
|
Gregory Nutt
|
d63ce7f5bb
|
readline(): A a configuration option to enable/disable command line history; Additional cosmetic changes from code review
|
2015-08-09 08:15:23 -06:00 |
|
Nghia Ho
|
c28f521a5e
|
Added command history using up/down arrow keys.
|
2015-08-08 20:54:42 -07:00 |
|
Gregory Nutt
|
d699f5766d
|
Fixes to system/readline/Kconfig
|
2015-07-30 12:58:03 -06:00 |
|
Gregory Nutt
|
5aa53ea2db
|
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
|
2015-07-30 12:53:04 -06:00 |
|
Gregory Nutt
|
169c3c77f1
|
Fix some bad conditional compilation and update some comments
|
2015-07-30 12:40:39 -06:00 |
|
Gregory Nutt
|
820c5c42dd
|
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
|
2015-07-30 12:11:58 -06:00 |
|
Gregory Nutt
|
f1b4b4d47a
|
Fix a few mistakes I made on the last commit
|
2015-07-28 07:30:05 -06:00 |
|
Gregory Nutt
|
766886310d
|
readline: Update initial readline commit -- make option configurable. Add an interface to de-couple the readline implementation from NSH. Misc. updates for coding style
|
2015-07-28 07:17:50 -06:00 |
|
Nghia Ho
|
bc1c74387f
|
Unix style TAB compleition, for builtin apps only
|
2015-07-27 22:47:24 -07:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
6e462908ba
|
apps/system: Clean up Kconfig menuing
|
2015-04-07 13:23:39 -06:00 |
|
Gregory Nutt
|
13854c8b5a
|
Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.h
|
2015-02-01 13:15:31 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
171db56b69
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
749eb6a027
|
cosmetic update to comments
|
2013-09-30 17:43:44 -06:00 |
|
Gregory Nutt
|
c4e46f5b62
|
Changes to NSH and readline to permit NSH to work on a platform with no file system
|
2013-09-30 11:34:04 -06:00 |
|
Gregory Nutt
|
59a89b687d
|
Clean up some naming: fd vs. fildes vs. filedes and filep vs filp
|
2013-09-28 16:50:07 -06:00 |
|
Gregory Nutt
|
424fbe6583
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
f9ab52bb5a
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|
Gregory Nutt
|
470a04b8f9
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
|
patacongo
|
142c478747
|
Fix a readline bug. If a NUL is received, it would return end-of-file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-10 00:46:27 +00:00 |
|
patacongo
|
e2949d93cc
|
Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-31 23:29:34 +00:00 |
|
patacongo
|
a9dee88a44
|
Fix readline return value; Add support for removable serial devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-31 16:52:20 +00:00 |
|
patacongo
|
b104cce86b
|
Remove .context kludge from apps/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5455 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 22:17:09 +00:00 |
|
patacongo
|
08f0823241
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 15:47:41 +00:00 |
|
patacongo
|
1d7bb0fa07
|
Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 18:54:53 +00:00 |
|
patacongo
|
c729930c69
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 17:43:29 +00:00 |
|
patacongo
|
fdb8f8a0de
|
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-12 15:22:27 +00:00 |
|
patacongo
|
3e25d82213
|
Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 23:44:31 +00:00 |
|
patacongo
|
ffe4fc1c0c
|
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 16:24:40 +00:00 |
|
patacongo
|
a9cf4e3050
|
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 00:11:05 +00:00 |
|
patacongo
|
5d59ee57b5
|
Shenzhou board is first to use ONLY Kconfig for configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5114 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-08 13:56:21 +00:00 |
|
patacongo
|
19580c73bf
|
drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-12 17:37:04 +00:00 |
|
patacongo
|
5162ff3d5b
|
More Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4610 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 20:22:48 +00:00 |
|