commit | f3a3ad308c45c31df28c3f4af885de6e8195fb18 | [log] [tgz] |
---|---|---|
author | Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com> | Fri Mar 28 10:49:48 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Apr 01 11:59:39 2025 +0200 |
tree | 3c8ce0ef56a550a079af275541f510e7c28b3885 | |
parent | 48f7fcd2f0256e6c3a75aade4b2f249c2574bcdf [diff] |
thread_analyzer: Allow to override the auto-analysis thread priority By default the thread priority is still the lowest application thread priority. Allow the priority to be increase by specifying both, the `override` option as well as the desired `priority`. This pattern was taken from the shell thread. Signed-off-by: Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com>