Expand description
High-level setup and interrupt mapping for the chip.
Structs§
Constants§
Statics§
Functions§
- _start_
trap_ ⚠vectored - configure_
trap_ ⚠handler - The ESP32C3 should support non-vectored and vectored interrupts, but vectored interrupts seem more reliable so let’s use that.
- disable_
interrupt_ ⚠trap_ handler - Function that gets called if an interrupt occurs while an app was running.
- start_
trap_ ⚠rust - Trap handler for board/chip specific code.