Skip to content

Commit b2bff58

Browse files
committed
Rust PR Clean-up
Signed-off-by: paulober <[email protected]>
1 parent 416f187 commit b2bff58

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.vscodeignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ node_modules/**
3434
!scripts/Pico.code-profile
3535
!scripts/raspberrypi-swd.cfg
3636
!data/**
37-
!scripts/rttDecoder.mjs
38-
!scripts/rttDecoder.js
3937
scripts/*.ps1
4038
scripts/fix_windows_reg.py
4139
scripts/vscodeUninstaller.mjs

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ When prompted, select the `Pico` kit in CMake Tools, and set your build and laun
9191

9292
## Rust Prerequisites
9393

94-
### Linux
94+
* **rustup** – Installs and manages Rust. Get it from [rustup.rs](https://rustup.rs).
95+
* A C compiler for your system:
9596

96-
- **GCC** for the host architecture
97+
* **Linux**: `gcc`
98+
* **macOS**: `clang`
99+
* **Windows**: `MSVC`
97100

98101
## VS Code Profiles
99102

0 commit comments

Comments
 (0)