memfault / memfault-firmware-sdk

Memfault SDK for embedded systems. Observability, logging, crash reporting, and OTA all in one service. More information at https://docs.memfault.com.
https://memfault.com
Other
149 stars 75 forks source link

memfault is `select`ing a non-existent (anymore) Kconfig option #48

Closed carlescufi closed 1 year ago

carlescufi commented 1 year ago

This line selects a Kconfig option, LEGACY_INCLUDE_PATH, that was removed after the release of Zephyr v3.3.0: https://github.com/zephyrproject-rtos/zephyr/commit/9b30667c7720029f68adc2844e81938a76a67c2a.

There is a workaround implemented in memfault's CMakeLists.txt that should make the select statement redundant.

noahp commented 1 year ago

Thanks for filing @carlescufi , we'll fix this asap!

noahp commented 1 year ago

FYI this is fixed in 0.42.1, thanks for filing this issue!