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

ports: riscv-eclic: chcore: add missing port lock functions #415

Merged

Conversation

KarlK90
Copy link
Contributor

@KarlK90 KarlK90 commented Jan 8, 2025

These added defines have been introduced in ChibiOS[1] and guard the CH_PORT_SUPPORTS_RECURSIVE_LOCKS feature. The needed functionality is already implemented in the port layer, thus the implementation is a simple wrapper.

[1]: git-svn-id: https://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x@16537 085d63ac-f8f8-4fb4-a5e5-c089fd4f3ff4

These added defines have been introduced in ChibiOS[1] and guard the
CH_PORT_SUPPORTS_RECURSIVE_LOCKS feature. The needed functionality is
already implemented in the port layer, thus the implementation is a
simple wrapper.

[1]: git-svn-id: https://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x@16537 085d63ac-f8f8-4fb4-a5e5-c089fd4f3ff4

Signed-off-by: Stefan Kerkmann <[email protected]>
@fpoussin fpoussin merged commit 3ac181e into ChibiOS:chibios-21.11.x Jan 8, 2025
1 check passed
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.

2 participants