mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 16:36:18 +04:00
12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "bcm2837"
|
|
version = "0.1.0"
|
|
authors = ["equation314 <equation618@gmail.com>"]
|
|
|
|
[features]
|
|
use_generic_timer = []
|
|
|
|
[dependencies]
|
|
volatile = "0.2.4"
|
|
cortex-a = "2.2.2"
|