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

Replace library internal critical section code with dedicated library 107-Arduino-CriticalSection #194

Merged
merged 4 commits into from
Jan 5, 2023

Conversation

aentinger
Copy link
Member

The previously library internal critical section code has been extracted into a dedicated Arduino library: 107-Arduino-CriticalSection. This allows the user full control over where locking actually needs to take place.

@generationmake please be aware that you'll (or probably me 😁) need to adapt the l3xz firmware code accordingly once this finds its way into a release (or main).

@aentinger aentinger self-assigned this Jan 5, 2023
@aentinger aentinger added topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project. labels Jan 5, 2023
@aentinger aentinger merged commit ef20480 into fix-174 Jan 5, 2023
@aentinger aentinger deleted the drop-crit-sec branch January 5, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: firmware Code that runs on an embedded system. type: enhancement PR to improve the project.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant