zephyrproject-rtos / gsoc-2022-arduino-core

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

samples: Remove CONFIG_CPLUSPLUS #104

Closed DhruvaG2000 closed 1 month ago

DhruvaG2000 commented 1 month ago

This causes the following build errors: /__w/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API/samples/i2cdemo/prj.conf:2: warning: attempt to assign the value 'y' to the undefined symbol CPLUSPLUS

Hence, remove it from all samples as it is no longer needed.

DhruvaG2000 commented 1 month ago

Merging this ASAP, because it's breaking CI. We can always drop later if any objections.