From c499b7b54d02d94b618207eed8995df39de9395b Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Mon, 10 Sep 2018 15:35:06 -0400 Subject: [PATCH] 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 --- libs/core/pxt.json | 5 +++-- pxtarget.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/core/pxt.json b/libs/core/pxt.json index 4c001b7e..3a948a55 100644 --- a/libs/core/pxt.json +++ b/libs/core/pxt.json @@ -43,7 +43,7 @@ ], "public": true, "dependencies": {}, - "yotta": { + "yotta": { "optionalConfig": { "microbit-dal": { "bluetooth": { @@ -59,7 +59,8 @@ "pairing_mode": 1, "whitelist": 1, "security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM", - "gatt_table_size": "0x700" + "gatt_table_size": "0x700", + "partial_flashing": 1 } } }, diff --git a/pxtarget.json b/pxtarget.json index ea5cb6c8..1344a131 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -215,7 +215,7 @@ "yottaTarget": "bbc-microbit-classic-gcc", "yottaCorePackage": "microbit", "githubCorePackage": "lancaster-university/microbit", - "gittag": "dal-integration-3", + "gittag": "dal-integration-5", "serviceId": "microbit", "dockerImage": "pext/yotta:latest" },