Is KConfig symbol CONFIG_ESP32_TIMER_TASK_STACK_SIZE undocumented intentionally? #83669
Unanswered
rlneumiller
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I discovered it while looking for ram and was able to recover ~1.5k.
Based on my code review, it looks like esp_timer would not need more than 512 bytes of stack.
Testing in my use case it is using 176 bytes, which suggests that 512 bytes should be plenty, unless I'm overlooking something.
Beta Was this translation helpful? Give feedback.
All reactions