[package]
edition = "2024"
name = "tg-rcore-tutorial-uart1"
version = "0.1.0-preview.1"
authors = ["TanGram Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NS16550A UART driver for S-Mode in rCore tutorial."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial"
documentation = "https://docs.rs/tg-rcore-tutorial-uart1"
readme = "README.md"
keywords = [
"ai",
"ai4ose",
"kernel",
"learning",
"os",
]
categories = [
"no-std",
"embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial"
[package.metadata.docs.rs]
targets = ["riscv64gc-unknown-none-elf"]
[lib]
name = "tg_rcore_tutorial_uart1"
path = "src/lib.rs"