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

Fix os_thread_create_helper for arduino esp32 #524

Merged
merged 1 commit into from
Apr 4, 2021

Conversation

balazsracz
Copy link
Collaborator

@balazsracz balazsracz commented Apr 4, 2021

Fix code that runs for task creation when a freertos config that enables static allocation.
The previous code was probably never compiled because it had an undeclared variable.

@balazsracz balazsracz changed the base branch from master to openmrnlite April 4, 2021 12:21
@balazsracz balazsracz merged commit 46596b6 into openmrnlite Apr 4, 2021
balazsracz added a commit to openmrn/OpenMRNLite that referenced this pull request Apr 4, 2021
Cherrypick bakerstu/openmrn#523
Cherrypick bakerstu/openmrn#524

These fix compilation errors with arduino esp32 board support library v1.0.6.
@balazsracz balazsracz deleted the bracz-fix-os-create-static branch April 5, 2021 17: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.

1 participant