You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/lib/cpp/cxx: remove inline comments from DTS-generated headers
The DTS extraction process generates headers with inline comments, which
are not ignored properly by the C++ preprocessor. This is causing build
failures when using devicetree macros in C++ code.
Add a note to the C++ documentation to inform users about the issue and
how to work around it, and update the C++ test case.
Signed-off-by: Luca Burelli <[email protected]>
0 commit comments