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

Update includes to support recent Zephyr change #36

Closed noahp closed 1 year ago

noahp commented 2 years ago

A recent Zephyr change removed the <zephyr/kernel.h> header from the <zephyr/init.h> header:

https://github.com/zephyrproject-rtos/zephyr/commit/a6a4400b8621bc618c60561c5bdd90b2e8ce09e0

Update the SDK includes to support this change.

See also #35, which was the origin of this change (thanks to @percz and @desowin for taking the time to make and test the patch!)

noahp commented 1 year ago

This change was included as part of the 0.34.1 release: https://github.com/memfault/memfault-firmware-sdk/releases/tag/0.34.1