Post links and attach files for documentation here, also chat about these docs freely

User avatar
By 0ff
#1787 os_printf will output to the "system" out, that's normally on GPIO2.
You can change that with
Code: Select allos_install_putc1((void *)uart0_write_char);

(You'd need to define uart0_write_char if I'm not mistaken)