aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorPatrick Lindsay <[email protected]>2024-03-13 21:29:55 -0500
committerRon Evans <[email protected]>2024-03-27 11:55:25 +0100
commitb6fdbee14e79bacc091ab805a169c551f140f33a (patch)
tree29a2bf39ac4af32f51dfc5827c54e52b83010857 /targets
parenta5ceb793be150f3bef1cb7bb9a3faa63a3a65d90 (diff)
downloadtinygo-b6fdbee14e79bacc091ab805a169c551f140f33a.tar.gz
tinygo-b6fdbee14e79bacc091ab805a169c551f140f33a.zip
Begin implementing support for Adafruit ESP32 Feather V2
Diffstat (limited to 'targets')
-rw-r--r--targets/adafruit-esp32-feather-v2.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/adafruit-esp32-feather-v2.json b/targets/adafruit-esp32-feather-v2.json
new file mode 100644
index 000000000..9db914dbd
--- /dev/null
+++ b/targets/adafruit-esp32-feather-v2.json
@@ -0,0 +1,4 @@
+{
+ "inherits": ["esp32"],
+ "build-tags": ["adafruit_esp32_feather_v2"]
+}