Skip to content

Commit 08ed2af

Browse files
committed
feat(rt): add initial code for T-Head C907 (Allwinner V861/V881) support
Signed-off-by: Zhouqi Jiang <[email protected]>
1 parent f9bebf4 commit 08ed2af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
//! T-Head C907 microarchitecture support.
2+
3+
// TODO thead_c907_start
4+
// TODO thead_c907_halt

allwinner-rt/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub mod arch {
3333
pub mod andes_a27l2;
3434
pub mod riscv_fpu;
3535
pub mod thead_c906;
36+
pub mod thead_c907;
3637
}
3738

3839
pub mod soc {

0 commit comments

Comments
 (0)