feat: Add hardware metadata schema.

* Initial hardware metadata JSON schema.
* GH Action to validate all schemas for boards/shields.
This commit is contained in:
Peter Johanson
2021-03-27 20:51:04 -04:00
committed by Pete Johanson
parent 4a5454b0f9
commit 1d69bdda60
5 changed files with 368 additions and 0 deletions

View File

@@ -7,3 +7,8 @@ west-commands:
- name: test
class: Test
help: run ZMK testsuite
- file: scripts/west_commands/metadata.py
commands:
- name: metadata
class: Metadata
help: Operate on ZMK metadata files