[core] Update PIO builders to new structure

This commit is contained in:
Kuba Szczodrzyński
2023-02-26 22:04:18 +01:00
parent 8bbc7e13fb
commit 3413d70210
40 changed files with 814 additions and 769 deletions

View File

@@ -7,6 +7,7 @@
},
"patternProperties": {
"^[a-z0-9-]+$": {
"type": "object",
"properties": {
"parent": {
"type": [
@@ -30,6 +31,10 @@
"type": "string",
"pattern": "^[A-Z0-9]+$"
},
"package": {
"type": "string",
"pattern": "^framework-[a-z0-9-]+$"
},
"mcus": {
"type": "array",
"items": {