Gregory Nutt
de8f3ebedb
Documentation: Update NSH documention to discuss the irqinfo command.
2018-01-12 18:26:46 -06:00
Gregory Nutt
4fc2980571
Documentation/: Update the NSH user manual to include the echo -n option.
2018-01-10 07:30:37 -06:00
Gregory Nutt
7a2e300890
Documentation: Update NSH manual to include truncate command.
2018-01-04 12:51:01 -06:00
Gregory Nutt
70c59a9d91
This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface.
...
Squashed commit of the following:
net/icmpv6: IPPROT_ICMP6 socket logic now builds without error.
net/icmpv6: Add support for read-ahead and poll(). Initial commit is just cloned from ICMP with the appropriate name changes.
configs/: All defconfig filess that include CONFIG_NET_ICMPv6_SOCKET=y need to select CONFIG_SYSTEM_PING6=y and deselect CONFIG_DISABLE_POLL.
Update NSH documention to show that ping6 is now a built in command.
net/icmpv6: Add icmpv6_sendto.c and icmpv6_recvfrom.c. Initial versions are just clones from icmp/ with appropriate name changes.
net/icmpv6: Clone some ICMP socket logic as the beginning of support for ICMPv6 socket support.
Rename CONFIG_NET_ICMPv6_PING to CONFIG_NET_ICMPv6_SOCKET. Move prototype for icmpv6_ping from include/nuttx/net/icmpv6 to net/icmpv6/icmpv6.h
2017-10-24 11:23:08 -06:00
Gregory Nutt
261045e689
Update NSH documentation.
2017-10-23 09:23:11 -06:00
Gregory Nutt
cccc86da09
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
...
Squashed commit of the following:
net/icmp: Finishes off icmp_recvfrom().
net/icmp: Add readahead support for IPPROTO_ICMP sockets.
net/icmp: Add poll() support for IPPROTO_ICMP sockets.
net/icmp: Add a connection structure for IPPROTO_ICMP sockets.
net/icmp: Implements sendto for the IPPROTO_ICMP socket.
net/icmp: Move icmp_sendto() and icmp_recvfrom() to separate files. They are likely to be complex (when they are implemented).
net/icmp: Hook IPPROTO_ICMP sockets into network. Fix some naming collisions. Still missing basic ICMP send/receive logic.
configs: apps/system/ping current need poll() enabled.
configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
net/icmp: Adds basic build framework to support IPPROTO_ICMP sockets.
2017-10-23 08:45:12 -06:00
Gregory Nutt
9b31a81b00
Squashed commit of the following:
...
fs/fat: Remove mkfatfs from the OS. This is a user-space application and belongs in apps, not in the OS.
2017-10-20 12:36:25 -06:00
Gregory Nutt
cbf247e11b
Update NSH documentation.
2017-08-11 15:56:33 -06:00
Gregory Nutt
5a352cacc1
Update NSH documentation to show new usage for addroute and delroute.
2017-08-10 10:32:09 -06:00
Gregory Nutt
5cb3edb552
Update some naming used in Documentation
2017-07-02 11:27:27 -06:00
Gregory Nutt
a469f0ef04
Documentation/: Remove dangling space at the end of lines.
2017-06-28 13:27:10 -06:00
Gregory Nutt
492c53c3ff
Update NSH documentation.
2017-06-26 17:58:29 -06:00
Gregory Nutt
466fccc494
NSH Documentation: A justification for 3 ENTERs when using USB serial console.
2017-06-13 17:40:05 -06:00
Juha Niskanen
9120a78ee3
Documentation: add hexdump args, fix ln cmd, STM32L status, typos
2017-06-06 06:41:17 -06:00
David Sidrane
0de787b558
Document set [{+|-}{e|x|xe|ex}] [<name> <value>]
2017-04-05 18:28:54 -06:00
Gregory Nutt
a5b46b788b
Update Document
2017-02-05 10:34:38 -06:00
Gregory Nutt
b39d962021
Soft links: Update Documentation, rename file, add system calls
2017-02-02 17:11:08 -06:00
Gregory Nutt
d42f91bffc
FIFO_SIZE vs PIPE_SIZE
2016-08-04 16:27:11 -06:00
Gregory Nutt
189d2cf475
Update NSH document, README, and comments in a script file
2016-08-04 12:59:33 -06:00
Gregory Nutt
aa8a52aacd
Update TODO list and NSH documentation
2016-07-20 10:45:21 -06:00
Gregory Nutt
c964ab6b2b
Update URLs in documentation to account for removal of submodules
2016-04-10 08:54:21 -06:00
Gregory Nutt
84151986de
Remove references to the VSN configuration from the Documentation
2016-03-30 18:13:00 -06:00
Gregory Nutt
621a610163
Fix HTML syntax errors
2016-03-14 15:48:44 -06:00
Gregory Nutt
0ba9fbebed
NSH: Revise arp documentation
2016-02-08 16:30:33 -06:00
Gregory Nutt
aff294f065
NuttShell Documentation: Add description of the 'arp' command
2016-02-08 15:09:17 -06:00
Gregory Nutt
1753b639cc
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
2016-02-04 12:25:49 -06:00
Gregory Nutt
3254d3a192
Fix naming: up_nsh.c -> stm32_nsh.c
2016-01-27 07:45:19 -06:00
Gregory Nutt
d8cff2ab49
Cosmetic updates
2016-01-22 17:21:07 -06:00
Gregory Nutt
07f931fa57
Update index
2016-01-22 17:07:19 -06:00
Gregory Nutt
b48a2439a1
Minor document clean-up
2016-01-22 16:58:48 -06:00
Gregory Nutt
f9f00d474f
Update NSH login features
2016-01-22 10:43:00 -06:00
Gregory Nutt
0cac1160c8
Clarify instrutions for enabling the useradd command
2016-01-21 16:27:25 -06:00
Gregory Nutt
3cfd99a040
NuttShell.html: Add instructions for using a login prompt
2016-01-21 08:54:19 -06:00
Gregory Nutt
fa6e470a19
Update NuttShell documentation with new passwd commands
2016-01-20 09:38:36 -06:00
Gregory Nutt
e4f1b3a0fc
Trivial update to NSH documentation
2016-01-01 12:16:40 -06:00
Gregory Nutt
eb723f3af9
Update time command description in the NSH document
2016-01-01 09:10:21 -06:00
Gregory Nutt
f8836afc07
Correct a statement in the description of the time command
2015-12-31 10:23:00 -06:00
Gregory Nutt
cb7d86f23b
Fix errors in documentation of NSH time commands
2015-12-31 10:03:35 -06:00
Gregory Nutt
41992ca46a
NuttShell.html: Add documentation of the time command
2015-12-31 09:34:27 -06:00
Gregory Nutt
718519ce42
Minor adjustment of spacing
2015-12-13 10:39:02 -06:00
Gregory Nutt
7520c65ab3
Trivial documentation update
2015-12-13 10:30:02 -06:00
Gregory Nutt
e6133792e4
Update NSH documentation to include module commands
2015-12-13 09:53:33 -06:00
Gregory Nutt
dad8b0fde9
Clarify some terminology
2015-11-29 07:17:10 -06:00
Gregory Nutt
5f13de8f48
Update NSH documentation. Update ps examples
2015-11-28 17:51:34 -06:00
Gregory Nutt
c16c46c20e
Update NSH documentation. 'ps' now depends on procfs support
2015-11-28 17:27:53 -06:00
Gregory Nutt
1f0754b763
Update NuttShell.html
2015-11-27 17:53:49 -06:00
Gregory Nutt
7a1e4ae5f2
Update NSH documentatino
2015-11-25 18:35:58 -06:00
Gregory Nutt
4241b0d99b
Extend NSH documentation to include the new options to the mount command
2015-11-25 08:48:30 -06:00
Gregory Nutt
c07b1db85f
Update NSH documentation to include basename and dirname
2015-11-23 10:17:55 -06:00
Gregory Nutt
91625b0597
Update NSH documentation
2015-07-13 11:20:14 -06:00