Skip to content

conf:machine: Fix whitespaces in supported hardware and add warning

Tobias Poganiuch requested to merge fix_supported_hardware into kirkstone

The names of the supported hardware must not contain any whitespaces. The CI/CD scripts split the names by whitespace, hence splitting the names into fragments when using whitespaces within.

Merge request reports