You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-07-08-riscv-from-scratch-3.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: post
3
3
title: "RISC-V from scratch 3: Writing a UART driver in assembly (1 / 3)"
4
4
date: 2019-07-08 12:42:53
5
5
categories: riscv-from-scratch
6
-
description: A post describing how UARTs work, and the beginning of an implementation for an NS16550A-compatible UART driver in RISC-V assembly.
6
+
description: A post beginning implementation of a NS16550A UART driver for the QEMU `virt` machine, discussing the basics of UART functionality and doing additional linker script and devicetree layout exploration along the way.
0 commit comments