Skip to content

Commit

Permalink
chore: add 2.10.0 target, DISABLE_MCUCHECK flag (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored May 12, 2024
1 parent e65e925 commit f7ae1ec
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@
"path": "object.sha"
}
},
"v2.10.0-rc4": {
"sha": "e0aca6433ec7dc949491c0479403c0f1b85fe1ea"
},
"v2.10.0-rc3": {
"sha": "30e8769f701d3faf2c05516a9889378881353c33"
},
"v2.10.0-rc2": {
"sha": "58b8cb364f7bfe0ce87c22e152943acd8bdf0f65"
},
"v2.10.0-rc1": {
"sha": "0f7b0ec26e41f0e129d3ef81ae595885d807c911"
"v2.10.0": {
"sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c"
},
"v2.9.4": {
"sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768",
Expand Down Expand Up @@ -59,6 +50,13 @@
"YES",
"CHOICE"
]
},
"disable_mcucheck": {
"build_flag": "DISABLE_MCUCHECK",
"values": [
"YES",
"NO"
]
}
},
"tags": {
Expand Down

0 comments on commit f7ae1ec

Please sign in to comment.