summaryrefslogtreecommitdiff
path: root/lua/theme_dark.lua
diff options
context:
space:
mode:
authorTursiae <git@tursiae.org>2025-02-09 14:34:16 +1100
committerTursiae <git@tursiae.org>2025-02-09 14:34:16 +1100
commit0c2377726fc563285cdb68536af93b0777bfc3a4 (patch)
tree22bbcece26941ae2009ed70164b5709401d1cb7c /lua/theme_dark.lua
parent5275b5ebcba3afed4280accaf57407a68b305021 (diff)
downloadtangara-fw-0c2377726fc563285cdb68536af93b0777bfc3a4.tar.gz
Console: Update doco to point to `sdkconfig.local`, and handle no-stats cases.
When `CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS` is not set, the FreeRTOS scheduler will not keep track of task runtime statistics, and the `tasks` command on the console will show `nan%` for the usage. This adds a recommendation for the user to enable the `...STATS` config in their build, and also updates the guidance for `configUSE_TRACE_FACILITY` to point at the supported `sdkconfig.local` configuration pathway, instead of pointing at the `#define` that's deeper in the configuration stack. Also, the sampling period is dropped from 2.5s to 10ms when the runtime stats are not enabled; given that we're not measuring any usage, it's not worth sleeping any longer than that. We might even be able to drop to zero?
Diffstat (limited to 'lua/theme_dark.lua')
0 files changed, 0 insertions, 0 deletions