Zephyr Project
3.6.0

Contents

  • Introduction
  • Developing with Zephyr
  • Kernel
  • OS Services
    • Binary Descriptors
    • Console
    • Cryptography
    • Debugging
    • Device Management
    • Digital Signal Processing (DSP)
    • File Systems
    • Formatted Output
    • Input
    • Interprocessor Communication (IPC)
    • Linkable Loadable Extensions (LLEXT)
    • Logging
    • Tracing
    • Resource Management
    • Memory Attributes
    • Modbus
    • Modem modules
    • Asynchronous Notifications
    • Power Management
    • OS Abstraction
      • POSIX
        • Overview
        • POSIX Conformance
        • XSI Conformance
        • POSIX Application Environment Profiles (AEP)
        • Implementation Details
        • Subprofiling Option Groups
        • Configuration Options
      • CMSIS RTOS v1
      • CMSIS RTOS v2
    • Power off
    • Shell
    • Settings
    • State Machine Framework
    • Storage
    • Sensing Subsystem
    • Task Watchdog
    • Trusted Firmware-M
    • Virtualization
    • Retention System
    • Real Time I/O (RTIO)
    • Zephyr bus (zbus)
    • Miscellaneous
  • Build and Configuration Systems
  • Connectivity
  • Hardware Support
  • Contributing to Zephyr
  • Project and Governance
  • Security
  • Safety
  • Samples and Demos
  • Supported Boards
  • Releases
Zephyr Project
  • OS Services
  • OS Abstraction
  • POSIX
  • Configuration Options
  • View page source

Configuration Options

This is a non-exhaustive list of specific Configuration System (Kconfig) options relating to Zephyr’s implementation of the POSIX API.

  • CONFIG_EVENTFD

  • CONFIG_EVENTFD_MAX

  • CONFIG_FDTABLE

  • CONFIG_FNMATCH

  • CONFIG_GETOPT

  • CONFIG_GETOPT_LONG

  • CONFIG_MAX_PTHREAD_BARRIER_COUNT

  • CONFIG_MAX_PTHREAD_COUNT

  • CONFIG_MAX_PTHREAD_KEY_COUNT

  • CONFIG_MAX_PTHREAD_MUTEX_COUNT

  • CONFIG_MAX_PTHREAD_SPINLOCK_COUNT

  • CONFIG_MAX_TIMER_COUNT

  • CONFIG_MQUEUE_NAMELEN_MAX

  • CONFIG_MSG_COUNT_MAX

  • CONFIG_MSG_SIZE_MAX

  • CONFIG_NET_SOCKETPAIR

  • CONFIG_NET_SOCKETS

  • CONFIG_NET_SOCKETS_POLL_MAX

  • CONFIG_NET_SOCKETS_POSIX_NAMES

  • CONFIG_POSIX_API

  • CONFIG_POSIX_CLOCK

  • CONFIG_POSIX_FS

  • CONFIG_POSIX_LIMITS_RTSIG_MAX

  • CONFIG_POSIX_MAX_FDS

  • CONFIG_POSIX_MAX_OPEN_FILES

  • CONFIG_POSIX_MQUEUE

  • CONFIG_POSIX_RTSIG_MAX

  • CONFIG_POSIX_SIGNAL

  • CONFIG_POSIX_SIGNAL_STRING_DESC

  • CONFIG_POSIX_UNAME

  • CONFIG_POSIX_UNAME_NODENAME_LEN

  • CONFIG_POSIX_UNAME_VERSION_LEN

  • CONFIG_PTHREAD

  • CONFIG_PTHREAD_BARRIER

  • CONFIG_PTHREAD_COND

  • CONFIG_PTHREAD_CREATE_BARRIER

  • CONFIG_PTHREAD_IPC

  • CONFIG_PTHREAD_KEY

  • CONFIG_PTHREAD_MUTEX

  • CONFIG_PTHREAD_RECYCLER_DELAY_MS

  • CONFIG_PTHREAD_SPINLOCK

  • CONFIG_SEM_VALUE_MAX

  • CONFIG_TIMER

Next Previous

© Copyright 2015-2024 Zephyr Project members and individual contributors. Last updated on Mar 23, 2024.

Zephyr Project
Bridle
Bridle API
Zephyr Project API
Kconfig Reference
Devicetree Bindings