- Apr 10, 2017
-
-
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
-
- 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
-
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
-
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.
-
- Apr 04, 2017
-
-
Gregory Nutt authored
examples/nettest: If doing loopback, but not using the official loopback device, then use the server should use the configured client IP address
-
- Apr 03, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
NSH: Fix some warnings about integer/pointer casts of different sizes (probably only effects 64-bit simulation)
-
Jussi Kivilinna authored
-
- Mar 31, 2017
-
-
Gregory Nutt authored
Causes build problems and does not follow the coding style. This reverts commit 87fe31f8.
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
- Mar 28, 2017
-
-
David Sidrane authored
Merged in david_s5/apps-1/david_s5/appsmm-removed-extraneous-comment-from-m-1490711722259 (pull request #71) apps/mm removed extraneous comment from Makefile Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
David Sidrane authored
-
Gregory Nutt authored
-
- Mar 27, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Mar 26, 2017
-
-
Gregory Nutt authored
-
- Mar 22, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Mar 21, 2017
-
-
Tomasz Wozniak authored
built-in libc defect workaround: replace '%6.6u' format with an equivalent '%06u' Approved-by: Gregory Nutt <gnutt@nuttx.org>
-