IRNAS / irnas-zephyr-template

Template for Zephyr Projects
3 stars 1 forks source link

Enable mbedtls by default in west.yaml #16

Closed TjazVracko closed 9 months ago

TjazVracko commented 9 months ago

Description

I think it is better to have this enabled. Projects not using nrf916X can disable them.

Alternatively, we could add a comment to say that this should be enabled in nrf916X projects.

@MarkoSagadin thoughts?

After-review steps

[style guidelines]: https://github.com/IRNAS/irnas-guidelines-docs/blob/main/docs/developer_guidelines.md

MarkoSagadin commented 9 months ago

I'm fine with this, maybe just make the comment more explicit:

# Required by the nRF9160 and nRF7002 projects, can be disabled for others.