- Added SDMMC peripheral emulation on ESP32-S3 (#140).
- Extended ESP32-S3 TIE (vector) instructions: added missing
ee.vldbc.{8,16,32},ee.st.qacc_{h,l}.{h.32,l.128}.ip,ee.st.accx.ip,ee.ld.ua_state.ip,ee.st.ua_state.ip,ee.ldxq.32,ee.stxq.32; fixedee.src.qto not copy qs1→qs0 (only the.qupvariant does). - Fixed interrupts being lost or delayed on ESP32-C3 when
MIE=0(#148). - Fixed GDMA to check descriptor ownership and clear the owner bit correctly, as required by recent ESP-IDF versions (#142).
- Removed interrupt handling from the ESP32 TWAI (CAN) state, avoiding spurious interrupts.
- Fixed Windows release binaries to no longer require
libiconv-2.dllat runtime. - Inherited upstream fixes, including Python 3.14 compatibility for the msys2 build.
Thanks to @a159x36, @Throows, and @xuchang-vivo for contributing to this release!