Update ReleaseNotes in preparation for the nuttx-8.2 release.

This commit is contained in:
Gregory Nutt
2019-11-16 08:23:09 -06:00
parent a48028b924
commit ac1b96ba1e
2 changed files with 978 additions and 0 deletions
+971
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -27,6 +27,13 @@ config DISABLE_POSIX_TIMERS
bool "Disable POSIX timers"
default y if DEFAULT_SMALL
default n if !DEFAULT_SMALL
---help---
Disable support for the the entire POSIX timer family
including timer_create(), timer_gettime(), timer_settime(),
etc.
NOTE: This option will also disable getitimer() and
setitimer() which are not, strictly speaking, POSIX timers.
config DISABLE_PTHREAD
bool "Disable pthread support"