-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the issue
The customization documentation lists INCLUDE_xEventGroupSetBitFromISR
and INCLUDE_xResumeFromISR
. Both are not used in the actual FreeRTOS code as far as I can tell.
xEventGroupSetBitsFromISR
documentation refers to INCLUDE_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=code
INCLUDE_xEventGroupSetBitFromISR
search results in code: https://github.com/search?q=repo%3AFreeRTOS%2FFreeRTOS-Kernel+INCLUDE_xEventGroupSetBitFromISR&type=code
Both options are listed at https://www.freertos.org/Documentation/02-Kernel/03-Supported-devices/02-Customization