Skip to content

[DOC] INCLUDE_xEventGroupSetBitFromISR and INCLUDE_xResumeFromISR configs are unused #1210

@arctic-alpaca

Description

@arctic-alpaca

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

xEventGroupSetBitsFromISR documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions