Skip to content

Commit 52de34a

Browse files
committed
build: 使用 uart16550 v0.0.0
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 98869e4 commit 52de34a

File tree

3 files changed

+20
-56
lines changed

3 files changed

+20
-56
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- Hint spin loop in hart state monitor module
1212
- Add crate *bench-kernel* to workspace for sbi call bench
13-
- Add crate *uart16550* for 16550 define
1413
- Add SBI DBCN extension support
1514

1615
### Modified
@@ -23,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2322
- Use crate *aclint* version 0.0.0 in rustsbi-qemu for aclint structs
2423
- Use crate *os-xtask-utils* version 0.0.0 in xtask builder
2524
- Use crate *sifive-test-device* version 0.0.0 instead of qemu-exit
25+
- Use crate *uart16550* version 0.0.0 for 16550 definition
2626
- Use `wfi` for suspend and stop without enable mie
2727

2828
### Fixed

Cargo.lock

Lines changed: 18 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustsbi-qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rcore-console = "0.0.0"
2727
aclint = "0.0.0"
2828
sifive-test-device = "0.0.0"
2929
dtb-walker = "=0.2.0-alpha.3"
30-
uart16550 = { git = "https://github.com/YdrMaster/uart16550", rev = "68ad4d8" }
30+
uart16550 = "0.0.0"
3131

3232
hsm-cell = { path = "../hsm-cell" }
3333
fast-trap = { version = "=0.0.1", features = ["riscv-m"] }

0 commit comments

Comments
 (0)