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

subsys: greybus: remove qsort implementation #63

Open
cfriedt opened this issue Jan 5, 2021 · 3 comments
Open

subsys: greybus: remove qsort implementation #63

cfriedt opened this issue Jan 5, 2021 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@cfriedt
Copy link
Owner

cfriedt commented Jan 5, 2021

qsort(3) became part of that standard C library with C99. Should probably be added to Zephyr's minimal libc implementation. I can't recall if Zephyr's newlib includes qsort() atm.

@cfriedt cfriedt added this to the Beta milestone Jan 5, 2021
@cfriedt cfriedt added the enhancement New feature or request label Jan 5, 2021
@cfriedt
Copy link
Owner Author

cfriedt commented Jan 5, 2021

Added zephyrproject-rtos/zephyr#31107

@cfriedt
Copy link
Owner Author

cfriedt commented Nov 3, 2021

There was an existing issue for this already at zephyrproject-rtos/zephyr#28896.

Zephyr has a fix in zephyrproject-rtos/zephyr#39980.

Would be great if that fix could make it into LTS.

I would very much like to rebase on v2.7-branch.

@cfriedt
Copy link
Owner Author

cfriedt commented Jul 6, 2022

Again, although qsort is in LTS, the GPIO direction feature likely will not be backported. May need to revisit #70 and potentially pin to the upcoming 3.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant