alpha
Login
or
Join now
arthomnix.dev
/
eepy
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
firmware for my Touchscreen E-Paper Input Module for Framework Laptop 16
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
upload rp2040-flash fork to github
author
arthomnix
date
1 year ago
(Feb 10, 2025, 7:53 PM UTC)
commit
b8e16f2e
b8e16f2ec4c8ed4b38a4aecb5118d74cdb272adc
parent
c9d2c249
c9d2c249e5d6e16c27049924d4f3b8de3eeb993c
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.toml
+2
-2
Cargo.toml
Reviewed
···
17
17
18
18
[workspace.dependencies]
19
19
rp2040-hal = "0.11"
20
20
-
rp2040-flash = { path = "/home/arthomnix/git/rp2040-flash" }
20
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
43
-
strum = { version = "0.26", default-features = false, features = ["derive"] }
43
43
+
strum = { version = "0.27", default-features = false, features = ["derive"] }
44
44
tickv = "2.0"
45
45
siphasher = "1.0"