tg-rcore-tutorial-uart1 0.1.0-preview.1

NS16550A UART driver for S-Mode in rCore tutorial.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tg-rcore-tutorial-uart1"
description = "NS16550A UART driver for S-Mode in rCore tutorial."
version = "0.1.0-preview.1"
edition = "2024"
authors = ["TanGram Team"]
repository = "https://github.com/rcore-os/tg-rcore-tutorial"
homepage = "https://github.com/rcore-os/tg-rcore-tutorial"
documentation = "https://docs.rs/tg-rcore-tutorial-uart1"
license = "GPL-3.0"
readme = "README.md"
keywords = ["ai", "ai4ose", "kernel", "learning", "os"]
categories = ["no-std", "embedded"]

[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]

[workspace]