Skip to content

all: support for Go 1.27#5477

Merged
deadprogram merged 7 commits into
devfrom
go1.27-ci
Jul 14, 2026
Merged

all: support for Go 1.27#5477
deadprogram merged 7 commits into
devfrom
go1.27-ci

test: skip crypto/ecdsa on wasi for now, since it never finishes

7238da4
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: xiao-esp32c3 succeeded Jul 14, 2026 in 47m 29s

Hardware CI passed

Hardware CI tests have passed.

Details

board image

Seeed Studio Xiao ESP32-C3

Flash

go: downloading tinygo.org/x/tap v0.1.0
go: downloading tinygo.org/x/drivers v0.34.0
   code    data     bss |   flash     ram
  13098     176    8808 |   13274    8984
Connecting to /dev/ttyACM3...
Connected.
Detected chip: ESP32-C3
USB-JTAG/Serial interface detected, disabling watchdogs
Loading stub loader...
Stub running.
Erasing entire flash...
Flash erased.
Attaching SPI flash...
Configuring flash size...
Auto-detected flash size: 4MB
Flash params set to 0x022F
SHA digest in image updated
Attaching SPI flash...
Compressed 13376 bytes to 9200 (69%)
Flash begin: 9200 bytes at 0x00000000 (1 compressed blocks)

[##################################################]  100.0%
Flash complete. Verifying...
MD5 verified: fabc86e8d7189bf96958bbb0e914a32e

Device reset.

Tests

Timeout waiting for device prompt. trying anyhow...
TAP version 13
1..6
ok 1 - digitalReadVoltage (GPIO)
ok 2 - digitalWrite (GPIO)
ok 3 - analogReadVoltage (ADC)
ok 4 - analogReadGround (ADC)
ok 5 - i2cConnection (MPU6050)
ok 6 - spiTxRx (SPI)