Alberto Escolar
Alberto Escolar
Updated to include one commit more, so `nrf_hack_get_task_from_ptr()` and co. also work with these new peripherals.
A quick fix would be ``` diff --git a/nrfx/drivers/nrfx_common.h b/nrfx/drivers/nrfx_common.h index 8d7a2a7..af27efd 100644 --- a/nrfx/drivers/nrfx_common.h +++ b/nrfx/drivers/nrfx_common.h @@ -136,7 +136,7 @@ extern "C" { * * @return Bit mask. */...
> i wish to have the nRF54Lx support (without crypto) in Zephyr v3.7, if possible. We are way past freeze. Any exception needs to be brought to the release team...
Bulk changing the milestone from everything which did not make it to the v3.7.0 freeze deadline and which is not labeled as a bug or documentation (or does not appear...
> but please compare for example:... it is missing nrfx hal interfaces (like publish_set). Same with implementation of PPIB .. Those files you pointed at only contain the functions which...
CC @ilhanates
I'm assuming we want this fixes in 3.7 too, but please say if you prefer otherwise.
> was that test failing somewhere in CI before? About the ISO interval, I don't think so, @niag-Oticon can comment more. The reason for the backport is the python fix....
> Also, if we are going to use underscore (_) anyways, Are we going to use `_` for private? :-p > why not drop the z completely, i.e. now we...
> how? This is going to be internal to Zephyr, and whoever else is using it will probably have it internal to them We have a single namespace while linking....