commit | 053e5f93ac7192d5fcffd33fc5c2164ec6e4bffa | [log] [tgz] |
---|---|---|
author | Filip Kokosinski <fkokosinski@antmicro.com> | Thu Mar 14 13:27:53 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 19 07:55:58 2024 -0400 |
tree | 4cb70ed57a166f6495863a08f6d6947baf037eed | |
parent | cb99303dd44cbab95265ae59ab8e6b34e91d016a [diff] |
twister: use enum for the `arch` field in Twister platform schema This commit adds an enum to the `arch` field of the Twister platform schema. This helps better filter boards for testcases which use architecture-based filters, and helps maintain uniformity in naming convetion. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>