Memfault SDK for embedded systems. Observability, logging, crash reporting, and OTA all in one service. More information at https://docs.memfault.com.
149
stars
75
forks
source link
memfault is `select`ing a non-existent (anymore) Kconfig option #48
Closed
carlescufi closed 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.