firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
1[workspace]
2resolver = "3"
3
4members = [
5 "fw16-epd-bsp",
6 "eepy",
7 "eepy-sys",
8 "eepy-serial",
9 "eepy-serial-host",
10 "eepy-gui",
11 "eepy-example-app",
12 "elf2epb",
13 "pervasive-spi",
14 "tp370pgh01",
15 "eepy-launcher",
16 "eepytool",
17 "eepy-derive",
18]
19
20[workspace.dependencies]
21rp2040-hal = "0.11"
22rp2040-flash = { git = "https://github.com/arthomnix/rp2040-flash", rev = "a18ac01" }
23cortex-m = "0.7"
24cortex-m-rt = "0.7"
25embedded-hal = "1.0"
26defmt = "0.3"
27defmt-rtt = "0.4"
28panic-probe = { version = "0.3", features = ["print-defmt"] }
29critical-section = "1.2"
30portable-atomic = { version = "1.10", features = ["critical-section"] }
31mcp9808 = "0.4"
32usb-device = "0.3"
33usbd-serial = "0.2"
34crc32fast = { version = "1.4", default-features = false }
35embedded-graphics = "0.8.1"
36heapless = "0.8"
37once_cell = { version = "1.20", default-features = false, features = ["critical-section"] }
38postcard = "1.1"
39serde = { version = "1.0", default-features = false, features = ["derive"] }
40elf = "0.7"
41clap = { version = "4.5", features = ["derive"] }
42serialport = "4.7"
43tar = "0.4"
44zstd = "0.13"
45strum = { version = "0.27", default-features = false, features = ["derive"] }
46tickv = "2.0"
47siphasher = "1.0"
48fugit = "0.3"