Commit Graph

2547 Commits

Author SHA1 Message Date
Masayuki Ishikawa
94e7ef6404 Merged nuttx/apps/master into master 2017-03-22 09:02:48 +09:00
Tomasz Wozniak
b7137bf206 Merged in tomasz_wozniak/nuttx-apps/sprintf_format_workaround_pr (pull request #69)
built-in libc defect workaround: replace '%6.6u' format with an equivalent '%06u'

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-03-21 13:34:53 +00:00
Tomasz Wozniak
71b45ed2c2 built-in libc defect workaround: replace '%6.6u' format with an equivalent '%06u' 2017-03-21 09:39:51 +01:00
Masayuki Ishikawa
ea99b2fc5a Merged nuttx/apps/master into master 2017-03-21 14:22:28 +09:00
Brian Webb
3b5302e6ec Merged in webbbn/apps/xbox_one_controller (pull request #68)
Adds a test program for the XBox One controller driver (xbc_test).

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-03-18 04:02:25 +00:00
Brian Webb
0ad3b3c03b Adds a test program for the XBox One controller driver (xbc_test). 2017-03-17 20:37:45 -07:00
Gregory Nutt
84444e4dcc netutils/nshlib: Add wrapper to get the wireless ESSID. 2017-03-13 14:16:26 -06:00
Gregory Nutt
0cb844e790 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. 2017-03-13 10:16:20 -06:00
Gregory Nutt
fca6da8248 apps/examples/usbterm: Removed because it is not very useful and because it can be configured to use an illegal call into the OS. 2017-03-09 15:37:16 -06:00
Gregory Nutt
c01db536e9 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. 2017-03-09 15:17:49 -06:00
Anton D. Kachalov
6f3b0615e1 Merged in rnouse/nuttx-apps (pull request #67)
Add missed dependency

Approved-by: Gregory Nutt
2017-03-09 14:10:35 +00:00
Gregory Nutt
2ef46ce4ba 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. 2017-03-09 08:07:22 -06:00
Anton D. Kachalov
7c206fa16d Add missed dependency
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
2017-03-09 16:52:48 +03:00
Andreas Bihlmaier
ad5784b24a Merged in andreasBihlmaier/apps/feature-more_pwm_channels (pull request #66)
increase number of supported PWM channels from 4 to 6

Approved-by: Gregory Nutt
2017-03-09 12:55:45 +00:00
ahb
d8199fe460 increase number of supported PWM channels from 4 to 6 2017-03-09 11:52:37 +01:00
Alan Carvalho de Assis
602e7fe9b1 Add c++ platform/bambino-200e with C++ initialization 2017-03-08 16:34:39 -06:00
Gregory Nutt
764f1df969 Update ChangeLog in prep for 7.20 release. 2017-03-08 08:35:07 -06:00
Alan Carvalho de Assis
8e7ed15cce NSHLIB uname command: Eliminate 'defined but not used' warning in some configurations 2017-03-07 15:36:18 -06:00
Alan Carvalho de Assis
d506939b59 NSHLIB ps command: Eliminate 'defined but not used' warning in some configurations 2017-03-07 15:10:17 -06:00
Gregory Nutt
61468ffb13 Upate ChangeLog 2017-03-06 11:43:39 -06:00
Maciej Wójcik
b32efa11dd 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
2017-03-05 13:19:49 +00:00
Maciej Wójcik
c58bfb7f84 The CONFIG_NETUTILS_HTTPD_PATH constant is used by httpd_mmap.c and httpd_sendfile.c but It was not present in Kconfig menu. 2017-03-05 10:36:01 +00:00
Gregory Nutt
ca95abd311 examples/button: Clean up confusing parameter passing. 2017-03-04 08:48:49 -06:00
Masayuki Ishikawa
130e841fe5 Merged nuttx/apps/master into master 2017-03-03 10:23:36 +09:00
Masayuki Ishikawa
8211101c38 Merged in masayuki2009/nuttx.apps/remove_unused_variable (pull request #64)
Remove unused variable

Approved-by: Gregory Nutt
2017-03-02 12:40:54 +00:00
Masayuki Ishikawa
5382806c5a Remove an unused variable when calling sigwaitinfo() 2017-03-02 13:41:08 +09:00
Masayuki Ishikawa
a05acc1abb Remove an unused variable when calling sigtimedwait() 2017-03-02 13:40:43 +09:00
Masayuki Ishikawa
050c2a3109 Merged nuttx/apps/master into master 2017-03-01 13:21:23 +09:00
Gregory Nutt
a7f9c09a80 nxplayer: Needs to include strings.h for strcasecp() 2017-02-27 09:25:35 -06:00
Gregory Nutt
9eeff9b09a examples/canard: Remove warning for unused label 2017-02-27 09:06:45 -06:00
Gregory Nutt
c69ec6c7e8 netutils/webserver: Needs to include strings.h for strcasecmp() 2017-02-27 09:03:28 -06:00
Gregory Nutt
a7e34f3b97 Make use of FAR storage class consistent 2017-02-27 07:54:21 -06:00
Gregory Nutt
fa4b047d35 Fix typo in last commit 2017-02-27 07:49:49 -06:00
Gregory Nutt
590791e12d NSH: Eliminate a warning when all memory inspection commands are disabled. 2017-02-27 07:30:52 -06:00
Gregory Nutt
bab5df0966 Eliminate a warning about an unused variable. 2017-02-27 07:30:52 -06:00
Mateusz Szafoni
b47bf44b95 Merged in raiden00/apps (pull request #62)
Add platform files for nucleo-f334r8

Approved-by: Gregory Nutt
2017-02-26 13:59:24 +00:00
raiden00pl
eda07c730d Add platform files for nucleo-f334r8 2017-02-26 10:58:42 +01:00
Gregory Nutt
f5fc7a0a29 C files that reference ANIOC_TRIGGER now need to include nuttx/analog/ioctl.h 2017-02-25 16:39:57 -06:00
Gregory Nutt
b83baa43dc examples/stat: Add test for fstatfs(). 2017-02-17 10:53:24 -06:00
Gregory Nutt
81645fe18f strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 15:58:15 -06:00
Gregory Nutt
9b9a321637 examples/buttons: Eliminate 'too many initializers' warning. 2017-02-16 11:00:43 -06:00
Gregory Nutt
58b521183d apps/examples/stat: Fix a copy-paste error in an ERROR message. 2017-02-13 18:21:56 -06:00
Gregory Nutt
f5b169ee8e apps/examples/stat: Add missing decoding of S_IXOTH bit. 2017-02-13 16:57:41 -06:00
Gregory Nutt
76269d7bad apps/examples/stat: Fix a backward conditional test. Improve output. 2017-02-13 16:46:23 -06:00
Gregory Nutt
78f92746c4 apps/examples/stat: Improve decoding of file mode. 2017-02-13 16:19:55 -06:00
Gregory Nutt
1b297d057e apps/examples/stat: Only should memory if a leak is detected. 2017-02-13 15:24:58 -06:00
Gregory Nutt
c3c8de6b70 apps/examples/stat: Add logic to monitor memory usage. 2017-02-13 14:57:36 -06:00
Gregory Nutt
740b528199 apps/examples/stat: Add a simple test for stat(), fstat(), and statfs(). 2017-02-13 14:08:19 -06:00
Gregory Nutt
ba59c15d00 examples/ostest: Add a test of setvbuf(). 2017-02-09 10:58:51 -06:00
Gregory Nutt
bf9ca8868e NSH: Both arguments of 'ln' command may be relative paths 2017-02-07 07:56:54 -06:00