Skip to content

Commit a2e4dd3

Browse files
committed
README: Update
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent edff45a commit a2e4dd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,16 @@ All of these need EC communication support in order to work.
8282

8383
###### Communication with Embedded Controller
8484

85+
- [x] Framework Laptop 12 (Intel 13th Gen)
8586
- [x] Framework Laptop 13 (Intel 11-13th Gen)
86-
- [x] Framework Laptop 13 (AMD Ryzen)
87-
- [x] Framework Laptop 16 (AMD Ryzen)
87+
- [x] Framework Laptop 13 (AMD Ryzen 7080)
88+
- [x] Framework Laptop 13 (AMD Ryzen AI 300)
89+
- [x] Framework Laptop 16 (AMD Ryzen 7080)
90+
- [x] Framework Desktop (AMD Ryzen AI Max 300)
8891
- [x] Port I/O communication on Linux
89-
- [x] Port I/O communication on UEFI
92+
- [x] Port I/O communication in UEFI
9093
- [x] Using `cros_ec` driver in Linux kernel
94+
- [x] Using [Framework EC Windows driver](https://github.com/FrameworkComputer/crosecbus) based on [coolstar's](https://github.com/coolstar/crosecbus)
9195
- [x] Using [DHowett's Windows CrosEC driver](https://github.com/DHowett/FrameworkWindowsUtils)
9296

9397
## Prerequisites
@@ -99,8 +103,8 @@ will install the right toolchain and version for this project.
99103

100104
MSRV (Minimum Supported Rust Version):
101105

102-
- 1.61 for Linux/Windows
103-
- 1.68 for UEFI
106+
- 1.74 for Linux/Windows
107+
- 1.74 for UEFI
104108

105109
```sh
106110
# Running linter
@@ -131,10 +135,6 @@ ls -l framework_uefi/build/x86_64-unknown-uefi/boot.efi
131135
Building on Windows or in general with fewer features:
132136

133137
```ps1
134-
# Because we're fetching a private dependency from git, it might be necessary
135-
# to force cargo to use the git commandline. In powershell run:
136-
$env:CARGO_NET_GIT_FETCH_WITH_CLI='true'
137-
138138
# Build the library and tool
139139
cargo build --no-default-features --features "windows"
140140

0 commit comments

Comments
 (0)