-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nRF sys event latency #79934
nRF sys event latency #79934
Conversation
43665bc
to
8b0a77c
Compare
a4b199d
to
7baeb7b
Compare
f8557b9
to
58c0f4d
Compare
extended sample to build for multiple boards, for both cpunet/rad/app where appropriate :) |
58c0f4d
to
e76545b
Compare
ping @hubertmis @ppryga-nordic |
e76545b
to
0b348d9
Compare
0b348d9
to
c58147b
Compare
77d584a
c58147b
to
77d584a
Compare
Add power peripheral to nrf54l15. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Nordic SoCs implement an event system, for which the system can optimize for low latency/high power or low power. Add soc level implementation of reference counted API which will optimize for low latency if any part of the system requires it. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add sample for nrf system events. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
77d584a
to
0086626
Compare
addressed comments by @anangl and updated which LRCCONF regs are used for cpuapp and cpurad of nrf54h20 based on input from @hubertmis |
Add power peripheral to nrf54l15. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Nordic SoCs implement an event system, for which the system can optimize for low latency/high power or low power. Add soc level implementation of reference counted API which will optimize for low latency if any part of the system requires it. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add sample for nrf system events. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add sample for nrf system events. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add power peripheral to nrf54l15. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Nordic SoCs implement an event system, for which the system can optimize for low latency/high power or low power. Add soc level implementation of reference counted API which will optimize for low latency if any part of the system requires it. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Add sample for nrf system events. Upstream PR: zephyrproject-rtos/zephyr#79934 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
@bjarki-andreasen, this feature will have to wait for the 4.1 release as we only merging documentation updates and bug fixes. |
thanks for updating the milestone :) forgot to update it after it missed the deadline :) |
Initial support for nordic system events which allows for runtime configuration of latency management.