2021-03-29 02:11:32 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
2022-02-16 02:54:39 +00:00
|
|
|
edition = "2021"
|
2021-03-29 02:11:32 +00:00
|
|
|
name = "embassy-rp-examples"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-04-02 02:35:06 +00:00
|
|
|
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime"] }
|
2022-02-15 16:28:48 +00:00
|
|
|
embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["defmt", "unstable-traits", "nightly", "unstable-pac"] }
|
2021-11-02 17:52:03 +00:00
|
|
|
atomic-polyfill = "0.1.5"
|
2021-03-29 02:11:32 +00:00
|
|
|
|
2021-11-15 16:19:19 +00:00
|
|
|
defmt = "0.3"
|
|
|
|
defmt-rtt = "0.3"
|
2021-03-29 02:11:32 +00:00
|
|
|
|
2021-11-15 19:11:08 +00:00
|
|
|
cortex-m = "0.7.3"
|
2021-08-18 22:56:11 +00:00
|
|
|
cortex-m-rt = "0.7.0"
|
2021-11-15 16:19:19 +00:00
|
|
|
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
2021-09-10 22:10:46 +00:00
|
|
|
futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] }
|
2021-07-20 08:06:57 +00:00
|
|
|
display-interface-spi = "0.4.1"
|
|
|
|
embedded-graphics = "0.7.1"
|
|
|
|
st7789 = "0.6.1"
|
2022-02-16 02:54:39 +00:00
|
|
|
display-interface = "0.4.1"
|
|
|
|
byte-slice-cast = { version = "1.2.0", default-features = false }
|
2022-04-22 17:58:24 +00:00
|
|
|
|
|
|
|
embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" }
|
|
|
|
embedded-hal-async = { version = "0.1.0-alpha.0" }
|