targets: add WaveShare ESP-C3-32S-Kit

I've had this board for a while now, but never added proper TinyGo
support. So here is a PR to do just that.
This commit is contained in:
Ayke van Laethem
2024-10-21 11:59:09 +02:00
committed by Ron Evans
parent b2fbbeb771
commit e615c25319
3 changed files with 47 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"inherits": ["esp32c3"],
"build-tags": ["esp_c3_32s_kit"],
"serial-port": ["1a86:7523"]
}