Set DAL tag to dal-integration-5 (v1) (#1200)
* Set DAL tag to dal-integration-5 (v1) * Add partial flashing config * Move partial bluetooth flashing config to optional
This commit is contained in:
parent
20500fb9ae
commit
c499b7b54d
@ -43,7 +43,7 @@
|
|||||||
],
|
],
|
||||||
"public": true,
|
"public": true,
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"yotta": {
|
"yotta": {
|
||||||
"optionalConfig": {
|
"optionalConfig": {
|
||||||
"microbit-dal": {
|
"microbit-dal": {
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
@ -59,7 +59,8 @@
|
|||||||
"pairing_mode": 1,
|
"pairing_mode": 1,
|
||||||
"whitelist": 1,
|
"whitelist": 1,
|
||||||
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
|
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM",
|
||||||
"gatt_table_size": "0x700"
|
"gatt_table_size": "0x700",
|
||||||
|
"partial_flashing": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -215,7 +215,7 @@
|
|||||||
"yottaTarget": "bbc-microbit-classic-gcc",
|
"yottaTarget": "bbc-microbit-classic-gcc",
|
||||||
"yottaCorePackage": "microbit",
|
"yottaCorePackage": "microbit",
|
||||||
"githubCorePackage": "lancaster-university/microbit",
|
"githubCorePackage": "lancaster-university/microbit",
|
||||||
"gittag": "dal-integration-3",
|
"gittag": "dal-integration-5",
|
||||||
"serviceId": "microbit",
|
"serviceId": "microbit",
|
||||||
"dockerImage": "pext/yotta:latest"
|
"dockerImage": "pext/yotta:latest"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user