mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-22 23:05:22 +02:00
Explain how to run other examples too.
This commit is contained in:
parent
53223d3581
commit
17bbf5f0b7
@ -14,4 +14,10 @@ Board support crates provide a further level of wrapping for a specific board fo
|
||||
itself.
|
||||
* `microbit-v2` includes a simple driver for the LED matrix.
|
||||
|
||||
Run the example with:
|
||||
|
||||
```sh
|
||||
cargo embed --bin board_support
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -14,4 +14,10 @@ from [`embedded-hal`](https://crates.io/crates/embedded-hal).
|
||||
* HAL crates exist for many Cortex-M and RISC-V devices, including various STM32, GD32, nRF, NXP,
|
||||
MSP430, AVR and PIC microcontrollers.
|
||||
|
||||
Run the example with:
|
||||
|
||||
```sh
|
||||
cargo embed --bin hal
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -20,4 +20,10 @@ files.
|
||||
* If you `cargo install cargo-binutils` then you can run
|
||||
`cargo objdump --bin pac -- -d --no-show-raw-insn` to see the resulting binary.
|
||||
|
||||
Run the example with:
|
||||
|
||||
```sh
|
||||
cargo embed --bin pac
|
||||
```
|
||||
|
||||
</details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user