[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]