Closed finger563 closed 1 week ago
Hi @finger563 , you're correct! We'll update the SDK to make that change. Do you have a timeline for when you'd need an SDK release with the fix?
We have some platform integration deliverable timelines which are due by Nov 11, though of course the earlier the better for completing the integration and testing.
Thanks @finger563 ! We'll schedule an SDK release for this week, I'll post back here when it's shipped.
Per the documentation and within the base sdk
memfault_platform_coredump_save_begin()
is listed as a weakly defined symbol that can be overridden by user code.However, the
esp-idf
platform port overrides this here.