aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorYurii Soldak <[email protected]>2022-08-26 10:10:08 +0200
committerRon Evans <[email protected]>2022-08-26 12:44:04 +0200
commitfb603a471cb556c47bfa8d8dabd7923fbfc32891 (patch)
tree9cfb0e8f4308d5bdb1f7534afac8ae684758f537 /targets
parentf4395147039fc356277399853821cb772ebda883 (diff)
downloadtinygo-fb603a471cb556c47bfa8d8dabd7923fbfc32891.tar.gz
tinygo-fb603a471cb556c47bfa8d8dabd7923fbfc32891.zip
boards: Add XIAO ESP32C3 board
Diffstat (limited to 'targets')
-rw-r--r--targets/xiao-esp32c3.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/xiao-esp32c3.json b/targets/xiao-esp32c3.json
new file mode 100644
index 000000000..d292fa482
--- /dev/null
+++ b/targets/xiao-esp32c3.json
@@ -0,0 +1,4 @@
+{
+ "inherits": ["esp32c3"],
+ "build-tags": ["xiao_esp32c3"]
+}