firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f6676c82689a4e7314b93c8eb98ddd08152fe708 48 lines 1.2 kB view raw
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 = "0.6" 23cortex-m = "0.7" 24cortex-m-rt = "0.7" 25embedded-hal = "1.0" 26defmt = "1.0" 27defmt-rtt = "1.0" 28panic-probe = { version = "1.0", features = ["print-defmt"] } 29critical-section = "1.2" 30portable-atomic = { version = "1.11", features = ["critical-section"] } 31mcp9808 = "0.4" 32usb-device = "0.3" 33usbd-serial = "0.2" 34crc32fast = { version = "1.5", default-features = false } 35embedded-graphics = "0.8.1" 36heapless = "0.9" 37once_cell = { version = "1.21", default-features = false, features = ["critical-section"] } 38postcard = "1.1" 39serde = { version = "1.0", default-features = false, features = ["derive"] } 40elf = "0.8" 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"