valentyusb: Add software for liteuart console
authorMatt Johnston <matt@codeconstruct.com.au>
Mon, 7 Feb 2022 09:07:14 +0000 (17:07 +0800)
committerMatt Johnston <matt@codeconstruct.com.au>
Fri, 4 Mar 2022 03:49:39 +0000 (11:49 +0800)
commit7f9f8485467193af57243c8f87727e3399621797
tree2d63c4ba159f6b3c9b6c80c5dfea2d1398bfd9c1
parent6be3e1a336617bda24308791f0907c5d61729027
valentyusb: Add software for liteuart console

usb_hello is a copy of hello_world but uses both consoles

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
include/liteuart_console.h [new file with mode: 0644]
lib/liteuart_console.c [new file with mode: 0644]
usb_hello/Makefile [new file with mode: 0644]
usb_hello/head.S [new file with mode: 0644]
usb_hello/powerpc.lds [new file with mode: 0644]
usb_hello/usb_hello.c [new file with mode: 0644]