Gregory Nutt
|
003c3ded18
|
configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends tools
|
2014-03-03 13:10:11 -06:00 |
|
Gregory Nutt
|
e73fc0b37d
|
configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-frontends tools
|
2014-03-02 12:42:23 -06:00 |
|
Gregory Nutt
|
31e2fab329
|
configs/sim/nsh2 converted to use the kconfig-frontends tools
|
2014-03-01 12:32:03 -06:00 |
|
Gregory Nutt
|
26a5862153
|
cosmetic changes to README files and comments
|
2014-02-27 13:41:30 -06:00 |
|
Gregory Nutt
|
35f8395a0b
|
NSH cat command now adds to newline at the end of the file so that the NSH prompt is always on a newline
|
2014-02-27 11:13:21 -06:00 |
|
Gregory Nutt
|
277ecb79c7
|
Should CPU load on each thread in the PS command
|
2014-02-27 11:11:24 -06:00 |
|
Gregory Nutt
|
817c49547a
|
networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions
|
2014-02-25 16:41:11 -06:00 |
|
Gregory Nutt
|
89526241af
|
For Telnetd password/username fixes from Bertikd Van den Bergh
|
2014-02-22 11:55:30 -06:00 |
|
Gregory Nutt
|
f1628d5055
|
NSH telnet: Use strncpy vs strcpy to avoid overrunning username and password buffers. From Bertold Van den Bergh
|
2014-02-22 10:31:20 -06:00 |
|
Gregory Nutt
|
20f6470e83
|
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
|
2014-02-20 18:49:45 -06:00 |
|
Gregory Nutt
|
2bc6d67866
|
unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem
|
2014-02-20 18:14:02 -06:00 |
|
Gregory Nutt
|
da0235e8e6
|
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
|
2014-02-20 15:34:59 -06:00 |
|
Gregory Nutt
|
fda41f953f
|
Spark configuration updated from David Sidrane
|
2014-02-19 18:57:21 -06:00 |
|
Gregory Nutt
|
c88b844190
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
|
Gregory Nutt
|
b39f432020
|
mkdir can now be used to create empty directories in the pseudo-filesystem.
|
2014-02-19 10:30:50 -06:00 |
|
Gregory Nutt
|
b70ce5f634
|
rmdir now may be used to remove empty nodes from the pseudo-filesystem
|
2014-02-19 10:01:26 -06:00 |
|
Gregory Nutt
|
39c981668d
|
Fix some errors in the last Kconfig files checked in
|
2014-02-18 14:57:12 -06:00 |
|
Gregory Nutt
|
c4f50c4cd9
|
Incomplete Kconfig files fleshed out by Alan Carvalho de Assis
|
2014-02-18 14:35:49 -06:00 |
|
Gregory Nutt
|
4183932d04
|
Typo fixes from CCTSA0. Thanks
|
2014-02-14 11:08:05 -06:00 |
|
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 |
|