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",
14 "eepy-launcher",
15 "eepytool",
16]
17
18[workspace.dependencies]
19rp2040-hal = "0.11"
20rp2040-flash = { path = "/home/arthomnix/git/rp2040-flash" }
21cortex-m = "0.7"
22cortex-m-rt = "0.7"
23embedded-hal = "1.0"
24defmt = "0.3"
25defmt-rtt = "0.4"
26panic-probe = { version = "0.3", features = ["print-defmt"] }
27critical-section = "1.2"
28portable-atomic = { version = "1.10", features = ["critical-section"] }
29mcp9808 = "0.4"
30usb-device = "0.3"
31usbd-serial = "0.2"
32crc32fast = { version = "1.4", default-features = false }
33embedded-graphics = "0.8.1"
34heapless = "0.8"
35once_cell = { version = "1.20", default-features = false, features = ["critical-section"] }
36postcard = "1.1"
37serde = { version = "1.0", default-features = false, features = ["derive"] }
38elf = "0.7"
39clap = { version = "4.5", features = ["derive"] }
40serialport = "4.7"
41tar = "0.4"
42zstd = "0.13"