Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

components: Add options to customize FreeRTOS behaviour. #444

Closed
wants to merge 1 commit into from

Conversation

danicampora
Copy link
Contributor

@danicampora danicampora commented Mar 20, 2017

These options are:

- SUPPORT_STATIC_ALLOCATION
- ENABLE_STATIC_TASK_CLEAN_UP_HOOK
- TIMER_TASK_PRIORITY
- TIMER_TASK_STACK_DEPTH
- TIMER_QUEUE_LENGTH

…s are:

    - SUPPORT_STATIC_ALLOCATION
    - ENABLE_STATIC_TASK_CLEAN_UP_HOOK
    - TIMER_TASK_PRIORITY
    - TIMER_TASK_STACK_DEPTH
    - TIMER_QUEUE_LENGTH
@danicampora danicampora changed the title components: Add options to customize FreeRTOS behaviour. These option… components: Add options to customize FreeRTOS behaviour. Mar 20, 2017
@projectgus
Copy link
Contributor

This looks good to me. There's one typo, and I'd like to reduce the minimum configurable stack size so that it can be the set the same as currently, but I can make these changes when I cherry-pick the commit.

Thanks! :)

@projectgus projectgus added the Status: Pending blocked by some other factor label Mar 22, 2017
help
Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.

Bare in mind that if this option is enabled you will need to implement the following function:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: bear

@danicampora
Copy link
Contributor Author

@projectgus thanks :-)

igrr pushed a commit that referenced this pull request Mar 23, 2017
The options are:
    - SUPPORT_STATIC_ALLOCATION
    - ENABLE_STATIC_TASK_CLEAN_UP_HOOK
    - TIMER_TASK_PRIORITY
    - TIMER_TASK_STACK_DEPTH
    - TIMER_QUEUE_LENGTH

Merges #444 #444
@projectgus
Copy link
Contributor

Merged in 01ad387. Thanks again!

@projectgus projectgus closed this Mar 23, 2017
@igrr igrr removed the Status: Pending blocked by some other factor label Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants