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
Add missing gen_uicr configuration symbols to the compliance check's
UNDEF list. These symbols are used by the UICR generation system and
need to be excluded from the undefined symbol check.
The following UICR-related Kconfig symbols are added:
- GEN_UICR_SECONDARY_PROCESSOR_APPLICATION
- GEN_UICR_SECONDARY_PROCESSOR_RADIOCORE
- GEN_UICR_SECONDARY_WDTSTART_INSTANCE_WDT0
- GEN_UICR_SECONDARY_WDTSTART_INSTANCE_WDT1
- GEN_UICR_WDTSTART_INSTANCE_WDT0
- GEN_UICR_WDTSTART_INSTANCE_WDT1
These symbols are part of the UICR (User Information Configuration
Registers) generation framework for Nordic devices and are intentionally
defined outside of the standard Kconfig hierarchy.
Upstream PR #: 97914
Signed-off-by: Sebastian Bøe <[email protected]>
0 commit comments