zephyrproject-rtos / gsoc-2022-arduino-core

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

Kconfig: Update to use imply and rid module.conf #48

Closed DhruvaG2000 closed 1 year ago

DhruvaG2000 commented 1 year ago

Kconfig now has all the deps enabled so we can get rid of the hacky module.conf

Successfully merging this pull request will close https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/issues/46

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

DhruvaG2000 commented 1 year ago

Great work, this is much cleaner without the need to include module.conf.

I tested building for the Arduino API and building unrelated samples and both are working for me.

Thanks for taking the time to test and review my PR.