firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[workspace]
2resolver = "2"
3
4members = [
5 "fw16-epd-bsp",
6 "fw16-epd-main", "fw16-epd-program-interface",
7 "pervasive-spi",
8 "tp370pgh01",
9]
10
11[workspace.dependencies]
12rp2040-hal = "0.11"
13rp2040-flash = { path = "/home/arthomnix/git/rp2040-flash" }
14cortex-m = "0.7"
15cortex-m-rt = "0.7"
16embedded-hal = "1.0"
17embedded-hal-bus = "0.2"
18defmt = "0.3"
19defmt-rtt = "0.4"
20panic-probe = { version = "0.3", features = ["print-defmt"] }
21critical-section = "1.2"
22portable-atomic = { version = "1.10", features = ["critical-section"] }
23mcp9808 = "0.4"
24usb-device = "0.3"
25usbd-serial = "0.2"
26crc32fast = { version = "1.4", default-features = false }
27embedded-graphics = { version = "0.8.1", features = ["defmt"] }