]> begriffs open source - freertos/commit
Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Mon, 12 Jun 2023 10:47:17 +0000 (18:47 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Jun 2023 10:47:17 +0000 (16:17 +0530)
commit17a46c252f2f237e03a6768c5d15731215322f31
tree61d3211318f04b2adf664c79857cdae2309bb08b
parent77d8086f1c36f97e4254adb715c40ae6dbcc6164
 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)

* Use portTASK_FUNCTION_PROTO to replace portNORETURN
29 files changed:
include/FreeRTOS.h
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/GCC/ARM_CM35P/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/portmacro.h
portable/GCC/ARM_CM0/portmacro.h
portable/GCC/ARM_CM23/non_secure/portmacro.h
portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM3/portmacro.h
portable/GCC/ARM_CM33/non_secure/portmacro.h
portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM35P/non_secure/portmacro.h
portable/GCC/ARM_CM35P_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM3_MPU/portmacro.h
portable/GCC/ARM_CM4F/portmacro.h
portable/GCC/ARM_CM4_MPU/portmacro.h
portable/GCC/ARM_CM55/non_secure/portmacro.h
portable/GCC/ARM_CM55_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM7/r0p1/portmacro.h
portable/GCC/ARM_CM85/non_secure/portmacro.h
portable/GCC/ARM_CM85_NTZ/non_secure/portmacro.h
portable/ThirdParty/GCC/Posix/portmacro.h
portable/ThirdParty/GCC/RP2040/include/portmacro.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
tasks.c
timers.c