firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[workspace]
2resolver = "2"
3
4members = [
5 "fw16-epd-bsp", "fw16-epd-gui",
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"
17defmt = "0.3"
18defmt-rtt = "0.4"
19panic-probe = { version = "0.3", features = ["print-defmt"] }
20critical-section = "1.2"
21portable-atomic = { version = "1.10", features = ["critical-section"] }
22mcp9808 = "0.4"
23usb-device = "0.3"
24usbd-serial = "0.2"
25crc32fast = { version = "1.4", default-features = false }
26embedded-graphics = { version = "0.8.1", features = ["defmt"] }
27heapless = "0.8"
28once_cell = { version = "1.20", default-features = false, features = ["critical-section", "portable-atomic"] }