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

Configure Feed

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

upload rp2040-flash fork to github

+2 -2
+2 -2
Cargo.toml
··· 17 17 18 18 [workspace.dependencies] 19 19 rp2040-hal = "0.11" 20 - rp2040-flash = { path = "/home/arthomnix/git/rp2040-flash" } 20 + rp2040-flash = { git = "https://github.com/arthomnix/rp2040-flash", rev = "a18ac01" } 21 21 cortex-m = "0.7" 22 22 cortex-m-rt = "0.7" 23 23 embedded-hal = "1.0" ··· 40 40 serialport = "4.7" 41 41 tar = "0.4" 42 42 zstd = "0.13" 43 - strum = { version = "0.26", default-features = false, features = ["derive"] } 43 + strum = { version = "0.27", default-features = false, features = ["derive"] } 44 44 tickv = "2.0" 45 45 siphasher = "1.0"