]> begriffs open source - freertos/commit
Add macro guard configUSE_MPU_WRAPPERS_V1 to remove definition missing warning. ...
authorRahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
Mon, 16 Dec 2024 12:56:43 +0000 (18:26 +0530)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 12:56:43 +0000 (18:26 +0530)
commitb58005a4da1bb5380fda8796b862451d42358839
tree7035a44253ec2af4d066edd7af1b5382e439954c
parent974351fe4aec19779f5be774007810c6ab36a8ab
Add macro guard configUSE_MPU_WRAPPERS_V1 to remove definition missing warning. (#1208)

Add macro guard to removed definition missing warning
23 files changed:
.github/allowed_urls.txt [new file with mode: 0644]
.github/workflows/ci.yml
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/GCC/ARM_CM35P/non_secure/port.c
portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
portable/GCC/ARM_CM55/non_secure/port.c
portable/GCC/ARM_CM55_NTZ/non_secure/port.c
portable/GCC/ARM_CM85/non_secure/port.c
portable/GCC/ARM_CM85_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/IAR/ARM_CM35P/non_secure/port.c
portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
portable/IAR/ARM_CM55/non_secure/port.c
portable/IAR/ARM_CM55_NTZ/non_secure/port.c
portable/IAR/ARM_CM85/non_secure/port.c
portable/IAR/ARM_CM85_NTZ/non_secure/port.c