- Jul 05, 2017
-
-
Gregory Nutt authored
-
- Jul 04, 2017
-
-
Gregory Nutt authored
apps/examples/keypadtest: REMOVED and warehoused in the Obsoleted repository. This was just a bad clone of apps/examples/hidkbd for a keypad driver that was removed years ago. It also uses illegal function calls into the OS. So it has no purpse: It is redundant, it uses illegal interfaces, and is a test for non-existent code.
-
Masayuki Ishikawa authored
NSH library: Fix build break in nsh_command.c with IPv4/IPv6 dual stack. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Masayuki Ishikawa authored
-
Masayuki Ishikawa authored
-
- Jul 02, 2017
-
-
Anthony Merlino authored
ieee802154: Adds reset command, adds resp_waittime option to associate, and a few other minor tweaks Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Anthony Merlino authored
i8sak: Adds option to assoc command -t to specify how long to wait for a response from the Coordinator
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Anthony Merlino authored
-
Gregory Nutt authored
-
- Jul 01, 2017
-
-
Gregory Nutt authored
apps/examples/thttpd: Remove the netstats demo. This depends on an illegal function call and cannot be supported. That example could be replaced with logic that uses the procfs network entries as was done for NSH which had the same issue. But I am too lazy to implement that
-
- Jun 29, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
- Jun 28, 2017
-
-
Anthony Merlino authored
ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Jun 27, 2017
-
-
Anthony Merlino authored
ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator
-
Gregory Nutt authored
-
Gregory Nutt authored
system/telnet: POLL must not be disabled in configuration. Telnet client port argument is no optional.
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH library: Add a Telnetd command. This is needed when network initialization is deferred. In that case, telnet daemon cannot be started until the network is finally initialized. The telnetd command was added just for that case: So that the telnet daemon can be started from the NSH command line after the network is configured.
-
- Jun 26, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anthony Merlino authored
ieee802154: start of scan/beacon-enabled network Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
Anthony Merlino authored
-
- Jun 25, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets.
-
- Jun 24, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
system/dhcpc: The DHCPC renew command did not build correctly due to naming problems. Noted by Masayuki Ishikawa,
-
Gregory Nutt authored
examples/nettest: Add support for both enpoints on target boards vs. one on a target and one on the host PC.
-
- Jun 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/nettest: Fix client/server naming confusion; add command line option to select the server address on the target; examples/udp: Fix naming of a configuration setting
-