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

Add memory allocation configuration options to FreeRTOSConfig.h #92

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

VladimirUmek
Copy link
Collaborator

  • Create configuration section: Memory Allocation Configuration

    • Add new configuration options
    • Move configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION into this section
  • Remove vApplicationGetIdleTaskMemory and vApplicationGetTimerTaskMemory implementations from RTOS2 wrapper (they are now provided by the FreeRTOS kernel)

- Create configuration section: Memory Allocation Configuration
  - Add new configuration options
  - Move configSUPPORT_STATIC_ALLOCATION and configSUPPORT_DYNAMIC_ALLOCATION into this section

- Remove vApplicationGetIdleTaskMemory and vApplicationGetTimerTaskMemory implementations from RTOS2 wrapper
  (they are now provided by the FreeRTOS kernel)
@VladimirUmek VladimirUmek merged commit d5708b0 into main Mar 13, 2024
1 check passed
@VladimirUmek VladimirUmek deleted the update_cfg branch March 13, 2024 09:47
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.

1 participant