firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[workspace]
2resolver = "2"
3
4members = [
5 "fw16-epd-bsp",
6 "eepy",
7 "eepy-sys",
8 "eepy-serial",
9 "eepy-gui",
10 "eepy-example-app",
11 "elf2epb",
12 "pervasive-spi",
13 "tp370pgh01", "eepy-launcher",
14]
15
16[workspace.dependencies]
17rp2040-hal = "0.11"
18rp2040-flash = { path = "/home/arthomnix/git/rp2040-flash" }
19cortex-m = "0.7"
20cortex-m-rt = "0.7"
21embedded-hal = "1.0"
22defmt = "0.3"
23defmt-rtt = "0.4"
24panic-probe = { version = "0.3", features = ["print-defmt"] }
25critical-section = "1.2"
26portable-atomic = { version = "1.10", features = ["critical-section"] }
27mcp9808 = "0.4"
28usb-device = "0.3"
29usbd-serial = "0.2"
30crc32fast = { version = "1.4", default-features = false }
31embedded-graphics = "0.8.1"
32heapless = "0.8"
33once_cell = { version = "1.20", default-features = false, features = ["critical-section", "portable-atomic"] }
34postcard = "1.1"
35serde = { version = "1.0", default-features = false, features = ["derive"] }