Skip to content

Commit

Permalink
Remove coreIndex requirement (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Jan 19, 2024
1 parent 6e5b9ac commit 07fc7aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,10 @@
},
"coreConfigs": {
"type": "array",
"description": "Each MCU core has a mandatory `coreIndex` and `programBinary` as well as several other optional properties.",
"description": "Each MCU core has a mandatory `programBinary` as well as several other optional properties.",
"items": {
"type": "object",
"required": [
"coreIndex",
"programBinary"
],
"properties": {
Expand Down Expand Up @@ -422,12 +421,11 @@
},
"coreConfigs": {
"type": "array",
"description": "Each MCU core has a mandatory `coreIndex` and `programBinary` as well as several other optional properties.",
"description": "Each MCU core has a mandatory `programBinary` as well as several other optional properties.",
"items": {
"type": "object",
"properties": {
"required": [
"coreIndex",
"programBinary"
],
"coreIndex": {
Expand Down

0 comments on commit 07fc7aa

Please sign in to comment.