co2_sensing/Cargo.toml

54 lines
2 KiB
TOML
Raw Normal View History

2022-09-08 01:22:35 +00:00
[package]
name = "embassy-rp-skeleton"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-07-04 20:58:27 +00:00
embassy-embedded-hal = { version = "0.1.0", features = ["defmt"] }
embassy-sync = { version = "0.6.0", features = ["defmt"] }
2024-05-16 22:58:23 +00:00
embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
2024-07-04 20:58:27 +00:00
embassy-time = { version = "0.3.1", features = ["defmt", "defmt-timestamp-uptime"] }
2024-05-16 22:58:23 +00:00
embassy-rp = { version = "0.1.0", features = ["defmt", "unstable-pac", "time-driver", "critical-section-impl"] }
2024-07-04 20:58:27 +00:00
embassy-usb = { version = "0.2.0", features = ["defmt"] }
# embassy-net = { version = "0.4.0", features = ["defmt", "tcp", "udp", "raw", "dhcpv4", "medium-ethernet"] }
embassy-net-wiznet = { version = "0.1.0", features = ["defmt"] }
embassy-futures = { version = "0.1.0"}
embassy-usb-logger = { version = "0.2.0"}
cyw43 = { version = "0.1.0", features = ["defmt", "firmware-logs"] }
cyw43-pio = { version = "0.1.0", features = ["defmt", "overclock"] }
2022-09-08 01:22:35 +00:00
defmt = "0.3"
2024-05-16 22:58:23 +00:00
defmt-rtt = "0.4"
2024-07-04 20:58:27 +00:00
fixed = "1.23.1"
fixed-macro = "1.2"
2024-05-16 22:58:23 +00:00
2024-07-04 20:58:27 +00:00
#cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
2024-05-16 22:58:23 +00:00
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
cortex-m-rt = "0.7.0"
2024-07-04 20:58:27 +00:00
critical-section = "1.1"
panic-probe = { version = "0.3", features = ["print-defmt"] }
2024-07-04 20:58:27 +00:00
display-interface-spi = "0.4.1"
embedded-graphics = "0.7.1"
st7789 = "0.6.1"
display-interface = "0.4.1"
byte-slice-cast = { version = "1.2.0", default-features = false }
smart-leds = "0.3.0"
heapless = "0.8"
usbd-hid = "0.7.0"
2022-09-08 01:22:35 +00:00
2024-07-04 20:58:27 +00:00
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
embedded-hal-async = "1.0"
embedded-hal-bus = { version = "0.1", features = ["async"] }
embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
embedded-storage = { version = "0.3" }
static_cell = "2"
2024-06-25 20:20:08 +00:00
portable-atomic = { version = "1.5", features = ["critical-section"] }
2024-07-04 20:58:27 +00:00
log = "0.4"
pio-proc = "0.2"
pio = "0.2.1"
rand = { version = "0.8.5", default-features = false }
2024-06-25 20:20:08 +00:00
embedded-sdmmc = "0.7.0"
2024-07-04 20:58:27 +00:00
[profile.release]
debug = 2