mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-25 03:01:06 +00:00
This commit fixes the following issues with the LP mailbox when LP core interrupts are enabled - 1. Removed static storage classifier on the interrupt handler to remove internal linkage and allow the linker to override the weak symbol. 2. Fixed a bug in the interrupt handler where the ACK bit interrupt was not being cleared correctly. 3. Fixed a bug in the LP core interrupt handler where the message mask was not being set correctly. Closes https://github.com/espressif/esp-idf/issues/18095