Skip to content
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

Changes required for SW-defined IO devices on L15 #1887

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

masz-nordic
Copy link
Contributor

No description provided.

@masz-nordic masz-nordic force-pushed the emul_periph branch 2 times, most recently from 154f9cd to 4d135de Compare July 16, 2024 11:56
Copy link
Contributor

@nordic-piks nordic-piks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of code added into driver/mbox and code changed in subsys/ipc/ipc_service.
There are needed tests/samples to cover those changes.

@masz-nordic masz-nordic changed the title Changes required for emulated peripherals on L15 Changes required for SW-defined IO devices on L15 Jul 18, 2024
jaz1-nordic and others added 5 commits July 29, 2024 11:53
…ding

Enable MSTATUS.IEN to allow RISCV interrupts for
non-multithreaded applications.

Signed-off-by: Jakub Zymelka <[email protected]>
(cherry picked from commit 502fcac)
Adapting icmsg to work without the MULTITHREADING functionality.
Dependencies for kernel work_queue, mutexes and other functions
related to running multithreaded applications have been 'ifdefed'.

Signed-off-by: Jakub Zymelka <[email protected]>

Upstream PR: zephyrproject-rtos/zephyr#73857
Removed k_sleep dependencies in non-multithreaded runs.

Signed-off-by: Jakub Zymelka <[email protected]>

Upstream PR: zephyrproject-rtos/zephyr#73857
By adding this metric, any problem with the remote core sending messages
is observable.

Signed-off-by: Celina Sophie Kalus <[email protected]>
(cherry picked from commit 9e0d4ef)
Removed k_sleep dependencies and added 'printk' instead of LOG
in non-multithreaded runs.

Signed-off-by: Jakub Zymelka <[email protected]>

Upstream PR: zephyrproject-rtos/zephyr#73857
@rlubos rlubos merged commit bac6ef7 into nrfconnect:main Jul 29, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants