Skip to content

Commit 1703b09

Browse files
committed
Rust PR Clean-up
Signed-off-by: paulober <[email protected]>
1 parent c38eb7e commit 1703b09

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
@@ -36,8 +36,6 @@ node_modules/**
3636
!scripts/Pico.code-profile
3737
!scripts/raspberrypi-swd.cfg
3838
!data/**
39-
!scripts/rttDecoder.mjs
40-
!scripts/rttDecoder.js
4139
scripts/*.ps1
4240
scripts/fix_windows_reg.py
4341
scripts/vscodeUninstaller.mjs

README.md

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

9494
## Rust Prerequisites
9595

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

98-
- **GCC** for the host architecture
99+
* **Linux**: `gcc`
100+
* **macOS**: `clang`
101+
* **Windows**: `MSVC`
99102

100103
## VS Code Profiles
101104

0 commit comments

Comments
 (0)