-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
NetworkEvents allow stack size to be changed. #10805
base: master
Are you sure you want to change the base?
Conversation
👋 Hello thekurtovic, we appreciate your contribution to 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 Results62 files 62 suites 1h 30m 41s ⏱️ For more details on these failures, see this check. Results for commit b92e338. |
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