-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Rework cbuf to use FreeRTOS Ringbuffer #7860
Conversation
Closes #7853 |
@me-no-dev is this ready for review? |
@VojtechBartoska I think |
yes. pending because only ugly ideas on how to implement it at the moment. Maybe worth checking if anything that uses it, actually calls |
@me-no-dev From what I saw it is only used by the WiFiUdp and there's no use of the |
Crashing in
|
@lucasssvaz i kinda wonder why it's calling recursive api... can you try without? |
@me-no-dev same result:
|
and what does it give as reason? |
|
@lucasssvaz can you make WiFiUdp not use cbuf, so we can delete the class altogether? |
I'll take a look |
👋 Hello me-no-dev, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
e428653
to
d5d970f
Compare
@me-no-dev Properly implemented as we discussed. |
@P-R-O-C-H-Y Please take a look later to see if there's anything else that needs to be changed. |
cbuf::peek