- Mar 24, 2017
-
-
Anthony Merlino 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
-
Masayuki Ishikawa authored
-
- Mar 01, 2017
-
-
Masayuki Ishikawa authored
-
- Feb 27, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 26, 2017
-
-
Mateusz Szafoni authored
Add platform files for nucleo-f334r8 Approved-by: Gregory Nutt
-
raiden00pl authored
-
- Feb 25, 2017
-
-
Gregory Nutt authored
-
- Feb 17, 2017
-
-
Gregory Nutt authored
-
- Feb 16, 2017
-
-
Gregory Nutt authored
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.
-
Gregory Nutt authored
-
- Feb 14, 2017
-
-
Gregory Nutt authored
-
- Feb 13, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-