You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,17 @@ For comprehensive setup instructions, refer to the [Getting Started guide](https
21
21
22
22
## Requirements by OS
23
23
24
-
> Supported Platforms: Raspberry Pi OS (64-bit), Windows x64, macOS (Sonoma and newer), Linux x64 and arm64
24
+
> Supported Platforms: Raspberry Pi OS (64-bit), Windows 10/11 (x86_64), macOS Sonoma (14.0) and newer, Linux x64 and arm64
25
25
26
26
- Visual Studio Code v1.87.0 or later
27
27
28
+
### Raspberry Pi OS
29
+
As of March 2024, all new Raspberry Pi OS images come with the necessary tools pre-installed. For older images, you can install the required tools by running:
30
+
31
+
```bash
32
+
sudo apt install openocd ninja-build
33
+
```
34
+
28
35
### macOS
29
36
To meet the requirements for macOS, run the following command in Terminal to install necessary tools:
30
37
```zsh
@@ -33,21 +40,15 @@ xcode-select --install
33
40
This command installs all of the necessary tools, including but not limited to:
34
41
- Git 2.28 or later (ensure it's in your PATH)
35
42
- Tar (ensure it's in your PATH)
36
-
- Native C/C++ compiler (ensure it's in your PATH); supported compilers include `gcc` and `clang`
37
43
38
-
### Raspberry Pi OS
39
-
As of March 2024, all new Raspberry Pi OS images come with the necessary tools pre-installed. For older images, you can install the required tools by running:
44
+
### Windows
40
45
41
-
```bash
42
-
sudo apt install openocd ninja-build
43
-
```
46
+
No additional requirements are needed for Windows.
44
47
45
48
### Linux
46
49
- Python 3.9 or later (ensure it’s in your PATH or set in settings)
47
50
- Git 2.28 or later (ensure it’s in your PATH)
48
51
- Tar (ensure it’s in your PATH)
49
-
- Native C/C++ compiler (ensure it’s in your PATH); supported compilers include `gcc` and `clang`
50
-
-\[Optional\] OpenOCD for debugging (Raspberry Pi OS only)
51
52
-\[Optional\] gdb-multiarch for debugging (x86_64 only)
52
53
- For \[Ubuntu 22.04\], install `libftdi1-2` and `libhidapi-hidraw0` packages to use OpenOCD
0 commit comments