Add macro guard configUSE_MPU_WRAPPERS_V1 to remove definition missing warning. (#1208)

Add macro guard to removed definition missing warning
This commit is contained in:
Rahul Kar 2024-12-16 18:26:43 +05:30 committed by GitHub
parent 974351fe4a
commit b58005a4da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 89 additions and 84 deletions

3
.github/allowed_urls.txt vendored Normal file
View file

@ -0,0 +1,3 @@
https://www.renesas.com/us/en/document/mah/rh850f1k-group-users-manual-hardware?r=1170166
https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rh850-automotive-mcus
https://www.renesas.com/us/en/software-tool/c-compiler-package-rh850-family#downloads

View file

@ -33,6 +33,8 @@ jobs:
uses: actions/checkout@v4.1.1
- name: Link Verification
uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
with:
allowlist-file: '.github/allowed_urls.txt'
verify-manifest:
runs-on: ubuntu-latest