- Jun 04, 2017
-
-
Sebastien Lorquet authored
-
Daniel Agar authored
libfflush remove extra semicolon Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Daniel Agar authored
-
- Jun 03, 2017
-
-
Gregory Nutt authored
-
- Jun 02, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Comment out most of 430060e9. Clean-up some dependencies in top-level Makefile
-
Gregory Nutt authored
This reverts commit 430060e9. That commit has some unexpected side-effects
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
tools/: Add initialconfig.c so that perhaps in the future we will be able to use this to generate a new configuration from scratch (rather than having to derive new configurations from existing configurations)
-
- Jun 01, 2017
-
-
Gregory Nutt authored
nucleo-f4x1re User LEDS: Issue #51 reports compilation problems with stm32_userled.c. Reported by Gappi92.
-
Gregory Nutt authored
Tiva SSI: Resolves issue 52 'Copy-Paste error in tiva_ssibus_initialize()' submitted by Aleksandr Kazantsev.
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
Juha Niskanen authored
-
Juha Niskanen authored
-
Juha Niskanen authored
-
- May 31, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Makefiles.*: It should be possible to run 'make menuconfig' with no .config and no Make.defs file. This change removes the dependency on Make.defs, but does not solve the problem of the missing .config file. Without a .config file, it is not currently possible for the Makefile.* to correctly setup up the symbolic links to directories.
-
Gregory Nutt authored
-
Gregory Nutt authored
pthread robust mutexes: Fix memmory trashing problem: the main task may also use mutexes; need to check thread type before accessing pthread-specific mutex data structures. Problem noted by Jussi Kivilinna.
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Jussi Kivilinna authored
-
Juha Niskanen authored
-
Juha Niskanen authored
-
Harri Luhtala authored
vfs: fdopen: add missing file stream flags clearing. Clear file stream structure regardless of config options. Structure clearing is needed as previous use of stream list entry might leave fs_flags set.
-
Gregory Nutt authored
-
- May 30, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
Gregory Nutt authored
-
- May 29, 2017
-
-
Gregory Nutt authored
pthread_trylock: Fixes a problem in pthread_trylock() noted by initialkjc@yahoo.com. When CONFIG_PTHREAD_MUTEX_UNSAFE=y, the special return value EAGAIN was not being detected due to differences in reporting of returned values.
-
Sebastien Lorquet authored
-