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

Add global HSEM object and shared memory sample #6

Merged
merged 3 commits into from
Apr 30, 2024

Conversation

taunusflieger
Copy link
Member

Add a global HSEM object per core. This allows to acquire multiple mutable references as the operations (lock, unlock) are atomic.

Add initial shared memory functionality. This is currently only the bar minimum. Core 0 communicates through shared memory with Core 1 and sets the delay time for the yellow LED which is managed by Core 1.

@taunusflieger taunusflieger merged commit cf9e1f4 into main Apr 30, 2024
0 of 2 checks passed
@taunusflieger taunusflieger deleted the feature/shared_memory branch April 30, 2024 12:37
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.

1 participant