commit | e676bf3d35a94163dfdfd7f232f2b16f236cb35f | [log] [tgz] |
---|---|---|
author | Utsav Munendra <utsavm@meta.com> | Sat Mar 15 10:58:56 2025 -0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Apr 14 20:03:19 2025 +0200 |
tree | 284ac401e48a084e4061d47d5d3166193e39f8b7 | |
parent | 1ce32f06337eb7bc8064aa126da88c1924e96b3f [diff] |
portability: cmsis: Store thread name within Zephyr k_thread Use underlying Zephyr thread directly to store thread name instead of storing the name in CMSIS control block. Also, allow `osThreadGetName` to work within ISR, as expected from spec. Signed-off-by: Utsav Munendra <utsavm@meta.com>