- 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
-
- Jul 21, 2017
-
-
Gregory Nutt authored
apps/system/composite: Remove references to USBMSC. There still dependencies on CDC/ACM in the serial USB trace output. That really should be removed.
-
- Jul 20, 2017
-
-
Gregory Nutt authored
-
- Jul 18, 2017
-
-
Anthony Merlino authored
ieee802154/i8sak: Adds command to trigger regdump of radio Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-
- Jul 17, 2017
-
-
Anthony Merlino authored
i8sak: Minor setting changes Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Anthony Merlino authored
-