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

[1.0.5] Make looptask stack size configurable #4564

Merged
merged 2 commits into from
Dec 2, 2020

Conversation

coylen
Copy link
Contributor

@coylen coylen commented Nov 23, 2020

Added guarded define to set the stacksize on the main looptask.
Advantage of this is that build_flags can be used to provide a different value for the stack size should it be neccessary
default behaviour is unaffected

Added guarded define to set the stacksize on the main looptask.
Advantage of this is that build_flags can be used to provide a different value for the stack size should it be neccessary
default behaviour is unaffected
@@ -3,6 +3,10 @@
#include "esp_task_wdt.h"
#include "Arduino.h"

#ifndef LOOP_STACK_SIZE
Copy link
Member

@me-no-dev me-no-dev Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rename to CONFIG_ARDUINO_LOOP_STACK_SIZE so I can add this to the IDF Kconfig as well

@me-no-dev me-no-dev changed the title Make looptask stack size configurable [1.0.5] Make looptask stack size configurable Dec 1, 2020
changed variable name to CONFIG_ARDUINO_LOOP_STACK_SIZE as requested by @me-no-dev
@me-no-dev me-no-dev merged commit 7d5bf9e into espressif:master Dec 2, 2020
@me-no-dev
Copy link
Member

thanks :)

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

Successfully merging this pull request may close these issues.

2 participants