-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from ahmedcharles/workspace
Use workspace depdencies.
- Loading branch information
Showing
24 changed files
with
277 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,25 +4,25 @@ version = "0.7.0" | |
authors = ["Andrew Christiansen <[email protected]>", "The rp-rs Developers"] | ||
edition = "2018" | ||
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-kb2040" | ||
description = "Board Support Package for the Adafruit adafruit-kb2040" | ||
description = "Board Support Package for the Adafruit KB2040" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/rp-rs/rp-hal-boards.git" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
cortex-m-rt = { version = "0.7.3", optional = true } | ||
embedded-hal = { version = "0.2.7", features = ["unproven"] } | ||
rp2040-boot2 = { version = "0.3.0", optional = true } | ||
rp2040-hal = { version = "0.9.0" } | ||
cortex-m-rt = { workspace = true, optional = true } | ||
embedded-hal = { workspace = true, features = ["unproven"] } | ||
rp2040-boot2 = { workspace = true, optional = true } | ||
rp2040-hal.workspace = true | ||
|
||
[dev-dependencies] | ||
panic-halt = "0.2.0" | ||
rp2040-boot2 = "0.3" | ||
smart-leds = "0.3.0" | ||
fugit = "0.3.7" | ||
nb = "1.1.0" | ||
ws2812-pio = "0.7.0" | ||
panic-halt.workspace = true | ||
rp2040-boot2.workspace = true | ||
smart-leds.workspace = true | ||
fugit.workspace = true | ||
nb.workspace = true | ||
ws2812-pio.workspace = true | ||
|
||
[features] | ||
# This is the set of features we enable by default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.