Uart now has correct write implementation presumably
This commit is contained in:
parent
8d5cd862ab
commit
024115e389
6 changed files with 41 additions and 29 deletions
|
@ -34,7 +34,7 @@ $(BIN): $(ELF)
|
|||
# Run in QEMU
|
||||
run: $(BIN)
|
||||
echo "Press CTRL+A then X to exit QEMU"
|
||||
$(QEMU) -machine virt -nographic -bios none -kernel $(BIN) -device loader,file=$(BIN),addr=0x80000000 -device sifive_uart
|
||||
$(QEMU) -machine virt -nographic -bios none -kernel $(BIN) -device loader,file=$(BIN),addr=0x80000000
|
||||
|
||||
# Clean up generated files
|
||||
clean:
|
||||
|
|
Reference in a new issue