Skip to content

esp-develop-20220203

Compare
Choose a tag to compare
@igrr igrr released this 03 Feb 12:27
· 20328 commits to esp-develop since this release
  • Rebased on top of QEMU 6.2.0. Fixed breakage/deprecations.
  • Fixed division by zero in UART emulation. (#24)
  • Fixed build errors under MSYS. (#31, thanks @smuehlst!)
  • ESP32 APP CPU now sees the correct ROM code. Previously PRO and APP CPUs in QEMU shared the same ROM code, which isn't the case on the real ESP32. This fixes, among other things, the location of APP CPU stack at boot time.