-
Notifications
You must be signed in to change notification settings - Fork 211
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
Better distuingish which file can and cannot by compiled with C compiler. #266
Better distuingish which file can and cannot by compiled with C compiler. #266
Conversation
ca42702
to
f3798a6
Compare
f3798a6
to
2a3042d
Compare
@MichalPrincNXP I believe this is ready for merge |
There are several unit test sources where the workaround for Compiler redefinition errors in arm_compat.h have been applied recently. This is related to the update to CMSIS 5.8.0 in the MCUXpressoSDK.
Could you please keep the include order in following files? |
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
Is it ok now? |
Yes, thanks, I am still testing on boards ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Onboard testing finished, just a minor update in unit_test_client.cpp needed:
gtestListener.h -> gtestListener.hpp
myAlloc.h -> myAlloc.hpp
Thank you, Dusan |
Signed-off-by: Cervenka Dusan cervenka@acrios.com
Pull request
Choose Correct
Describe the pull request
Renaming C++ header files extensions from .h to .hpp. This can inform programers which header files shouldn't be compiled with C compiler (do not include in .c files).
To Reproduce
Expected behavior
Screenshots
Desktop (please complete the following information):
Steps you didn't forgot to do
Additional context