Gregory Nutt
41ce937ed0
Changes to netlib and nsh so that you build build with PF_IEEE802154 enabled and 6LoWPAN disabled.
2017-08-20 09:09:47 -06:00
Gregory Nutt
6cbf2b9130
Squashed commit of the following:
...
commit 6fbbca4ce308f5d8130d795342c7639555a7e5bf
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sat Aug 19 08:46:27 2017 -0600
apps/examples/pf_ieee802154: Add PANID to command line options; Cannot bind to address zero... There is no counterpart to INADDR_ANY for these radios (not now at least).
commit 354111108a88f549248537e79dbf79998f458ded
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Aug 18 17:47:10 2017 -0600
PF_IEEE802154: A few bugfixes
commit f1bb947609ed5e9e8816234653d6c8ee24585079
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Aug 18 15:17:32 2017 -0600
Add file missed in last commit
commit 9a73930e864db83609b5cc0d7c940d8efeaade66
Merge: 315b888f c433e07a
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Aug 18 12:08:03 2017 -0600
Merge remote-tracking branch 'origin/master' into pf_ieee802154
commit 315b888f4e72523d90b526edc5a82fb97678ff7e
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Aug 18 12:06:51 2017 -0600
examples/pf_ieee802154: Add for testing PF_IEEE802154 sockets.
2017-08-19 08:47:35 -06:00
Gregory Nutt
c433e07a27
netutils/netlib: Add a help to decode short addresses.
2017-08-18 12:07:41 -06:00
Gregory Nutt
767b29335c
Eliminate some warnings found in build testing.
2017-08-13 12:25:22 -06:00
Gregory Nutt
7a8561728c
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
2017-08-13 11:03:17 -06:00
Gregory Nutt
a66da34f18
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
2017-08-13 09:35:14 -06:00
Gregory Nutt
929a86efde
netutils/ftpc: Fix warning about free() being implicitly defined
2017-08-12 17:03:18 -06:00
Gregory Nutt
15eb6dd518
netutils/thttpd: Fix a malformed if condition detected by GCC 6.x.x
2017-08-12 16:55:51 -06:00
Gregory Nutt
0bc7bce916
Eliminate warning about an unused global variable.
2017-08-12 16:40:09 -06:00
Gregory Nutt
4477cbcbd1
Fix some misplaced semicolons as found in build testing.
2017-08-12 14:27:48 -06:00
Gregory Nutt
45eb06c3c2
apps/examples/nximage: Remove unused global variable.
2017-08-12 12:48:38 -06:00
Gregory Nutt
4e5a2ad18c
Application.mk: Add the .PRECIOUS target to prevent libapps.a from being deleted when the make is interrupted.
2017-08-12 12:21:37 -06:00
Gregory Nutt
a063227e58
Eliminate a warning about unused static data.
2017-08-12 12:15:21 -06:00
Gregory Nutt
970e98a902
Additional changes associated with last commit.
2017-08-12 12:11:22 -06:00
Gregory Nutt
90ebda9120
Eliminate another warning about an unused function
2017-08-12 12:09:01 -06:00
Gregory Nutt
99593b6ed9
apps/netutils/tftpc depends on CONFIG_NET_IPv4
2017-08-12 11:36:19 -06:00
Gregory Nutt
1cdf4ad8d1
Fix a warning found in build testing
2017-08-12 11:14:30 -06:00
Gregory Nutt
7a7c7ee93a
Update README and fix some conditional compilation from the last commit.
2017-08-11 15:56:53 -06:00
Gregory Nutt
5dcf5620e3
NSH Library: Add a route command that will dump the content of routing table.
2017-08-11 15:33:26 -06:00
Gregory Nutt
1e23b30afe
more issues with last change: netmask must be in network order.
2017-08-10 16:08:09 -06:00
Gregory Nutt
654d526a69
NSH addroute/delroute: Fix an indexing problem introduced with previous commit.
2017-08-10 11:40:12 -06:00
Gregory Nutt
52e4da1e41
NSH addroute and delroute: All expression of the netmask in IPv4 CIDR or IPv6 slash notation. This really reduces the pain of using the commands, especially for IPv6.
2017-08-10 10:30:20 -06:00
Gregory Nutt
f58768db3d
NSH library: Update addroute and delroute command. The would support either IPv4 or IPv6, but not both.
2017-08-10 09:15:44 -06:00
Gregory Nutt
4ee084ab24
Remove references to obsoleted CONFIG_NETDEV_MULTINIC and CONFIG_NETDEV_MULILINK.
2017-08-08 18:37:00 -06:00
Gregory Nutt
69b004790d
Update .gitignore
2017-08-08 11:12:19 -06:00
Gregory Nutt
444922ea93
apps/examples/udp: Enable testing with the broadcast address.
2017-08-08 08:16:47 -06:00
Gregory Nutt
ea95f710db
netutils/netlib: Eliminate a warning
2017-08-05 09:27:11 -06:00
Gregory Nutt
0c34ebb72f
Typo: USE_NOFITY_POLL -> USE_NOTIFY_POLL
2017-08-02 17:32:27 -06:00
Gregory Nutt
3b8c97747d
netutils/netlib: Fix netlib_nodaddrconv() so that its return type is the same as other address conversion functions. NSH: Correct parsing of ifconfig so that you can specify the HW address without specifying the IP address.
2017-08-02 14:30:34 -06:00
Gregory Nutt
d6050d70a2
NSH library: Extend ifconfig command so that it can set variable length packet radio addresss.
2017-08-02 13:13:19 -06:00
Gregory Nutt
c343fc618e
apps/netutils/netlib: Add support for PktRadio IOCTL commands.
2017-08-02 12:40:50 -06:00
Gregory Nutt
c7e7b42b06
examples/nettest/: Loopback option shoudl be available in Kconfig for PktRadio.
2017-08-01 17:22:01 -06:00
Gregory Nutt
7d0037b08a
NSH: Misc changes needed for PktRadio support.
2017-07-30 16:03:56 -06:00
Gregory Nutt
411e053460
Review of last PR. Changes to make consistent with NuttX coding standard.
2017-07-28 09:14:47 -06:00
Giorgio Groß
b28cea29ed
Merged in ordsen/apps/feature-powermonitor-example (pull request #100 )
...
Implement powermonitor example for ltc4151 current and voltage monitor
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-07-28 15:07:28 +00:00
Giorgio Groß
5f73f290a1
Implement powermonitor example for ltc4151 current and voltage monitor
2017-07-28 15:26:11 +02:00
Boris Astardzhiev
158cbeb151
netutils/ftpc: Fix some memory leaks
2017-07-27 07:29:06 -06:00
Gregory Nutt
19acc8ad4e
apps/system/composite: Remove references to USBMSC. There still dependencies on CDC/ACM in the serial USB trace output. That really should be removed.
2017-07-21 08:35:01 -06:00
Gregory Nutt
3de92a1097
Merge branch 'beacon802154'
2017-07-20 08:36:41 -06:00
Anthony Merlino
042c91e680
Merged in merlin17/apps/beacon802154 (pull request #99 )
...
ieee802154/i8sak: Adds command to trigger regdump of radio
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-07-18 18:15:41 +00:00
Anthony Merlino
997b753334
ieee802154/i8sak: Adds command to trigger regdump of radio
2017-07-18 14:05:42 -04:00
Anthony Merlino
6ce7d4a08f
Merged in merlin17/apps/beacon802154 (pull request #98 )
...
i8sak: Minor setting changes
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-07-17 07:43:47 +00:00
Anthony Merlino
3f07f04e78
wireless/ieee802154/i8sak: Minor setting changes
2017-07-17 01:24:06 -04:00
Anthony Merlino
2f32bd4391
i8sak: Minor formatting fix
2017-07-17 01:23:21 -04:00
Gregory Nutt
f95de69f67
Merge remote-tracking branch 'origin/master' into beacon802154
2017-07-16 08:59:33 -06:00
Gregory Nutt
cebf0a4041
Merge branch 'composite'
2017-07-16 08:54:55 -06:00
Gregory Nutt
1882fe3200
Merge remote-tracking branch 'origin/master' into composite
2017-07-16 08:54:23 -06:00
Frank Benkert
7b9ec306db
Squashed commit of the following:
...
commit 99b41a291b
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sat Jul 15 11:04:13 2017 -0600
apps/system/composite: Remove configuration settings that are no longer used.
commit 668179495f
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sat Jul 15 09:26:49 2017 -0600
apps/system/composite: Restore USB tracing; remove unused field in a structure.
commit 23f1dd5e48
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Sat Jul 15 08:58:14 2017 -0600
system/composite: Remove CDC/ACM and MSC configuration logic. This belongs in the OS composite initialization. Add and argument so that you can select the USB composite configuration to be attached.
commit f8711488f1
Merge: 00896040
234afcd8
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jul 14 16:25:48 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 0089604044
Merge: f913ea01
ae1eeada
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Thu Jul 13 13:59:25 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit f913ea0179
Merge: bcbdd798
915b42f8
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Mon Jul 10 11:08:46 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit bcbdd798c6
Merge: 2219c02d
1657d1ff
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jul 7 20:28:30 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 2219c02ddb
Merge: fe1e52a8
d81d9c41
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Wed Jul 5 11:12:09 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit fe1e52a83a
Merge: 94f82d47
75f29d9d
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jun 30 16:14:36 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 94f82d473d
Merge: a11806ee
ffe0640d
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Thu Jun 29 10:19:55 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit a11806ee5f
Merge: f29dc985
5f5f8878
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Mon Jun 26 11:57:00 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit f29dc98512
Merge: 70faf0d1
d8759ffe
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Mon Jun 19 17:26:00 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 70faf0d170
Merge: 7d3b1581
a7770590
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jun 16 17:33:46 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 7d3b158142
Merge: b2c392d4
c8ae5f16
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jun 16 17:30:39 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit b2c392d4fe
Merge: 95eb2034
f3dc5bea
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Mon Jun 5 17:41:02 2017 -0600
Merge remote-tracking branch 'origin/master' into composite
commit 95eb20343b
Author: Gregory Nutt <gnutt@nuttx.org>
Date: Fri Jun 2 07:09:44 2017 -0600
apps/system/composite: Add a configuration option to the boardctl() calls to support multiple composite device configurations dynamically.
commit 7652b67882
Author: Frank Benkert <Frank.Benkert@avat.de>
Date: Thu Jun 1 15:19:40 2017 -0600
Update to apps/system/compsite assocated with big changes to the composite device logic
2017-07-16 08:45:26 -06:00
Gregory Nutt
c7f8540169
apps/system/composite: Fix configuration selecting.. was setting the port number, not the configure ID. Also add a configuration option to select the default configuration.
2017-07-15 12:13:17 -06:00
Gregory Nutt
99b41a291b
apps/system/composite: Remove configuration settings that are no longer used.
2017-07-15 11:04:13 -06:00