Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/posix/options/Kconfig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ config POSIX_API
select POSIX_NETWORKING if NETWORKING # inet_ntoa(), socket(), etc
imply EVENTFD # eventfd(), eventfd_read(), eventfd_write()
imply POSIX_FD_MGMT # open(), close(), read(), write()
imply POSIX_MESSAGE_PASSING # mq_open(), etc
imply POSIX_MULTI_PROCESS # sleep(), getpid(), etc
help
This option enables the required POSIX System Interfaces (base definitions), all of PSE51,
Expand Down
3 changes: 3 additions & 0 deletions lib/posix/options/Kconfig.pthread
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ menuconfig POSIX_THREADS

if POSIX_THREADS

config HEAP_MEM_POOL_ADD_SIZE_POSIX_THREADS
def_int 256

config POSIX_THREAD_THREADS_MAX
int "Maximum number of POSIX threads"
default 5
Expand Down