diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index f5e6548bd71..03d3ce39010 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -597,6 +597,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o ```codecard [{ + "name": "RobotGyms Robot PU Pro", + "url":"/pkg/robotgyms/pxt-robotpu", + "cardType": "package" +}, { "name": "Elecfreaks PU Robot", "url":"/pkg/elecfreaks/pxt-PU-Robot", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index 71f8257525b..2a23530e8f3 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -448,6 +448,7 @@ "forward-education/pxt-ceibal-ubit": {}, "bsiever/pxt-sen66": { "tags": [ "Science" ] }, "skinformatics/enorasiscore-makecode": { "tags": [ "Science" ] }, + "robotgyms/pxt-robotpu": { "tags": [ "Robotics" ] }, "pasalt/pxt-neopixel-matrix-extension": { "tags": [ "Lights and Display" ] }, "forward-education/pxt-ai-voice": { "tags": [ "Science" ] }, "elecfreaks/pxt-pu-robot": { "tags": [ "Robotics" ] },