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 uses a deprecated Zephyr type: `z_arch_esf_t` #74

Closed carlescufi closed 1 month ago

carlescufi commented 1 month ago

z_arch_esf_t is now struct arch_esf

See:

https://github.com/zephyrproject-rtos/zephyr/pull/73593

noahp commented 1 month ago

Thank you @carlescufi for reporting- I've pushed a branch in #75 for verification, let us know if it's working and we'll publish an official release of the SDK.

noahp commented 1 month ago

Fix was published in SDK release 1.12.0, thanks again for reporting the issue!