]> begriffs open source - freertos/commit
Add trace hook macro for most ports (#794)
authorBoris van der Meer <borisvandermeer@hotmail.com>
Wed, 20 Sep 2023 10:49:42 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 10:49:42 +0000 (16:19 +0530)
commitd43062ba7862f6c354ca414b411958ce12a7187f
treeba9769f660f5e5ea757c11276ae547b407a6bb38
parent83861f5b1def1e4a3e1ea75562446f06e5b4359e
Add trace hook macro for most ports (#794)

Add trace hook macro for most ports

In pull request #659 we introduced better support for tracing
tools like systemview. This patchset adds support for more
ports as requested in the original pull request.
103 files changed:
portable/ARMv8M/non_secure/port.c
portable/ARMv8M/non_secure/portmacrocommon.h
portable/CCS/ARM_CM3/port.c
portable/CCS/ARM_CM3/portmacro.h
portable/CCS/ARM_CM4F/port.c
portable/CCS/ARM_CM4F/portmacro.h
portable/CodeWarrior/ColdFire_V1/portmacro.h
portable/CodeWarrior/ColdFire_V2/portmacro.h
portable/GCC/ARM_CM0/port.c
portable/GCC/ARM_CM0/portmacro.h
portable/GCC/ARM_CM23/non_secure/port.c
portable/GCC/ARM_CM23/non_secure/portmacrocommon.h
portable/GCC/ARM_CM23_NTZ/non_secure/port.c
portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM3/port.c
portable/GCC/ARM_CM3/portmacro.h
portable/GCC/ARM_CM33/non_secure/port.c
portable/GCC/ARM_CM33/non_secure/portmacrocommon.h
portable/GCC/ARM_CM33_NTZ/non_secure/port.c
portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM35P/non_secure/port.c
portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h
portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM3_MPU/port.c
portable/GCC/ARM_CM3_MPU/portmacro.h
portable/GCC/ARM_CM4F/port.c
portable/GCC/ARM_CM4F/portmacro.h
portable/GCC/ARM_CM4_MPU/port.c
portable/GCC/ARM_CM4_MPU/portmacro.h
portable/GCC/ARM_CM55/non_secure/port.c
portable/GCC/ARM_CM55/non_secure/portmacrocommon.h
portable/GCC/ARM_CM55_NTZ/non_secure/port.c
portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM7/r0p1/portmacro.h
portable/GCC/ARM_CM85/non_secure/port.c
portable/GCC/ARM_CM85/non_secure/portmacrocommon.h
portable/GCC/ARM_CM85_NTZ/non_secure/port.c
portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h
portable/GCC/ColdFire_V2/portmacro.h
portable/GCC/NiosII/portmacro.h
portable/GCC/RISC-V/portmacro.h
portable/GCC/STR75x/portmacro.h
portable/IAR/ARM_CM0/port.c
portable/IAR/ARM_CM0/portmacro.h
portable/IAR/ARM_CM23/non_secure/port.c
portable/IAR/ARM_CM23/non_secure/portmacrocommon.h
portable/IAR/ARM_CM23_NTZ/non_secure/port.c
portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM3/port.c
portable/IAR/ARM_CM3/portmacro.h
portable/IAR/ARM_CM33/non_secure/port.c
portable/IAR/ARM_CM33/non_secure/portmacrocommon.h
portable/IAR/ARM_CM33_NTZ/non_secure/port.c
portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM35P/non_secure/port.c
portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h
portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM4F/port.c
portable/IAR/ARM_CM4F/portmacro.h
portable/IAR/ARM_CM4F_MPU/port.c
portable/IAR/ARM_CM4F_MPU/portmacro.h
portable/IAR/ARM_CM55/non_secure/port.c
portable/IAR/ARM_CM55/non_secure/portmacrocommon.h
portable/IAR/ARM_CM55_NTZ/non_secure/port.c
portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM7/r0p1/port.c
portable/IAR/ARM_CM7/r0p1/portmacro.h
portable/IAR/ARM_CM85/non_secure/port.c
portable/IAR/ARM_CM85/non_secure/portmacrocommon.h
portable/IAR/ARM_CM85_NTZ/non_secure/port.c
portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h
portable/IAR/AtmelSAM7S64/portmacro.h
portable/IAR/AtmelSAM9XE/portmacro.h
portable/IAR/LPC2000/portmacro.h
portable/IAR/RISC-V/portmacro.h
portable/IAR/STR71x/portmacro.h
portable/IAR/STR75x/portmacro.h
portable/IAR/STR91x/portmacro.h
portable/MPLAB/PIC32MEC14xx/portmacro.h
portable/MPLAB/PIC32MX/portmacro.h
portable/MPLAB/PIC32MZ/portmacro.h
portable/MikroC/ARM_CM4F/port.c
portable/MikroC/ARM_CM4F/portmacro.h
portable/RVDS/ARM_CM0/port.c
portable/RVDS/ARM_CM0/portmacro.h
portable/RVDS/ARM_CM3/port.c
portable/RVDS/ARM_CM3/portmacro.h
portable/RVDS/ARM_CM4F/port.c
portable/RVDS/ARM_CM4F/portmacro.h
portable/RVDS/ARM_CM4_MPU/port.c
portable/RVDS/ARM_CM4_MPU/portmacro.h
portable/RVDS/ARM_CM7/r0p1/port.c
portable/RVDS/ARM_CM7/r0p1/portmacro.h
portable/Tasking/ARM_CM4F/port.c
portable/Tasking/ARM_CM4F/portmacro.h
portable/ThirdParty/CDK/T-HEAD_CK802/port.c
portable/ThirdParty/CDK/T-HEAD_CK802/portmacro.h
portable/ThirdParty/GCC/Posix/portmacro.h
portable/ThirdParty/GCC/RP2040/include/portmacro.h
portable/ThirdParty/GCC/RP2040/port.c
portable/ThirdParty/GCC/Xtensa_ESP32/port_systick.c