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
145 stars 75 forks source link

Memfault uses a deprecated Zephyr type: `z_arch_esf_t` #74

Open carlescufi opened 2 weeks ago

carlescufi commented 2 weeks ago

z_arch_esf_t is now struct arch_esf

See:

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

noahp commented 2 weeks 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.