]> begriffs open source - freertos/commit
Remove duplicate pop from MPU Wrappers ASM Files (#1008)
authorSoren Ptak <ptaksoren@gmail.com>
Mon, 18 Mar 2024 10:51:21 +0000 (03:51 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 10:51:21 +0000 (16:21 +0530)
commit625b24a104dd901d86759668b6b272590d154308
treef176babd441f6f84ce9a81d179082ed9f5fcb4ff
parent6dcce924907bc86a4732be67a2f9e33567d7f563
Remove duplicate pop from MPU Wrappers ASM Files (#1008)

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/mpu_wrappers_v2_asm.S

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/mpu_wrappers_v2_asm.S

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/mpu_wrappers_v2_asm.S

* Remove duplicate pop instruction from portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/mpu_wrappers_v2_asm.S

* Run the copy_files.py script to update the ARMv8M ports to remove the duplicate pop instruction in mpu_wrappers_v2_asm

* Remove duplicate pop instruction from portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c

* Remove duplicate pop instruction from portable/IAR/ARM_CM4F_MPU/mpu_wrappers_v2_asm.S

* Remove duplicate pop instruction from portable/RVDS/ARM_CM4_MPU/mpu_wrappers_v2_asm.c

---------

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
32 files changed:
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/mpu_wrappers_v2_asm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/mpu_wrappers_v2_asm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/mpu_wrappers_v2_asm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/mpu_wrappers_v2_asm.c
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/mpu_wrappers_v2_asm.S
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/mpu_wrappers_v2_asm.S
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/mpu_wrappers_v2_asm.S
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/mpu_wrappers_v2_asm.S
portable/GCC/ARM_CM23/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM33/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM55/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM85/non_secure/mpu_wrappers_v2_asm.c
portable/GCC/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.c
portable/IAR/ARM_CM23/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM33/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM4F_MPU/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM55/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM85/non_secure/mpu_wrappers_v2_asm.S
portable/IAR/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.S
portable/RVDS/ARM_CM4_MPU/mpu_wrappers_v2_asm.c