Gregory Nutt
|
9db029e318
|
The file system can no longer be disabled. Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS==0
|
2019-02-11 13:10:10 -06:00 |
|
GregoryN
|
3bf4b6d245
|
Merged altconsole into master
|
2018-12-08 18:53:54 -06:00 |
|
Lwazi Dube
|
6af45bdee0
|
wireless/bluetooth/btsak: Fix some errors in btsak
|
2018-11-27 08:02:43 -06:00 |
|
Gregory Nutt
|
661718ee19
|
apps/nshlib: Add irqinfo command.
|
2018-01-12 17:58:44 -06:00 |
|
Nobutaka Toyoshima
|
3a8cfb6c04
|
nshlib: Fix a resource leak in cmd_hexdump()
Jira: PDFW15IS-265
Coverity-ID: 10786
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
|
2017-05-20 17:57:03 +09:00 |
|
Ian McAfee
|
8007332ab1
|
I need to look at the registers that are at or around 0xe000ef90. Using mw and xd, I see that nsh does not support pointers greater than 0x7fffffff. A quick look at the source shows that the pointers for those two commands are set with calls to strtol() rather than strtoul(). Changing the two pointer-setting instances to strtoul() fixes the problem, at least for my architecture/config.
|
2017-04-26 17:54:56 -06:00 |
|
Gregory Nutt
|
a7e34f3b97
|
Make use of FAR storage class consistent
|
2017-02-27 07:54:21 -06:00 |
|
Gregory Nutt
|
fa4b047d35
|
Fix typo in last commit
|
2017-02-27 07:49:49 -06:00 |
|
Gregory Nutt
|
590791e12d
|
NSH: Eliminate a warning when all memory inspection commands are disabled.
|
2017-02-27 07:30:52 -06:00 |
|
Gregory Nutt
|
146f126ead
|
nshlib: Now that NuttX automatically converts block to character devices, the implemention of the DD command no longer has to muck with block to character conversion
|
2015-11-21 11:57:41 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
03ec268ef9
|
NSH library: malloc/free IOBUFFER instead of using stack
|
2014-04-21 18:12:59 -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
|
b889cae796
|
Cosmetic clean-up in preparation for TCP write buffering change
|
2014-01-13 08:21:18 -06:00 |
|
Gregory Nutt
|
74b0933088
|
Add skip= and count= options to the NSH hexdump command. From Ken Pettit
|
2013-11-01 07:15:14 -06:00 |
|
patacongo
|
df5cae6bd5
|
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-09 17:34:53 +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
|
b60be3682d
|
Several patches from Petteri Aimonen (mostly NxWidgets)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5324 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-09 14:54:29 +00:00 |
|
patacongo
|
3ef447cf6e
|
Add dmesg command that can be used to dump the syslog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4382 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 15:27:44 +00:00 |
|
patacongo
|
f392209c72
|
NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-02 16:04:09 +00:00 |
|
patacongo
|
3932092be0
|
Elminate some warnings on tiny systems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3719 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-17 18:20:14 +00:00 |
|
patacongo
|
a05c1d4bc2
|
Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 20:35:31 +00:00 |
|
patacongo
|
4923fdabc1
|
Move NSH to apps/ as library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-18 19:46:25 +00:00 |
|