]> begriffs open source - cmsis-freertos/commit
Add memory allocation configuration options to FreeRTOSConfig.h
authorVladimir Umek <vladimir.umek@arm.com>
Wed, 13 Mar 2024 09:36:18 +0000 (10:36 +0100)
committerVladimir Umek <vladimir.umek@arm.com>
Wed, 13 Mar 2024 09:47:01 +0000 (10:47 +0100)
commitd5708b08f5059a48adcf1ebe8ad6ad2b66658746
treeff66843ee4b4dc1ae64f9f57f6e1ae889cdb0519
parentfb02ad37c66fcde814a04685e727df5a7c8b3550
Add memory allocation configuration options to FreeRTOSConfig.h

- 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)
ARM.CMSIS-FreeRTOS.pdsc
CMSIS/RTOS2/FreeRTOS/Config/ARMCM/FreeRTOSConfig.h
CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c