Skip to content

esp-develop-9.2.2-20260417

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Apr 10:30
esp-develop-9.2.2-20260417
  • 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; fixed ee.src.q to not copy qs1→qs0 (only the .qup variant 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.dll at 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!