mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Replace *_thread_resource_pool_assign() in the reference with the new k_thread_heap_assign() since both k_thread_resource_pool_assign() and z_thread_resource_pool_assign() has been removed prio to v2.5 (by the commitc770cab1a3and3c2c1d85b0respectively) along with the k_mem_pool API removal. For the resource pool inheritance test, the variables with "res_pool" string has been replaced by "heap_mem" to align with the documentation fix. No functionality has been changed. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>