Skip to content

Commit b1b7962

Browse files
committed
fwk: Mention 13th gen in readme
Same firmware as 12th gen Signed-off-by: Daniel Schaefer <[email protected]>
1 parent acd8c0b commit b1b7962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ The different Framework Laptops are each implemented as their own board:
2828
| --- | --- |
2929
| Intel 11th Gen Core Processors | `hx20` |
3030
| Intel 12th Gen Core Processors | `hx30` |
31+
| Intel 13th Gen Core Processors | `hx30` |
3132

3233
Building the project - run the command for the processor you have:
3334

3435
```sh
3536
# hx20 (11th Gen)
3637
make BOARD=hx20 CROSS_COMPILE=arm-none-eabi-
3738

38-
# hx30 (12th Gen)
39+
# hx30 (12th and 13th Gen)
3940
make BOARD=hx30 CROSS_COMPILE=arm-none-eabi-
4041
```
4142

0 commit comments

Comments
 (0)