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: pico succeeded Jul 14, 2026 in 57m 29s

Hardware CI passed

Hardware CI tests have passed.

Details

board image

Raspberry Pi RP2040 Pico

Flash

go: downloading tinygo.org/x/tap v0.1.0
go: downloading tinygo.org/x/drivers v0.34.0
   code    data     bss |   flash     ram
  14596     144    6040 |   14740    6184

Tests

TAP version 13
1..8
ok 1 - digitalReadVoltage (GPIO)
ok 2 - digitalReadGround (GPIO)
ok 3 - digitalWrite (GPIO)
ok 4 - analogReadVoltage (ADC)
ok 5 - analogReadGround (ADC)
ok 6 - analogReadHalfVoltage (ADC)
ok 7 - i2cConnection (I2C)
ok 8 - spiTxRx (SPI)