Skip to content

Commit 7e2e178

Browse files
committed
Reword post three description for better clarity
1 parent 3d7b0f8 commit 7e2e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-07-08-riscv-from-scratch-3.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: "RISC-V from scratch 3: Writing a UART driver in assembly (1 / 3)"
44
date: 2019-07-08 12:42:53
55
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.
77
---
88

99
{: .no_toc}

0 commit comments

Comments
 (0)