- Apr 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 12, 2017
-
-
Gregory Nutt authored
-
Juha Niskanen authored
-
- Apr 11, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 10, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: Remove functionality that depends on the Linux procfs: This includes only 1) listing of available interfaces and 2) listing of all routes.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
apps/wireless/wapi: Fix problems in build support. Fix some initial compile isses (still does not compile).
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/wapi: Quick port of Wapi wireless services. No build support yet. This also depends on features not supported by NuttX. This is a work in progress.
-
Gregory Nutt authored
pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c.
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/ostest: pthread clean-up test must call pthread_consistent, not pthread_mutex_unlock() on cancellation if robust mutexes are enabled.
-
Juha Niskanen authored
-
- Apr 09, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 08, 2017
-
-
Gregory Nutt authored
NSH library: Extend ifconfig to support 6loWPAN. Adapt to some changes in configuration variable usage.
-
Gregory Nutt authored
-
- Apr 07, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Mark Schulte authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Mark Schulte authored
examples/ostest: Add tests for pthread_rwlock. Adding tests to be used to verify the pthread_rwlock lock works
-
- Apr 06, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
-
David Sidrane authored
Set the 'exit on error control' and/or 'print a trace' of commands when parsing scripts in NSH. The settinngs are in effect from the point of exection, until they are changed again, or in the case of the init script, the settings are returned to the default settings when it exits. Included child scripts will run with the parents settings and changes made in the child script will effect the parent on return. Use 'set -e' to enable and 'set +e' to disable (ignore) the exit condition on commands. The default is -e. Errors cause script to exit. Use 'set -x' to enable and 'set +x' to disable (silence) printing a trace of the script commands as they are ececuted. The default is +x. No printing of a trace of script commands as they are executed.
-