ax-task 0.8.2

OS-independent IRQ-safe SMP task scheduling core
Documentation
1
2
3
4
#[allow(deprecated)]
pub(super) fn emit_byte(byte: u8) {
    sbi_rt::legacy::console_putchar(byte as usize);
}