-
Notifications
You must be signed in to change notification settings - Fork 41
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
sam0: Name all anonymous bit-fields with qualifiers #45
sam0: Name all anonymous bit-fields with qualifiers #45
Conversation
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
@nandojve: Would you mind taking a look before I do the rest? |
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
This conforms to CWG2229 and enables compilation with clang++. Signed-off-by: Thomas Schranz <[email protected]>
@nandojve should be ready now. |
Hi @wag-thom , You need to create a zephyr PR that will fetch this changes, see process-for-submitting-changes-to-existing-modules. Search by hal_atmel and replace the Note, don't forget to add the |
Hi @nandojve My original Issue zephyrproject-rtos/zephyr#84242 also noted, that some SOCs here also have bit-fields which are named One option to fix that would be to |
The correct solution would be rename the EMPTY here and solve once for all. |
@nandojve I created a PR in zephyr and the CI looks good.
Ok, I guess that should be done in a separate PR. |
Names all anonymous bit-fields with qualifiers to
Reserved1
,Reserved2
, ...This conforms to CWG2229 and enables compilation with clang++.
(See Zephyr Issue zephyrproject-rtos/zephyr#84242)