-
Notifications
You must be signed in to change notification settings - Fork 7.6k
NetworkEvents allow stack size to be changed. #10805
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
Conversation
👋 Hello thekurtovic, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
d6c61cf
to
b92e338
Compare
I'm wondering if we'd better reuse default event loop's task for this also? |
@vortigont not sure I understand what you mean? |
Hi @me-no-dev, I can reimplement |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Test Results 62 files 62 suites 5m 39s ⏱️ Results for commit 2d0c10a. ♻️ This comment has been updated with latest results. |
@vortigont I think this sounds like a cool idea and would be worth opening a PR |
Description of Change
Replaced hardcoded stack size value for "arduino_events" task. Defaults to the original value. Application may override the value with a build flag i.e.
-D ARDUINO_NETWORK_EVENT_TASK_STACK_SIZE=8192
Tests scenarios
N/A
Related links
N/A