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
Cargo-embed by it self has been deprecated, and has been included in
probe-rs instead, update the documentation to install `probe-rs-tools`
instead of `cargo-embed`, and added some command line tests to show how
to test if probe-rs can see the micro:bit
In order to install cargo-embed, first install its [prerequisites](https://probe.rs/docs/getting-started/installation/) (note: these instructions are part of the more general [`probe-rs`](https://probe.rs/) embedded debugging toolkit). Then install it with cargo:
Debugging RISC-V targets over SWD is not supported. For these targets, JTAG is the only supported protocol. RISC-V specific information cannot be printed.
84
+
Debugging Xtensa targets over SWD is not supported. For these targets, JTAG is the only supported protocol. Xtensa specific information cannot be printed.
85
+
86
+
```
87
+
47
88
Next up you will have to modify `Embed.toml` in the `src/03-setup` directory of the
48
89
book's source code. In the `default.general` section you will find two commented out
0 commit comments