Closed mbolivar-nordic closed 1 year ago
This is affecting the nRF Connect SDK.
maxd-nordic linked a pull request Apr 19, 2023 that will close this issue rename z_NmiHandlerSet to z_arm_nmi_set_handler #50
Note that this is just a workaround; the real fix should IMO come in the memfault SDK itself.
@mbolivar-nordic apologies for the delay, we should have a release out shortly with this fixed!
We've just shipped a release with a fix for this, thank you for posting! https://github.com/memfault/memfault-firmware-sdk/releases/tag/0.43.1
Zephyr commit https://github.com/zephyrproject-rtos/zephyr/commit/77d2490164cbb5dbdd8dee9c0787204b0006f635 renamed this function.
This is breaking the build at least in ports/zephyr/v2.4/memfault_fault_handler.c:
I'm not sure what the right fix is -- perhaps a new ports/zephyr/v3.4 which uses the new name,
z_arm_nmi_set_handler
?