pub unsafe fn configure_trap_handler()Expand description
The ESP32C3 should support non-vectored and vectored interrupts, but vectored interrupts seem more reliable so let’s use that.
pub unsafe fn configure_trap_handler()The ESP32C3 should support non-vectored and vectored interrupts, but vectored interrupts seem more reliable so let’s use that.