CONFIG_NRF_CURL

Curl

Type: bool

Help

Curl support for NRF.

Direct dependencies

POSIX_API && !PTHREAD_IPC && !NET_SOCKETS_POSIX_NAMES && NEWLIB_LIBC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols implied by this symbol

Kconfig definition

At <nRF>/ext/curl/Kconfig:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:58<nRF>/ext/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → External libraries

config NRF_CURL
    bool "Curl" if !NRF_CURL_PROMPTLESS
    imply NEWLIB_LIBC_FLOAT_PRINTF
    depends on POSIX_API && !PTHREAD_IPC && !NET_SOCKETS_POSIX_NAMES && NEWLIB_LIBC
    help
      Curl support for NRF.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)