Fixed no test crate error
This commit is contained in:
parent
60e6258b26
commit
5ae9e09667
@ -3,8 +3,6 @@ name = "rp2040"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.2"
|
cortex-m = "0.7.2"
|
||||||
waveshare-rp2040-zero = "0.6.0"
|
waveshare-rp2040-zero = "0.6.0"
|
||||||
@ -47,3 +45,9 @@ disable-intrinsics = ["rp2040-hal/disable-intrinsics"]
|
|||||||
|
|
||||||
# This enables ROM functions for f64 math that were not present in the earliest RP2040s
|
# This enables ROM functions for f64 math that were not present in the earliest RP2040s
|
||||||
rom-v2-intrinsics = ["rp2040-hal/rom-v2-intrinsics"]
|
rom-v2-intrinsics = ["rp2040-hal/rom-v2-intrinsics"]
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "rp2040"
|
||||||
|
test = false
|
||||||
|
bench = false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user