aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordeadprogram <[email protected]>2022-07-25 21:12:36 +0200
committerRon Evans <[email protected]>2022-07-26 08:06:24 +0200
commit1f43f32aaedd610b3cc3c061314542ef77d172dc (patch)
tree10978dcc3d559e4edd9598493741017e98022886
parent6d1cbe6fb9035c52d125fbe4a4dd37a1706e6bb3 (diff)
downloadtinygo-1f43f32aaedd610b3cc3c061314542ef77d172dc.tar.gz
tinygo-1f43f32aaedd610b3cc3c061314542ef77d172dc.zip
target: add gopherbot and gopherbot2 aliases to simplify for newer users
Signed-off-by: deadprogram <[email protected]>
-rw-r--r--targets/gopherbot.json3
-rw-r--r--targets/gopherbot2.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/targets/gopherbot.json b/targets/gopherbot.json
new file mode 100644
index 000000000..30c54df81
--- /dev/null
+++ b/targets/gopherbot.json
@@ -0,0 +1,3 @@
+{
+ "inherits": ["circuitplay-express"]
+}
diff --git a/targets/gopherbot2.json b/targets/gopherbot2.json
new file mode 100644
index 000000000..1c48ef719
--- /dev/null
+++ b/targets/gopherbot2.json
@@ -0,0 +1,3 @@
+{
+ "inherits": ["circuitplay-bluefruit"]
+}