[DOC] INCLUDE_xEventGroupSetBitFromISR
and INCLUDE_xResumeFromISR
configs are unused
#1210
Labels
documentation
Improvements or additions to documentation
Describe the issue
The customization documentation lists
INCLUDE_xEventGroupSetBitFromISR
andINCLUDE_xResumeFromISR
. Both are not used in the actual FreeRTOS code as far as I can tell.xEventGroupSetBitsFromISR
documentation refers toINCLUDE_xEventGroupSetBitFromISR
having to be set, but that's not the case.The actually required
configUSE_TRACE_FACILITY
is not mentioned in the requirements for this function to be present.Reference
INCLUDE_xResumeFromISR
search results in code: https://github.com/search?q=repo%3AFreeRTOS%2FFreeRTOS-Kernel+INCLUDE_xResumeFromISR&type=codeINCLUDE_xEventGroupSetBitFromISR
search results in code: https://github.com/search?q=repo%3AFreeRTOS%2FFreeRTOS-Kernel+INCLUDE_xEventGroupSetBitFromISR&type=codeBoth options are listed at https://www.freertos.org/Documentation/02-Kernel/03-Supported-devices/02-Customization
xEventGroupSetBitsFromISR
documentation.The text was updated successfully, but these errors were encountered: