No FreeRTOS settings to override INCLUDE_xTaskGetCurrentTaskHandle
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.2k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
The freertos10_xilinx.tcl script that generates FreeRTOSConfig.h file doesn't allow to override the default setting for INCLUDE_xTaskGetCurrentTaskHandle, found in FreeRTOS.h. The default value is disabled.
Third party SafeFlash library from HCC requires this feature to be enabled.
Currently there's no way to get around this but to post-edit the FreeRTOSConfig.h file, which is far from being a good solution.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with freertos10_xilinx.tcl, which generates FreeRTOSConfig.h, and compare its available settings with INCLUDE_xTaskGetCurrentTaskHandle in FreeRTOS.h. Done means the setting can be overridden through the generation flow, allowing SafeFlash to use the feature without post-editing FreeRTOSConfig.h.
Written by the indexing model from the issue text.
Assessment
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100