mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 21:00:59 +00:00

* Add test case * Split into files * Do not clear interrupt status bits in handler * Document changes * Refactor gpio tests to test the default interrupt handler by default * Fix typo * Extract mk_static * Write a bit about interrupt handling * Various fixes * Test that the future doesn't resolve for a preceding interrupt * Add multi-core test * ESP32: handle GPIO interrupt on the listening core * Fix multi-core edge case