[package] name = "wiredsensor-bridge" description = "Turns a spare RP2040 into a USB-to-RS485 bridge for testing the bus" version.workspace = true edition.workspace = true license.workspace = true [[bin]] name = "wiredsensor-bridge" path = "src/main.rs" test = false bench = false [dependencies] rp2040-hal = { version = "0.12", features = ["rt", "critical-section-impl"] } rp2040-boot2 = "0.3" cortex-m = "0.7" cortex-m-rt = "0.7" embedded-hal = "1.0" fugit = "0.3" usb-device = "0.3" usbd-serial = "0.2" panic-halt = "1.0"