Skip to content

esp32s3: fix register-window corruption under interrupt load - #5600

Open
deadprogram wants to merge 1 commit into
devfrom
esp32s3-ble
Open

esp32s3: fix register-window corruption under interrupt load#5600
deadprogram wants to merge 1 commit into
devfrom
esp32s3-ble

esp32s3: fix register-window corruption under interrupt load

c97bbcc
Select commit
Loading
Failed to load commit list.
TinyHCI / tinyhci: arduino succeeded Aug 22, 2026 in 56m 52s

Hardware CI passed

Hardware CI tests have passed.

Details

board image

Arduino Uno

Flash

go: downloading tinygo.org/x/tap v0.1.0
go: downloading tinygo.org/x/drivers v0.33.0
   code    data     bss |   flash     ram
   8336     532     582 |    8868    1114

avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file /tmp/tinygo2611538519/main.hex for flash
         with 8868 bytes in 1 section within [0, 0x22a3]
         using 70 pages and 92 pad bytes
avrdude: writing 8868 bytes flash ...

Writing | ################################################## | 100% 1.62s

avrdude: 8868 bytes of flash written
avrdude: verifying flash memory against /tmp/tinygo2611538519/main.hex

Reading | ################################################## | 100% 1.19s

avrdude: 8868 bytes of flash verified

avrdude done.  Thank you.


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 (MPU6050)
ok 8 - spiTxRx (SPI)