diff options
author | deadprogram <[email protected]> | 2023-11-27 16:07:19 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-11-28 23:57:30 +0100 |
commit | e065da20cb1a63fc3b47412a85d51061710bacda (patch) | |
tree | 62bfee9ef27061cd1c1bb78d69e224ef81a53988 /targets | |
parent | d7c77b6761f25e3ded9863503ca37dc1f870ac0e (diff) | |
download | tinygo-e065da20cb1a63fc3b47412a85d51061710bacda.tar.gz tinygo-e065da20cb1a63fc3b47412a85d51061710bacda.zip |
targets: add Adafruit qtpy-esp32c3 board support
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to 'targets')
-rw-r--r-- | targets/qtpy-esp32c3.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/targets/qtpy-esp32c3.json b/targets/qtpy-esp32c3.json new file mode 100644 index 000000000..b893a11bc --- /dev/null +++ b/targets/qtpy-esp32c3.json @@ -0,0 +1,4 @@ +{ + "inherits": ["esp32c3"], + "build-tags": ["qtpy_esp32c3"] +} |