From 3c4ad7cd2e333608b2ca6ac449cc732a7e41cb04 Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Thu, 30 May 2024 17:00:49 +0100 Subject: [PATCH] add gcube (#5632) --- docs/extensions/extension-gallery.md | 4 ++++ targetconfig.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index 0e65ea292a6..bf14800696c 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -517,6 +517,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "Gcube", + "url":"/pkg/roborisen/gcube", + "cardType": "package" +}, { "name": "Roversa", "url":"/pkg/eb8ga/pxt-roversa-2", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index bb990d49db5..06e4dbf314e 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -459,7 +459,8 @@ "grandpabond/pxt-flexfx": { "tags": [ "Software" ] }, "grandpabond/pxt-faces": { "tags": [ "Software" ] }, "joylabz/code-a-key-extension": {}, - "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] } + "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] }, + "roborisen/gcube": { "tags": [ "Robotics" ] } }, "upgrades": { "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",