better, not done

This commit is contained in:
2024-08-20 15:13:03 +02:00
parent 2d8d8aeb0a
commit 6c556b8fbf
14 changed files with 997 additions and 19 deletions

View File

@ -17,9 +17,9 @@ extern "C" {
#[panic_handler]
fn panic(panic: &PanicInfo<'_>) -> ! {
unsafe {
osal::stop_it();
}
// unsafe { this breaks in ISR
// osal::stop_it();
// }
// TODO: Make this unicode-safe
_ = writeln!(crate::fsrc::sif::Stderr {},"");
_ = write!(crate::fsrc::sif::Stderr {},"in task \"");