rust-raspberrypi-OS-tutorials/18_backtrace/kernel/tests
Andre Richter 2e72a8408f
Rework driver subsystem
This update significantly decouples the generic kernel code
from the BSP code.
Prior to this patch, the BSP had way too much business logic
that should have always been the generic kernel's concern.
2022-10-23 17:40:04 +02:00
..
panic_exit_success Add tutorial 18 2022-05-02 23:56:16 +02:00
panic_wait_forever Add tutorial 18 2022-05-02 23:56:16 +02:00
00_console_sanity.rb Add tutorial 18 2022-05-02 23:56:16 +02:00
00_console_sanity.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
01_timer_sanity.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
02_exception_sync_page_fault.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
03_exception_restore_sanity.rb Add tutorial 18 2022-05-02 23:56:16 +02:00
03_exception_restore_sanity.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
04_exception_irq_sanity.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
05_backtrace_sanity.rb Add tutorial 18 2022-05-02 23:56:16 +02:00
05_backtrace_sanity.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
06_backtrace_invalid_frame.rb Add tutorial 18 2022-05-02 23:56:16 +02:00
06_backtrace_invalid_frame.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
07_backtrace_invalid_link.rb Add tutorial 18 2022-05-02 23:56:16 +02:00
07_backtrace_invalid_link.rs Rework driver subsystem 2022-10-23 17:40:04 +02:00
boot_test_string.rb Add tutorial 18 2022-05-02 23:56:16 +02:00