Update project name and authors

This commit is contained in:
9names 2021-08-01 23:31:24 +10:00
parent fe36baa230
commit 34c1effc3a

View File

@ -1,13 +1,13 @@
[package] [package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"] authors = ["the rp-rs team"]
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"
name = "rp-test" name = "app-template-rp2040-hal"
version = "0.1.0" version = "0.1.0"
[dependencies] [dependencies]
cortex-m = { version = "0.7.1", features = ["inline-asm"] } cortex-m = "0.7.3"
cortex-m-rt = "0.6.10" cortex-m-rt = "0.6.15"
embedded-hal = { version = "0.2.5", features=["unproven"] } embedded-hal = { version = "0.2.5", features=["unproven"] }
embedded-time = "0.12.0" embedded-time = "0.12.0"
@ -17,11 +17,6 @@ panic-probe = "0.1.0"
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main" } rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main" }
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" } rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" }
panic-halt = "0.2.0"
[patch.crates-io]
cortex-m = { git = "https://github.com/rust-embedded/cortex-m" }
[features] [features]
default = [ default = [