commit | 8760971f84a736dd670d463feb811b397925db61 | [log] [tgz] |
---|---|---|
author | Gergely Korcsák <gergely.korcsak@arm.com> | Tue Mar 05 15:11:26 2024 +0100 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Mon Apr 08 19:26:10 2024 +0200 |
tree | a5928fbb8614b6de81d0d11aafdf8671d7d5b137 | |
parent | 9b00aecd9fff74af3cc3ab702b0f1debb60c486d [diff] |
cppcheck: Remove old CMSIS folder from exclusion Old `platform/ext/cmsis` was kept in, for tests to pass while the refresh of CMSIS from version 5 to 6 was unmerged. See in commit: https://review.trustedfirmware.org/c/ci/tf-m-ci-scripts/+/26521 CMSIS was moved to libraries instead of being held in the source files, as now it is compact. Merged change in mention: https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/26428 Signed-off-by: Gergely Korcsák <gergely.korcsak@arm.com> Change-Id: Icaaa92b52e9285893945fb209e447a34088fe43a
diff --git a/cppcheck/tfm-suppress-list.txt b/cppcheck/tfm-suppress-list.txt index 8f2e19f..11e11da 100644 --- a/cppcheck/tfm-suppress-list.txt +++ b/cppcheck/tfm-suppress-list.txt
@@ -49,7 +49,6 @@ *:*/tools/* *:*/bl2/ext/* *:*/platform/ext/accelerator/* -*:*/platform/ext/cmsis/* *:*/platform/ext/driver/* *:*/platform/ext/target/* *:*/mcuboot/*