-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[mdns]: Allow allocate memory with configured caps #764
[mdns]: Allow allocate memory with configured caps #764
Conversation
e25de59
to
21737bb
Compare
21737bb
to
e65f22a
Compare
@zwx1995esp PTAL, not sure how to approach coexistence of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks a lot for such quick support.
Hi, David, I think we could keep both configurations for the user. If the task is created in internal memory, it can save some time during system task switching. |
f52c394
to
91fc7c3
Compare
91fc7c3
to
c2f6ba5
Compare
Defines mem-alloc function optionally weak, so users can override them and implement their own allocation, or a static/bss memory for the mdns task stack.
c2f6ba5
to
384d1c2
Compare
Addresses IDF-11680: Add a config and a mechanism to support allocating memory from PSRAM for mDNS service.