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 |
|
Gregory Nutt
|
3698289943
|
Recent NSH changes broke the minimal NSH configuration
|
2014-01-12 18:09:19 -06:00 |
|
Gregory Nutt
|
5cc656d71d
|
Fix a memory leak in last NSH change: Forgot to close a temporary file
|
2014-01-12 14:16:05 -06:00 |
|
Gregory Nutt
|
b034b169fb
|
NSH can not handle command arguments that are concatenations of constant strings, command output, application program output, and environment varaible values.
|
2014-01-11 13:18:12 -06:00 |
|
Gregory Nutt
|
65b4921b23
|
Back quoted NSH arguments now functional
|
2014-01-11 09:50:54 -06:00 |
|
Gregory Nutt
|
d499f287ad
|
Add support for backquoated commands as command arguments
|
2014-01-10 18:42:24 -06:00 |
|
Gregory Nutt
|
09d0aa815d
|
NSH parser: Separate logic that executes a command into a separate function
|
2014-01-10 16:15:14 -06:00 |
|
Gregory Nutt
|
819a4b5779
|
NSH: Separate command line parsing from command execution. Add support for multiple, semicolone separated commands on each line
|
2014-01-10 15:23:26 -06:00 |
|
Gregory Nutt
|
f1540e461c
|
NSH: Separate command line parsing from command execution
|
2014-01-10 13:50:36 -06:00 |
|
Gregory Nutt
|
de324350b5
|
NSH: Code expects CONFIG_NSH_DRIPADDR and CONFIG_NSH_NETMASK even if DHCPC is necessary. For now, just removed the dependency on DHCPC in the Kconfig file, but more thought is needed.
|
2014-01-09 13:39:40 -06:00 |
|
Gregory Nutt
|
700b3989fb
|
Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
|
2014-01-09 10:57:17 -06:00 |
|
Gregory Nutt
|
e0156d95a1
|
NSH Configuration: Refactor networking and netutils dependencies
|
2014-01-09 10:46:28 -06:00 |
|
Gregory Nutt
|
bc40513eb2
|
apps/builtin: Native Windows build fixes from Max Holtzberg
|
2014-01-04 09:05:10 -06:00 |
|
Gregory Nutt
|
dfeb2b1910
|
README and other cosmetic updates
|
2014-01-04 08:38:05 -06:00 |
|
Gregory Nutt
|
7ca7ae9fd6
|
Add Z16F NSH configuration
|
2014-01-01 12:40:18 -06:00 |
|
Gregory Nutt
|
b40dae2137
|
sim/mount: Converted to use kconfig-frontends tools
|
2014-01-01 08:52:58 -06:00 |
|
Gregory Nutt
|
b6c31e3f9f
|
NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build
|
2013-12-30 12:39:23 -06:00 |
|
Gregory Nutt
|
346abf470b
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
|
Gregory Nutt
|
0b4d203c7b
|
Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm3240g-eval/
|
2013-12-29 15:02:51 -06:00 |
|
Gregory Nutt
|
bdbd0f9b5b
|
Add nx_start() to simplify starting the NX server from within the RTOS
|
2013-12-29 11:11:48 -06:00 |
|
Gregory Nutt
|
a42656813f
|
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
|
2013-12-29 09:46:57 -06:00 |
|
Gregory Nutt
|
e7184c27db
|
Viewtool STM32F107: Add a NSH configuration with network support
|
2013-12-25 12:14:24 -06:00 |
|
Gregory Nutt
|
46184187b3
|
procfs/: Extenstive architectural changes and enhancements by Ken Pettit
|
2013-12-12 09:21:55 -06:00 |
|
Gregory Nutt
|
1b4869300a
|
Modified NSH 'df -h' command to do some saner conversions. From Ken Pettit
|
2013-12-12 08:50:21 -06:00 |
|
Gregory Nutt
|
d9f6b144bc
|
Move ramdisk.h to include/nutt/fs/ramdisk.h
|
2013-12-10 09:42:58 -06:00 |
|
Gregory Nutt
|
5ec7a2d346
|
Move smart.h to include/nuttx/fs/smart.h
|
2013-12-10 09:38:48 -06:00 |
|
Gregory Nutt
|
ee48207dce
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
Gregory Nutt
|
bae04a9413
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
a88b64db7a
|
A little SAMA5 camera stuff
|
2013-12-09 14:20:11 -06:00 |
|