-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Coding GuidelinesCoding guidelines and styleCoding guidelines and style
Description
Describe the bug
Code should be compliant with the Rule 21.2 - A reserved identifier or reserved macro name shall not be declared
https://docs.zephyrproject.org/latest/guides/coding_guidelines/index.html?highlight=guidelines
Also refer to the discussion in RFC #32590
To Reproduce
Static analysis scans with enabled coding guideline checkers will show all the issues.
Expected behavior
Code should be compliant with the rule.
Additional context
Code should be compliant with the rules for Functional Safety
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Coding GuidelinesCoding guidelines and styleCoding guidelines and style