Skip to content

esp-develop-20210220

Compare
Choose a tag to compare
@igrr igrr released this 20 Feb 00:14
· 29707 commits to esp-develop since this release
  • Rebased on top of QEMU 5.2.0, fixed breakage/deprecations, adapted ESP32 patches to meson build system.
  • Added RSA peripheral based on libgcrypt.
  • Added flash encryption and decryption.
  • Added I2C peripheral (based on #11).
  • Enabled FPU coprocessor instructions for ESP32 core.
  • eFuse: fixed write operation wiping previously written bits.
  • SHA: fixed internal state not being reset when START register is written.
  • UART: simplified autobaud implementation, added RXFIFO_TOUT interrupt, added MEM_RX_STATUS register, exposed UART1 and UART2 devices.
  • esp32: fixed IRAM memory range, resolving the issue with loading esptool flasher stub.
  • esp32: updated ROM to ECO3 version.
  • timers: fixed compilation warnings.