I notice that the fork sdk-zephyr https://github.com/nrfconnect/sdk-zephyr
is missing important errata updates for nRF82510
as it is using and outdated https://github.com/zephyrproject-rtos/hal_nordic/commits/master
It is using a 2.5.0 version while the latest is 2.7.0 of the nrfx library.
Do you know when it will be updated?
Is it possible that I can update it myself?
Edit: I tried to update the modules/hal/nordic folder using git checkout hashtag, it updated but now my project don't build, so I think other parts need to be updated.