[package] authors = ["Priec "] name = "async_uart" edition = "2024" version = "0.1.0" [dependencies] cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] } cortex-m-rt = "0.7.5" panic-halt = "1.0.0" embassy-executor = { version = "0.9.1", features = ["arch-cortex-m", "executor-thread"] } embassy-futures = "0.1.2" embassy-stm32 = { version = "0.4.0", features = ["unstable-pac", "stm32u575zi", "time-driver-any", "memory-x", "defmt"] } embassy-sync = "0.7.2" embassy-time = { version = "0.5.0", features = ["tick-hz-32_768"] } embassy-usb = "0.5.1" embedded-hal = "1.0.0" embedded-graphics = "0.8.1" heapless = { version = "0.9.1", default-features = false } micromath = "2.1.0" tinybmp = "0.6.0" panic-probe = { version = "1.0.0", features = ["defmt"] } defmt-rtt = "1.1.0" defmt = "1.0.1" static_cell = "2.1.1" embedded-io-async = "0.6.0" embedded-io = "0.6.1" [dev-dependencies] defmt-test = "0.4.0"