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