Skip to content

Commit 0f65528

Browse files
committed
Remove references to bluetooth hardware
1 parent a1dfa14 commit 0f65528

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

books/embedded-rust-book/src/intro/install.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ different than your laptop's and we'll have to run and debug programs on a "remo
2121

2222
## Documentation
2323

24-
Tooling is not everything though. Without documentation is pretty much impossible to work with
25-
microcontrollers.
24+
Tooling is not everything though. Without documentation is pretty much impossible to work with microcontrollers.
2625

2726
We'll be referring to all these documents throughout this book:
2827

@@ -60,17 +59,6 @@ We'll use all the tools listed below. Where a minimum version is not specified,
6059

6160
[`itmdump`]: https://crates.io/crates/itm
6261

63-
If your laptop has Bluetooth functionality and you have the Bluetooth module, you can additionally
64-
install these tools to play with the Bluetooth module. All these are optional:
65-
66-
- Linux, only if you don't have a Bluetooth manager application like Blueman.
67-
- `bluez`
68-
- `hcitool`
69-
- `rfcomm`
70-
- `rfkill`
71-
72-
macOS / OSX / Windows users only need the default bluetooth manager that ships with their OS.
73-
7462
Next, follow OS-agnostic installation instructions for a few of the tools:
7563

7664
### `rustc` & Cargo

books/embedded-rust-book/src/intro/install/linux.md

-27
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,6 @@ $ sudo pacman -S \
4848
$ yaourt -S openocd
4949
```
5050

51-
## Optional packages
52-
53-
- Ubuntu / Debian
54-
55-
``` console
56-
$ sudo apt-get install \
57-
bluez \
58-
rfkill
59-
```
60-
61-
- Fedora
62-
63-
``` console
64-
$ sudo dnf install \
65-
bluez \
66-
rfkill
67-
```
68-
69-
- Arch Linux
70-
71-
``` console
72-
$ sudo pacman -S \
73-
bluez \
74-
bluez-utils \
75-
rfkill
76-
```
77-
7851
## udev rules
7952

8053
These rules let you use USB devices like the F3 and the Serial module without root privilege, i.e.

0 commit comments

Comments
 (0)