CONFIG_EXCEPTIONS

Enable C++ exceptions support

Type: bool

Help

This option enables support of C++ exceptions.

Direct dependencies

LIB_CPLUSPLUS && CPLUSPLUS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/cpp/Kconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:14

Menu path: (Top) → Sub Systems and OS Services → C++ support for the application → Link with STD C++ library

config EXCEPTIONS
    bool "Enable C++ exceptions support"
    depends on LIB_CPLUSPLUS && CPLUSPLUS
    help
      This option enables support of C++ exceptions.

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