mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 12:36:58 +00:00
Move a way from misc/ and put in its own subsystem to allow enhancements in the future and make it a core part of Zephyr, not just something misc. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
|
config CPLUSPLUS
|
|
bool "Enable C++ support for the application"
|
|
default n
|
|
help
|
|
This option enables the use of applications built with C++.
|
|
|