Make boot2 optional

This commit is contained in:
9names 2022-01-20 20:14:09 +11:00
parent 332fe645a8
commit 8b7b0b168b

View file

@ -15,6 +15,7 @@ cortex-m = "0.7.2"
rp2040-hal = { path = "../../rp2040-hal", version = "0.4.0" }
cortex-m-rt = { version = "0.7.0", optional = true }
embedded-hal = { version = "0.2.4", features = ["unproven"] }
rp2040-boot2 = { version = "0.2.0", optional = true }
[features]
default = ["rt", "boot2"]