commit | 04d3c3c1a0d479aada6bab83b3d29e6bf61a2a6a | [log] [tgz] |
---|---|---|
author | Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com> | Thu Sep 17 02:54:50 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 17 09:31:28 2020 +0200 |
tree | 8a39749ae7506a89f7275b991c20c217de623b40 | |
parent | 060d36537a62a34bfaedf309bf15d9da8c70d4f4 [diff] |
docs: ref: kernel: memoryslabs: Adding notes if APIs called from ISR Added a note in documentation for k_mem_slab_alloc(), k_mem_pool_alloc() and k_heap_alloc() are safe to call in an interrupt with the timeout K_NO_WAIT. Fixes: #28020 Signed-off-by: Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com>