zephyrproject-rtos / gsoc-2022-arduino-core

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

samples: threads: fix build errors #23

Closed DhruvaG2000 closed 2 years ago

DhruvaG2000 commented 2 years ago

The CMakelists file did not specify the overlay and hence the nodes in the header files were nowhere to be found. This commit fixes the issue by adding the overlay file, and also adds other flags that help eliminate unused var warnings

Signed-off-by: Dhruva Gole goledhruva@gmail.com

DhruvaG2000 commented 2 years ago

Fix issue https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/issues/22