Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP32: Update ESP-IDF to 4.2+b132b611
Our branch: https://github.com/mongoose-os/esp-idf/tree/4.2-r3 Based on upstream commit: espressif/esp-idf@b132b61 #580 ESP32: Update ESP-IDF to 4.2+b132b611
- Loading branch information
9da5cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something tries to allocate >1MB of memory early in the boot process:
It doesn't happen with 4.2-r2
9da5cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C++ exception frame initialization code. it' benign (exceptions are disabled anyway) but it looks scary, will fix.
9da5cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't look scary to me, but I thought it's better to notify you.
9da5cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in r4