Skip to content

esp32: add interrupt support (vector table, timer alarm, GPIO SetInterrupt)#5510

Draft
deadprogram wants to merge 3 commits into
esp32-improve-builderfrom
esp32-irq-impl
Draft

esp32: add interrupt support (vector table, timer alarm, GPIO SetInterrupt)#5510
deadprogram wants to merge 3 commits into
esp32-improve-builderfrom
esp32-irq-impl

esp32: implement flash XIP (execute-in-place) support

750fc1f
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: pico succeeded Jul 11, 2026 in 1h 25m 14s

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
  14452     144    6032 |   14596    6176

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)