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

Allow the use of non-static allocation for FreeRTOS mutexes & queues #1767

Merged
merged 8 commits into from
Dec 5, 2022
Merged

Allow the use of non-static allocation for FreeRTOS mutexes & queues #1767

merged 8 commits into from
Dec 5, 2022

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    d588167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ddd559 View commit details
    Browse the repository at this point in the history
  3. Fix white space issue.

    pete-pjb committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    25abb10 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Alter tuh_task_ext() function so no need to return when using FreeRTOS

    PeterB authored and PeterB committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ae588d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c31b95c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    3816869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52261ac View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. clean osal_freertos, update freertos examples to work with configSUPP…

    …ORT_DYNAMIC_ALLOCATION only
    
    note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
    of heap_n.c must be included in makefile/cmake
    hathach committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    de5a67b View commit details
    Browse the repository at this point in the history