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

hw/ipc_nrf5340: Support for flexible memory sharing #2999

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented May 23, 2023

This adds easy way to add application specific shared memory regions that will be defined on application core and can be easily found on network core.
This is done so linker scripts for network and application core does not have to be carefully synchronized.

This functionality utilized new newt feature pkg.link_tables:

@kasjer kasjer force-pushed the kasjer/ipc_nrf5340-shared-memory-regions branch 2 times, most recently from c9b5575 to b812626 Compare May 23, 2023 08:14
This adds easy way to add application specific shared
memory regions that will be defined on application
core and can be easily found on network core.
This is done so linker scripts for network and application
core does not have to be carefully synchronized.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer force-pushed the kasjer/ipc_nrf5340-shared-memory-regions branch from b812626 to 6f98677 Compare April 18, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant