mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Update ReleaseNotes in preparation for the nuttx-8.2 release.
This commit is contained in:
+971
File diff suppressed because it is too large
Load Diff
@@ -27,6 +27,13 @@ config DISABLE_POSIX_TIMERS
|
|||||||
bool "Disable POSIX timers"
|
bool "Disable POSIX timers"
|
||||||
default y if DEFAULT_SMALL
|
default y if DEFAULT_SMALL
|
||||||
default n 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
|
config DISABLE_PTHREAD
|
||||||
bool "Disable pthread support"
|
bool "Disable pthread support"
|
||||||
|
|||||||
Reference in New Issue
Block a user