Browse Source
soc.yml files define SoC names which are used in board.yml. All SoC names and directories are exported to the build system and can be referenced using the SoC name as identifier. Kconfig defines a CONFIG_SOC setting with the same name which can be used in build system and is selected by the board. Thus the CONFIG_SOC value can be used to lookup the details of the SoC. This commit introduces a new compliance check which ensures the SoC name and the CONFIG_SOC name value are in sync. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>pull/69687/head
1 changed files with 29 additions and 0 deletions
Loading…
Reference in new issue