From 67ea86b33e548dc8faec08e020539fdff2e10523 Mon Sep 17 00:00:00 2001 From: "Matthias L. Jugel" Date: Wed, 13 Sep 2017 11:56:58 +0200 Subject: [PATCH] add ubirch module, include ubirch/calliope-mini to trusted repos --- pxtarget.json | 1 + targetconfig.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 004e4e27..b4a93ba8 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -14,6 +14,7 @@ "libs/pxt-calliope-bc95", "libs/pxt-calliope-esp", "libs/pxt-calliope-bunt", + "libs/pxt-ubirch", "libs/Grove" ], "cloud": { diff --git a/targetconfig.json b/targetconfig.json index 0c5bc58d..10dedd58 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -2,7 +2,9 @@ "packages": { "approvedOrgs": [ "Microsoft", - "microbit-foundation" + "microbit-foundation", + "calliope-mini", + "ubirch" ], "approvedRepos": [ "CoderDojoOlney/pxt-olney"