I am porting a ncs project from nrf52832 into nrf54l15
If want to reuse existing Log functions of system of zephyr, like supported by NVS, is there any way to do it?
Nordic AI said nrf54l15 should use ZMS to protect flash, and need to manually implement zms_log_store() function to replace all places of zephyr LOG_INF() .Is it the latest truth?
Thanks & Best Regards
-Shawn