]> begriffs open source - freertos/commit
Place privileged symbols correctly (#84)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Tue, 14 Jul 2020 23:22:42 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 23:22:42 +0000 (16:22 -0700)
commitbb1c429378721387bd8e30450e5a0fe02af5ca40
treebeb0388d21763c3e5b8b509d8691eaecd780bd3d
parentb6a43866da8fe030243c42b4e1a5fe2072cebe96
Place privileged symbols correctly (#84)

Some of the privileged symbols were not being placed in their respective
sections. This commit addresses those and places them in
privileged_functions or privileged_data section.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
13 files changed:
list.c
portable/ARMv8M/non_secure/port.c
portable/GCC/ARM_CM23/non_secure/port.c
portable/GCC/ARM_CM23_NTZ/non_secure/port.c
portable/GCC/ARM_CM33/non_secure/port.c
portable/GCC/ARM_CM33_NTZ/non_secure/port.c
portable/IAR/ARM_CM23/non_secure/port.c
portable/IAR/ARM_CM23_NTZ/non_secure/port.c
portable/IAR/ARM_CM33/non_secure/port.c
portable/IAR/ARM_CM33_NTZ/non_secure/port.c
portable/MemMang/heap_4.c
tasks.c
timers.c