diff options
author | Patrick Lindsay <[email protected]> | 2024-03-13 21:29:55 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-27 11:55:25 +0100 |
commit | b6fdbee14e79bacc091ab805a169c551f140f33a (patch) | |
tree | 29a2bf39ac4af32f51dfc5827c54e52b83010857 /targets | |
parent | a5ceb793be150f3bef1cb7bb9a3faa63a3a65d90 (diff) | |
download | tinygo-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.json | 4 |
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"] +} |