ErrLookup › rust-embedded/rust-raspberrypi-OS-tutorials
rust-embedded/rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab: · Rust · 792 source files
Analyzed at 644474cc09 on 2026-09-06. 20 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| CPU Exception! {} | panic | critical | aarch64, bare-metal, exception-handling, panic |
| Overflow on Address::sub | panic | error | rust, kernel, overflow, memory |
| Should not be here. Use of SP_EL0 in EL1 is not supported. | panic | critical | aarch64, bare-metal, el0, panic, unsupported |
| No handler registered for IRQ {} | panic | error | interrupts, gicv2, aarch64, bare-metal, panic |
| transition_to_single_core_main() called while state != Init | panic | error | rust, kernel, state-machine, initialization |
| No IRQ Manager registered yet | panic | critical | rust, irq, interrupt-controller, panic, initialization-order |
| Allocation error: {:?} | panic | critical | rust, kernel, heap, oom, allocation |
| Error initializing driver: {}: {} | panic | critical | rust, driver, init, panic, boot |
| Error during driver post-init callback: {}: {} | panic | critical | rust, driver, callback, panic, boot |
| Error handling IRQ | panic | error | interrupts, gicv2, aarch64, bare-metal, panic |
| Attempt to enable IRQ {} for device {}, but driver does not | panic | critical | rust, driver, irq, unsupported-operation, panic |
| Invalid KERNEL_STATE | panic | error | rust, kernel, state-machine, panic |
| Overflow on Address::add | panic | error | memory, overflow, address-arithmetic, panic, mmu |
| Error during driver interrupt handler registration: {}: {} | panic | critical | rust, driver, irq, panic, interrupt |
| No handler registered for IRQ {} | panic | error | interrupts, bcm, raspberry-pi, bare-metal, panic |
| Error initializing timer subsystem: {} | panic | critical | kernel, timer, boot, initialization, panic |
| No handler registered for IRQ {} | panic | error | interrupts, bcm, raspberry-pi, bare-metal, panic |
| Error handling IRQ | panic | error | interrupts, bcm, raspberry-pi, bare-metal, panic |
| Error initializing BSP driver subsystem: {} | panic | critical | kernel, bsp, drivers, boot, panic |
| Error handling IRQ | panic | error | interrupts, bcm, raspberry-pi, bare-metal, panic |