From ba5310f5942173c24b9dcc41461d00c0bc630429 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Mon, 9 Oct 2023 09:05:10 +0200 Subject: [PATCH 1/3] add v3 core (mb samples) --- pxtarget.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pxtarget.json b/pxtarget.json index bc4bee380..122c9ffc3 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -12,6 +12,7 @@ "libs/core-mini-codal", "libs/v1", "libs/v2", + "libs/v3", "libs/radio", "libs/devices", "libs/bluetooth", From 1dcdb3778b9f1d1e665efc9605c6e15555bbeb72 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Wed, 11 Oct 2023 12:56:32 +0200 Subject: [PATCH 2/3] change githubCorePackage --- pxtarget.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 122c9ffc3..d68f62048 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -178,8 +178,8 @@ "type": "git" }, "codalBinary": "MICROBIT", - "githubCorePackage": "lancaster-university/microbit-v2-samples", - "gittag": "v0.2.13", + "githubCorePackage": "calliope-edu/microbit-v2-samples", + "gittag": "v0.2.13-calliope", "serviceId": "mbcodal2", "dockerImage": "pext/yotta:update-yotta3", "yottaConfigCompatibility": true From 83d4d0910df6f7750f0e60ffd8f0b11ac727eb79 Mon Sep 17 00:00:00 2001 From: Amerlander Date: Wed, 11 Oct 2023 15:18:35 +0200 Subject: [PATCH 3/3] change githubCorePackage to branch instead of tag --- pxtarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index d68f62048..39abaf567 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -179,7 +179,7 @@ }, "codalBinary": "MICROBIT", "githubCorePackage": "calliope-edu/microbit-v2-samples", - "gittag": "v0.2.13-calliope", + "gittag": "calliope", "serviceId": "mbcodal2", "dockerImage": "pext/yotta:update-yotta3", "yottaConfigCompatibility": true