doc: kernel: expose function

k_thread_system_pool_assign() is referenced at in the memory pool API
documentation and used in multiple tests, but generated documentation
was excluded by preprocessor condition.  Add a PREDEFINED to expose
it.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-12-06 12:16:25 -06:00 committed by Anas Nashif
commit 15b19f03dc

View file

@ -1973,6 +1973,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
"CONFIG_FLASH_PAGE_LAYOUT" \ "CONFIG_FLASH_PAGE_LAYOUT" \
"CONFIG_FPU" \ "CONFIG_FPU" \
"CONFIG_FPU_SHARING" \ "CONFIG_FPU_SHARING" \
"CONFIG_HEAP_MEM_POOL_SIZE" \
"CONFIG_MMU" \ "CONFIG_MMU" \
"CONFIG_NET_L2_ETHERNET_MGMT" \ "CONFIG_NET_L2_ETHERNET_MGMT" \
"CONFIG_NET_MGMT_EVENT" \ "CONFIG_NET_MGMT_EVENT" \