commit | 8c48665868f60d72c2bdebff877ae4b15482c7be | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Tue Jul 30 13:00:15 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Aug 02 03:29:55 2024 -0400 |
tree | 74a6d0332560b68c8441391ed78aae89bd26ea69 | |
parent | 3bf35ce696e1f3b0433bf3930dbd685daf952b35 [diff] |
kernel: Remove k_thread_priority_set() restriction Removes the ISR restriction from k_thread_priority_set(). Since the first commit, the routine k_thread_priority_set() has had a restriction preventing it from being called from within the context of an ISR. As there does not (any longer) appear to be a reason why the restriction exists, it is being removed. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>