-
Notifications
You must be signed in to change notification settings - Fork 632
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NordicBuilder
requested review from
57300,
kl-cruz,
magp-nordic,
nika-nordic,
nordicjm and
tejlmand
July 12, 2024 10:30
57300
approved these changes
Jul 12, 2024
jaz1-nordic
approved these changes
Jul 12, 2024
nordic-segl
approved these changes
Jul 16, 2024
masz-nordic
force-pushed
the
emul_periph
branch
2 times, most recently
from
July 16, 2024 11:56
154f9cd
to
4d135de
Compare
nordic-piks
requested changes
Jul 18, 2024
There was a problem hiding this 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
changed the title
Changes required for emulated peripherals on L15
Changes required for SW-defined IO devices on L15
Jul 18, 2024
nordic-piks
approved these changes
Jul 19, 2024
masz-nordic
force-pushed
the
emul_periph
branch
2 times, most recently
from
July 19, 2024 13:07
ad7310e
to
5194af0
Compare
jaz1-nordic
force-pushed
the
emul_periph
branch
2 times, most recently
from
July 25, 2024 07:48
9a2376c
to
64dc27a
Compare
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.