zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 13 forks source link

samples: Remove CONFIG_CPLUSPLUS #114

Closed soburi closed 2 months ago

soburi commented 2 months ago

The configuration of CPLUSPLUS has already been removed. Remove all of the settings. CONFIG_ARDUINO_API enables CONFIG_CPP if the option is selected. There is no need to enable C++ manually.