- Aug 21, 2017
-
-
Gregory Nutt authored
NSH: Add conditions so that ifconfig and ifup will not be disabled if we are using only PF_IEEE802154
-
Gregory Nutt authored
-
- Aug 20, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 19, 2017
-
-
Gregory Nutt authored
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.
-
- Aug 18, 2017
-
-
Gregory Nutt authored
-
- Aug 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
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.
-
- Aug 12, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Application.mk: Add the .PRECIOUS target to prevent libapps.a from being deleted when the make is interrupted.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
NSH library: Update addroute and delroute command. The would support either IPv4 or IPv6, but not both.
-
- Aug 09, 2017
-
-
Gregory Nutt authored
-
- Aug 08, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 05, 2017
-
-
Gregory Nutt authored
-
- Aug 02, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 01, 2017
-
-
Gregory Nutt authored
-
- Jul 30, 2017
-
-
Gregory Nutt authored
-
- Jul 28, 2017
-
-
Gregory Nutt authored
-
Giorgio Groß authored
Implement powermonitor example for ltc4151 current and voltage monitor Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Giorgio Groß authored
-
- Jul 27, 2017
-
-
Boris Astardzhiev authored
-