Gregory Nutt
|
3669b6799a
|
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
|
2014-02-10 19:11:56 -06:00 |
|
Gregory Nutt
|
c7fe4a15e9
|
HID mouse can now support some while mice. Problems with Microsoft mice
|
2014-02-10 11:53:37 -06:00 |
|
Gregory Nutt
|
81746b5117
|
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
|
2014-02-10 10:14:22 -06:00 |
|
Gregory Nutt
|
f41e81e080
|
Fix some errors in the clean target of the windows native build
|
2014-02-10 07:37:43 -06:00 |
|
Gregory Nutt
|
c4c49ffbb3
|
More changes for a correct NSH Windows natvie build
|
2014-02-07 10:56:24 -06:00 |
|
Gregory Nutt
|
980bd93afc
|
More changes to restore the native Windows build
|
2014-02-07 10:14:11 -06:00 |
|
Gregory Nutt
|
f942fe139d
|
Some Windows native build fixes
|
2014-02-07 09:29:02 -06:00 |
|
Gregory Nutt
|
5f385c17af
|
Update README with configuration warning
|
2014-02-04 08:42:42 -06:00 |
|
Gregory Nutt
|
281332cedf
|
Update documentation, mostly related to the command line editor
|
2014-02-03 10:56:52 -06:00 |
|
Gregory Nutt
|
55ea1ef68e
|
VI and CLE: Fix lots of typos in comments
|
2014-02-02 16:13:40 -06:00 |
|
Gregory Nutt
|
76a94e541d
|
CLE: Remove some un-used constant data definitions
|
2014-02-02 13:22:11 -06:00 |
|
Gregory Nutt
|
3fbce9ed5e
|
CLE: Forgot to NUL terminate the command line
|
2014-02-02 12:53:58 -06:00 |
|
Gregory Nutt
|
9d49d3969f
|
Fix bugs in EMACS command line editor, primarily errors in the VT100 commands
|
2014-02-02 12:24:45 -06:00 |
|
Gregory Nutt
|
82d71bb439
|
Add an EMACS-like command line editor that can be used wit NSH
|
2014-02-02 10:25:53 -06:00 |
|
Gregory Nutt
|
551e49dfec
|
VI: cosmetic updates to comments
|
2014-02-01 16:30:38 -06:00 |
|
Gregory Nutt
|
bda5da38ce
|
vi: Add missing BSD header
|
2014-01-31 07:13:51 -06:00 |
|
Gregory Nutt
|
4986c865b6
|
VI: Finally test vi file-related command, fixed bugs, and add file read command
|
2014-01-30 18:59:43 -06:00 |
|
Gregory Nutt
|
8ae7858929
|
Preparation for NuttX-6.33 release (maybe tomorrow)
|
2014-01-29 14:41:18 -06:00 |
|
Gregory Nutt
|
9530f6076f
|
Rename up_irqbutton() to board_button_irq()
|
2014-01-24 14:04:07 -06:00 |
|
Gregory Nutt
|
7bf1f353d6
|
Rename up_buttons() to board_buttons()
|
2014-01-24 13:59:24 -06:00 |
|
Gregory Nutt
|
ce6ceb9e80
|
Rename up_buttoninit to board_button_intialize
|
2014-01-24 13:50:23 -06:00 |
|
Gregory Nutt
|
87fe636d40
|
NSH cosmetic changes
|
2014-01-24 09:49:17 -06:00 |
|
Gregory Nutt
|
b14f1f48ec
|
apps/examples/ostest: Spelling fix from Richard Cochran
|
2014-01-23 07:00:02 -06:00 |
|
Gregory Nutt
|
971d01ce81
|
VI: Fix loss of status line on display update
|
2014-01-21 11:49:37 -06:00 |
|
Gregory Nutt
|
c21071dfd3
|
VI: all commands not seem functional. Still at least on display artifact and probably some things not properly tested
|
2014-01-21 11:29:49 -06:00 |
|
Gregory Nutt
|
1919b2f6a3
|
Networking: Improved status reporting and new carrier management interfaces. From Max Holtzberg
|
2014-01-21 10:21:45 -06:00 |
|
Gregory Nutt
|
aadd63c7e7
|
VI: Several bug fixes
|
2014-01-21 09:57:43 -06:00 |
|
Gregory Nutt
|
c873c4b3f2
|
VI: Turn off cursor when updating screen; eliminate some warnings
|
2014-01-21 08:02:38 -06:00 |
|
Gregory Nutt
|
f4343e59aa
|
VI: Send the BEL character on errors to make a noise on errors
|
2014-01-20 20:03:58 -06:00 |
|
Gregory Nutt
|
5f43b6c815
|
VI: Display origin for VT100 is (1,1), not (0,0)
|
2014-01-20 19:32:30 -06:00 |
|
Gregory Nutt
|
eefd9df8f5
|
VI: Fix some display and cursor position bugs... still plenty of bugs
|
2014-01-20 17:53:11 -06:00 |
|
Gregory Nutt
|
66d58428e0
|
Fix formatting of the VT100 escapte sequence
|
2014-01-20 16:58:14 -06:00 |
|
Gregory Nutt
|
1b37cdf95a
|
VI: Add some debug instrumentation
|
2014-01-20 14:50:54 -06:00 |
|
Gregory Nutt
|
e5a0a2fafb
|
apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.
|
2014-01-20 13:17:21 -06:00 |
|
Gregory Nutt
|
2b6a1fa186
|
NSH: More break documentation
|
2014-01-18 10:26:12 -06:00 |
|
Gregory Nutt
|
8d06f9d04d
|
NSH: Improved documentation of the break command
|
2014-01-18 10:20:22 -06:00 |
|
Gregory Nutt
|
612d8ed14c
|
NSH: Add a break command; if-then-else and looping behavior can not be configured out of the build for small systems that need minimal scripting capability
|
2014-01-18 09:39:16 -06:00 |
|
Gregory Nutt
|
45121c8709
|
NSH: Loosen up if-then-else-fi syntx so that a command can be on the same line as the 'then' and 'else' tokens. This allows, as an example, 'if true; then echo true; else echo false; fi' which is much more bash-like
|
2014-01-17 18:03:23 -06:00 |
|
Gregory Nutt
|
cfb7c77ed3
|
NSH: Add support for while-do-done and until-do-done loops
|
2014-01-17 15:56:32 -06:00 |
|
Gregory Nutt
|
97e1d8b535
|
Add true and false commands; repartition some logic to better support forthcoming looping
|
2014-01-17 13:24:44 -06:00 |
|
Gregory Nutt
|
626dc7d6e4
|
Updated README
|
2014-01-16 09:27:31 -06:00 |
|
Gregory Nutt
|
682325b524
|
INI parser update
|
2014-01-16 09:25:15 -06:00 |
|
Gregory Nutt
|
9cfd315dbf
|
Mostly cosmetic changes to INI file parser
|
2014-01-16 08:02:57 -06:00 |
|
Gregory Nutt
|
dd9c8ab4f9
|
NSH: Fix redirection of output to a file. That was broken with recent changes
|
2014-01-16 07:30:15 -06:00 |
|
Gregory Nutt
|
4f3830a5c8
|
Remove carriage returns from INI file parser files
|
2014-01-15 18:05:22 -06:00 |
|
Gregory Nutt
|
d97b9dac6d
|
Add a tiny INI file parser
|
2014-01-15 17:52:06 -06:00 |
|
Gregory Nutt
|
d89adb76d8
|
If write buffering is enabled, then it is necessary to release the write buffer resources (callback structure) when the socket is closed
|
2014-01-14 18:19:43 -06:00 |
|
Gregory Nutt
|
10d4657d15
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
|
Gregory Nutt
|
af14026800
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
b889cae796
|
Cosmetic clean-up in preparation for TCP write buffering change
|
2014-01-13 08:21:18 -06:00 |
|