]> begriffs open source - freertos/commit
Remove default behaviour of FREERTOS_HEAP. (#807)
authorBoris van der Meer <borisvandermeer@hotmail.com>
Mon, 23 Oct 2023 06:57:54 +0000 (08:57 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 06:57:54 +0000 (14:57 +0800)
commit9f4a0e308b311e9fa7ae112a74a27b62a2bbb138
tree24d008516d6036dfb63a8e4ddeba12d9fda01b6f
parent7562ebc6e13ae560de98b00ac96c2d518b0c6639
Remove default behaviour of FREERTOS_HEAP. (#807)

To build a complete static application (configSUPPORT_DYNAMIC_ALLOCATION
set to 0) an ugly workaround is necessary, because when FREERTOS_HEAP is
not set, heap 4 is automatically selected in the current CMake.

Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com>
Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
CMakeLists.txt