- Apr 06, 2017
-
-
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>
-
Tomasz Wozniak authored
-
- Mar 18, 2017
-
-
Brian Webb authored
Adds a test program for the XBox One controller driver (xbc_test). Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Brian Webb authored
-
- Mar 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
netutils/netlib: Add one wireless IOCTL wrapper. For now, this is just a test to be sure that the wireless IOCTL definitions are in place.
-
- Mar 09, 2017
-
-
Gregory Nutt authored
apps/examples/usbterm: Removed because it is not very useful and because it can be configured to use an illegal call into the OS.
-
Gregory Nutt authored
apps/examples/hidkbd: Remove call to arch_usbhost_initialize(). That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the normal board bring-up logic as with any other devices and should not involve illegal calls from applications into the OS.
-
Anton D. Kachalov authored
Add missed dependency Approved-by: Gregory Nutt
-
Gregory Nutt authored
NSH library: In nsh_argexand(), if CONFIG_NSH_ARGCAT is defined but CONFIG_NSH_CMDPARMS defined and/or CONFIG_DISABLE_ENVIRON not defined, then there is a situation that causes an infinite loop in the parser. Noted by Freddie Chopin.
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Andreas Bihlmaier authored
increase number of supported PWM channels from 4 to 6 Approved-by: Gregory Nutt
-
ahb authored
-
- Mar 08, 2017
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
- Mar 07, 2017
-
-
Alan Carvalho de Assis authored
-
Alan Carvalho de Assis authored
-
- Mar 06, 2017
-
-
Gregory Nutt authored
-
- Mar 05, 2017
-
-
Maciej Wójcik authored
Merged in w8jcik/apps/w8jcik/the-config_netutils_httpd_path-constant--1488710144755 (pull request #65) Missing NETUTILS_HTTPD_PATH added to Kconfig Approved-by: Gregory Nutt
-
Maciej Wójcik authored
The CONFIG_NETUTILS_HTTPD_PATH constant is used by httpd_mmap.c and httpd_sendfile.c but It was not present in Kconfig menu.
-
- Mar 04, 2017
-
-
Gregory Nutt authored
-
- Mar 02, 2017
-
-
Masayuki Ishikawa authored
Remove unused variable Approved-by: Gregory Nutt
-
Masayuki Ishikawa authored
-