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 feature for building with std support #36

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Conversation

CliffHan
Copy link
Contributor

@CliffHan CliffHan commented Nov 1, 2023

Added esp32-nimble into an esp32 std project and failed to build.
That's because critical-section used a built-in critical section implementation when std enabled.
So I think it's better to add a feature in this project to make it work with std.

@taks
Copy link
Owner

taks commented Nov 2, 2023

Thanks!
In other libraries, the default feature is std.
Please change this pull request in the same way.

@CliffHan
Copy link
Contributor Author

CliffHan commented Nov 2, 2023

Patch updated.

@taks
Copy link
Owner

taks commented Nov 2, 2023

Thanks for the change.

@taks taks merged commit 26c8a16 into taks:develop Nov 2, 2023
6 checks 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