Commit Graph

2861 Commits

Author SHA1 Message Date
Jeff
175610de48 Windows build fixes: Backslash as a delimiter causes problems in pattern subsitutions 2017-07-06 14:27:16 -06:00
Jeff
4143c8a985 Windows build fixes: tools/mkkconfig.bat - switch APPSDIR path to use forward slashes for kconfig-frontends. interpreters/ficl - Reorder some targets that causes GNUwin32 make to behave badly. 2017-07-06 14:07:17 -06:00
Jeff
3f644f4184 tools/mkkconfig.bat: Remove quotes in echo. These were begin Echo'ed and generating double quots in the output. 2017-07-05 13:36:24 -06:00
Gregory Nutt
3e37dbc4ab apps/examples/nettest: Fix incorrectly named file. 2017-07-05 12:52:46 -06:00
Gregory Nutt
1829e252f2 system/dhcpc: Fix warning about renew_main.o appear twice in rule. 2017-07-05 12:45:03 -06:00
Gregory Nutt
c322b77395 tools/mkkconfig.bat: Use %cd% instead of %~dp0 for usage of APPSDIR in this batch file. 2017-07-05 11:33:58 -06:00
Gregory Nutt
abc01c0e5b 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. 2017-07-04 15:57:30 -06:00
Masayuki Ishikawa
4e4d5496cb Merged in masayuki2009/nuttx.apps/network_test (pull request #97)
NSH library: Fix build break in nsh_command.c with IPv4/IPv6 dual stack.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-07-04 01:31:41 +00:00
Masayuki Ishikawa
ef04aeaead NSH library: Fix build break in nsh_command.c with IPv4/IPv6 dual stack. 2017-07-04 10:13:26 +09:00
Masayuki Ishikawa
10b5585d94 Merge remote-tracking branch 'nuttx_bitbucket/master' 2017-07-04 10:03:21 +09:00
Gregory Nutt
d81d9c419b Eliminat a warning when both Ethernet and 6LoWPAN are enabled; improve some naming. 2017-07-02 11:28:12 -06:00
Gregory Nutt
9aa35b2799 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 2017-07-01 08:03:54 -06:00
Gregory Nutt
75f29d9ddc i8sak: Add a option to retry on failures to the assoc command. 2017-06-29 13:30:07 -06:00
Gregory Nutt
352d141f8c i8sak: Need to increment the next_saddr after each successful association. 2017-06-29 12:11:12 -06:00
Gregory Nutt
c3bc27ded2 system/telnet: Fix a copy-paste error in conditional compilation. 2017-06-29 11:21:45 -06:00
Masayuki Ishikawa
9b288de266 Merge remote-tracking branch 'nuttx_bitbucket/master' 2017-06-29 18:30:14 +09:00
Anthony Merlino
ffe0640dd3 Merged in merlin17/apps (pull request #95)
ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-28 00:02:03 +00:00
Anthony Merlino
680cb2f1fc ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator 2017-06-27 18:39:14 -04:00
Gregory Nutt
28415d662b netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
Gregory Nutt
98204bad94 system/telnet: POLL must not be disabled in configuration. Telnet client port argument is no optional. 2017-06-27 07:46:16 -06:00
Gregory Nutt
9091716419 revise some of the state handling in the previous commit. 2017-06-26 18:16:05 -06:00
Gregory Nutt
342de81641 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. 2017-06-26 18:00:13 -06:00
Gregory Nutt
666771f18c system/telnet: Add Telnet Chat deamon and and client from libtelent. 2017-06-26 16:39:39 -06:00
Gregory Nutt
82aad87122 netutils/telnetc: This a port of libtelnet to NuttX. 2017-06-26 14:37:54 -06:00
Gregory Nutt
5f5f88782e Merge branch 'beacon802154' 2017-06-26 11:26:21 -06:00
Gregory Nutt
3563a05fcd Remove dangling white space 2017-06-26 11:12:53 -06:00
Gregory Nutt
ace5bdc7c0 examples/nettest: Add more printf output 2017-06-26 10:54:32 -06:00
Anthony Merlino
85b15a595f Merged in merlin17/apps/beacon802154 (pull request #94)
ieee802154: start of scan/beacon-enabled network

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-26 00:20:31 +00:00
Anthony Merlino
eee82fbc99 ieee802154: Adds scan command 2017-06-25 20:01:16 -04:00
Anthony Merlino
88e0312897 ieee802154: Changes to support beacon-enabled networks 2017-06-25 20:00:38 -04:00
Gregory Nutt
6b25b0d65e examples/nettest: Fix some printf output 2017-06-25 13:01:21 -06:00
Gregory Nutt
664ab42da7 examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
Gregory Nutt
b868fbe879 examples/nettest: The send buffer size is now a configuration option. 2017-06-24 09:49:44 -06:00
Gregory Nutt
3c97bfeae6 examples/nettest: Fixes for building with loopback device again after the last changes. 2017-06-23 19:14:39 -06:00
Gregory Nutt
54d55cb307 system/dhcpc: The DHCPC renew command did not build correctly due to naming problems. Noted by Masayuki Ishikawa, 2017-06-23 18:13:51 -06:00
Gregory Nutt
a3ac695f17 examples/nettest: Add support for both enpoints on target boards vs. one on a target and one on the host PC. 2017-06-23 18:12:34 -06:00
Gregory Nutt
1c0f237c06 examples/nettest: More prep for a second target 2017-06-23 15:49:27 -06:00
Gregory Nutt
cde3cb1544 Forgot to add files before last commit. 2017-06-23 12:30:11 -06:00
Gregory Nutt
a0251ae974 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 2017-06-23 12:21:13 -06:00
Gregory Nutt
c88cf75064 examples/nettest: Separate out network initialization so that it may, eventually, be used by both a target server and a target client. 2017-06-23 11:40:02 -06:00
Gregory Nutt
41457d6fe8 examples/nettest: Renaming some files to prevent name collision in libapps.a and to prepare to support target boards on both ends of the test 2017-06-23 11:23:43 -06:00
Gregory Nutt
4f64213758 examples/udp: Renaming some files to prevent name collision in libapps.a 2017-06-23 10:58:41 -06:00
Masayuki Ishikawa
4d02c42782 Merge remote-tracking branch 'nuttx_bitbucket/master' 2017-06-23 13:34:20 +09:00
Gregory Nutt
c95983f778 Merge branch 'ieee802154' 2017-06-21 13:47:25 -06:00
Gregory Nutt
76bcfe1f49 Merge remote-tracking branch 'origin/master' into ieee802154 2017-06-21 13:47:02 -06:00
Anthony Merlino
23e99b2139 Merged in merlin17/apps/ieee802154 (pull request #92)
wireless/ieee802154: Adds option to make it easy to send large frame for testing purposes

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-06-21 19:45:08 +00:00
Anthony Merlino
f96b4b15f4 wireless/ieee802154: Adds option to make it easy to send large frame for testing purposes 2017-06-21 15:27:04 -04:00
Gregory Nutt
31352e570c Merge branch 'ieee802154' 2017-06-20 15:11:54 -06:00
Gregory Nutt
593f224950 Merge remote-tracking branch 'origin/master' into ieee802154 2017-06-20 15:11:33 -06:00
Gregory Nutt
c0286c1276 examples/udp: Port numbers need to be configurable to work with 6LoWPAN. Need to bind the client socket to a port number. This was not required before so is a apparently a change in the UDP packet dispatch logic. 2017-06-20 10:40:09 -06:00