-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add portMEMORY_BARRIER() to RX MCU ports #864
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #864 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 6 6
Lines 3179 3179
Branches 885 885
=======================================
Hits 2977 2977
Misses 95 95
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @Skptak |
@kar-rahul-aws I have reverted this change from the SH2A_FPU portmacro.h file. |
Kudos, SonarCloud Quality Gate passed! |
FreeRTOS#864) * added correct trap_handler initialization in main.c Co-authored-by: Joseph Julicher <[email protected]> Co-authored-by: Kody Stribrny <[email protected]> Co-authored-by: Aniruddha Kanhere <[email protected]>
Description
Add the provided
portMEMORY_BARRIER()
from #854 to the Renesas RX MCU Ports.Test Steps
Checklist:
Related Issue
#854
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.