]> begriffs open source - freertos/commit
Add configuration include to secure_heap.c (#1141)
authorOliver Mueller <olstyle@gmx.de>
Tue, 10 Sep 2024 05:46:40 +0000 (07:46 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2024 05:46:40 +0000 (11:16 +0530)
commit310ace5dd0a7391124448d56a309e7e1b6926f10
treecf57c1db6050401bcc095d5d8660b49c6d57bdb4
parent93e8199078fdde7785582d2458aec672ef4e9be2
Add configuration include to secure_heap.c (#1141)

Add configuration include to secure_heap.c

Enables actually changing the size of the secure heal
portable/ARMv8M/secure/heap/secure_heap.c
portable/GCC/ARM_CM23/secure/secure_heap.c
portable/GCC/ARM_CM33/secure/secure_heap.c
portable/GCC/ARM_CM35P/secure/secure_heap.c
portable/GCC/ARM_CM55/secure/secure_heap.c
portable/GCC/ARM_CM85/secure/secure_heap.c
portable/IAR/ARM_CM23/secure/secure_heap.c
portable/IAR/ARM_CM33/secure/secure_heap.c
portable/IAR/ARM_CM35P/secure/secure_heap.c
portable/IAR/ARM_CM55/secure/secure_heap.c
portable/IAR/ARM_CM85/secure/secure_heap.c