2021-03-29 02:11:32 +00:00
|
|
|
[package]
|
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"
|
2022-10-07 10:41:56 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-03-29 02:11:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-02 17:14:43 +00:00
|
|
|
embassy-embedded-hal = { version = "0.2.0", path = "../../embassy-embedded-hal", features = ["defmt"] }
|
2024-05-29 10:09:55 +00:00
|
|
|
embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["defmt"] }
|
2024-10-20 23:26:02 +00:00
|
|
|
embassy-executor = { version = "0.6.1", path = "../../embassy-executor", features = ["task-arena-size-98304", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
|
2024-08-02 17:20:26 +00:00
|
|
|
embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
|
2024-08-08 03:20:26 +00:00
|
|
|
embassy-rp = { version = "0.2.0", path = "../../embassy-rp", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl", "rp2040"] }
|
2024-08-02 19:47:05 +00:00
|
|
|
embassy-usb = { version = "0.3.0", path = "../../embassy-usb", features = ["defmt"] }
|
2024-10-06 21:47:43 +00:00
|
|
|
embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "raw", "dhcpv4", "medium-ethernet", "dns", "proto-ipv4", "proto-ipv6", "multicast"] }
|
2023-08-15 21:02:53 +00:00
|
|
|
embassy-net-wiznet = { version = "0.1.0", path = "../../embassy-net-wiznet", features = ["defmt"] }
|
2022-09-22 14:48:35 +00:00
|
|
|
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
|
2024-05-20 13:23:03 +00:00
|
|
|
embassy-usb-logger = { version = "0.2.0", path = "../../embassy-usb-logger" }
|
2024-08-05 18:58:04 +00:00
|
|
|
cyw43 = { version = "0.2.0", path = "../../cyw43", features = ["defmt", "firmware-logs", "bluetooth"] }
|
|
|
|
cyw43-pio = { version = "0.2.0", path = "../../cyw43-pio", features = ["defmt"] }
|
2021-03-29 02:11:32 +00:00
|
|
|
|
2021-11-15 16:19:19 +00:00
|
|
|
defmt = "0.3"
|
2022-11-29 20:15:24 +00:00
|
|
|
defmt-rtt = "0.4"
|
2023-05-06 09:36:07 +00:00
|
|
|
fixed = "1.23.1"
|
|
|
|
fixed-macro = "1.2"
|
2021-03-29 02:11:32 +00:00
|
|
|
|
2024-06-23 21:04:47 +00:00
|
|
|
# for web request example
|
2024-10-06 21:47:43 +00:00
|
|
|
reqwless = { git="https://github.com/drogue-iot/reqwless", rev="673e8d2cfbaad79254ec51fa50cc8b697531fbff", features = ["defmt",]}
|
2024-06-23 21:04:47 +00:00
|
|
|
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
|
|
|
|
serde-json-core = "0.5.1"
|
|
|
|
|
2024-07-08 20:07:38 +00:00
|
|
|
# for assign resources example
|
|
|
|
assign-resources = { git = "https://github.com/adamgreig/assign-resources", rev = "94ad10e2729afdf0fd5a77cd12e68409a982f58a" }
|
|
|
|
|
2022-12-10 07:26:35 +00:00
|
|
|
#cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
2023-04-18 19:07:36 +00:00
|
|
|
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
|
2021-08-18 22:56:11 +00:00
|
|
|
cortex-m-rt = "0.7.0"
|
2024-05-09 09:04:31 +00:00
|
|
|
critical-section = "1.1"
|
2021-11-15 16:19:19 +00:00
|
|
|
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
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 }
|
2024-10-09 14:04:35 +00:00
|
|
|
smart-leds = "0.4.0"
|
2023-11-08 21:59:58 +00:00
|
|
|
heapless = "0.8"
|
2024-07-16 10:26:51 +00:00
|
|
|
usbd-hid = "0.8.1"
|
2022-04-22 17:58:24 +00:00
|
|
|
|
2023-12-26 16:38:34 +00:00
|
|
|
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
|
|
|
|
embedded-hal-async = "1.0"
|
|
|
|
embedded-hal-bus = { version = "0.1", features = ["async"] }
|
2023-11-29 15:37:07 +00:00
|
|
|
embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
|
2022-10-26 08:01:52 +00:00
|
|
|
embedded-storage = { version = "0.3" }
|
2024-08-08 03:20:26 +00:00
|
|
|
static_cell = "2.1"
|
2023-11-02 20:52:07 +00:00
|
|
|
portable-atomic = { version = "1.5", features = ["critical-section"] }
|
2022-11-17 08:26:15 +00:00
|
|
|
log = "0.4"
|
2022-07-27 20:45:46 +00:00
|
|
|
pio-proc = "0.2"
|
2022-12-26 21:30:22 +00:00
|
|
|
pio = "0.2.1"
|
2023-05-30 23:01:30 +00:00
|
|
|
rand = { version = "0.8.5", default-features = false }
|
2024-05-11 13:16:20 +00:00
|
|
|
embedded-sdmmc = "0.7.0"
|
2022-09-28 08:20:04 +00:00
|
|
|
|
2024-08-05 18:58:04 +00:00
|
|
|
bt-hci = { version = "0.1.0", default-features = false, features = ["defmt"] }
|
|
|
|
trouble-host = { version = "0.1.0", features = ["defmt", "gatt"] }
|
|
|
|
|
2022-09-28 08:20:04 +00:00
|
|
|
[profile.release]
|
2023-08-15 22:40:56 +00:00
|
|
|
debug = 2
|
2024-08-08 23:05:10 +00:00
|
|
|
lto = true
|
|
|
|
opt-level = 'z'
|
2024-06-24 18:51:31 +00:00
|
|
|
|
|
|
|
[profile.dev]
|
2024-08-08 23:05:10 +00:00
|
|
|
debug = 2
|
2024-06-24 18:51:31 +00:00
|
|
|
lto = true
|
|
|
|
opt-level = "z"
|
2024-08-05 18:58:04 +00:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
|
|
|
|
embassy-executor = { path = "../../embassy-executor" }
|
|
|
|
embassy-sync = { path = "../../embassy-sync" }
|
|
|
|
embassy-futures = { path = "../../embassy-futures" }
|
|
|
|
embassy-time = { path = "../../embassy-time" }
|
|
|
|
embassy-time-driver = { path = "../../embassy-time-driver" }
|
|
|
|
embassy-embedded-hal = { path = "../../embassy-embedded-hal" }
|