]> begriffs open source - freertos/commit
Warning fixes. (#356)
authorKristine Jassmann <31899442+kjassmann-renesas@users.noreply.github.com>
Tue, 20 Jul 2021 19:55:49 +0000 (15:55 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 19:55:49 +0000 (12:55 -0700)
commitb5a9229563cff507dc34bff55ffeeffcb0ca8d2e
tree1907cb91475b2409c872be38f0dcdb19507bed51
parent1d86b973aa6b0bf49277b43f20450e0187696bd4
Warning fixes. (#356)

* Use cast to fix warnings.

* Remove all empty definitions of portCLEAN_UP_TCB( pxTCB ) and
  portALLOCATE_SECURE_CONTEXT( ulSecureStackSize ) from ports.
  When these are undefined, the default empty definition is defined
  in FreeRTOS.h.
20 files changed:
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
portable/GCC/ARM_CM23/non_secure/portmacro.h
portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM33/non_secure/portmacro.h
portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM23/non_secure/portmacro.h
portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM33/non_secure/portmacro.h
portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
portable/ThirdParty/GCC/ARC_v1/portmacro.h
portable/ThirdParty/XCC/Xtensa/portmacro.h
timers.c