Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not define __PASTE macro for Arm-compiler #201

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

urutva
Copy link
Contributor

@urutva urutva commented Oct 9, 2024

Description

__PASTE macro is defined for Arm Compiler in its header files so to avoid conflicts it is undefined as it is already defined by corePkcs11 headers.

The changes are validated with https://github.com/FreeRTOS/iot-reference-arm-corstone3xx

Test Steps

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

__PASTE macro is defined for Arm Compiler in its header files
so to avoid conflicts it is undefined as it is already defined by
corePkcs11 headers.

Signed-off-by: Ahmed Ismail <[email protected]>
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.78%. Comparing base (e0cd4db) to head (5e2087e).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
+ Coverage   94.02%   96.78%   +2.76%     
==========================================
  Files           3        3              
  Lines        1690     1744      +54     
  Branches      442      456      +14     
==========================================
+ Hits         1589     1688      +99     
+ Misses         17        0      -17     
+ Partials       84       56      -28     
Flag Coverage Δ
unit_tests 96.78% <ø> (+2.76%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tony-josi-aws tony-josi-aws merged commit 8a4ac0e into FreeRTOS:main Nov 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants