We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd8c0b commit b1b7962Copy full SHA for b1b7962
README.md
@@ -28,14 +28,15 @@ The different Framework Laptops are each implemented as their own board:
28
| --- | --- |
29
| Intel 11th Gen Core Processors | `hx20` |
30
| Intel 12th Gen Core Processors | `hx30` |
31
+| Intel 13th Gen Core Processors | `hx30` |
32
33
Building the project - run the command for the processor you have:
34
35
```sh
36
# hx20 (11th Gen)
37
make BOARD=hx20 CROSS_COMPILE=arm-none-eabi-
38
-# hx30 (12th Gen)
39
+# hx30 (12th and 13th Gen)
40
make BOARD=hx30 CROSS_COMPILE=arm-none-eabi-
41
```
42
0 commit comments