From 92dbaaa903a6326921e2ffb432e6a6b653127926 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 25 Jan 2021 16:16:10 +0100 Subject: [PATCH] update advanced content to use xtasks --- embedded-workshop-book/src/listing-usb-devices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embedded-workshop-book/src/listing-usb-devices.md b/embedded-workshop-book/src/listing-usb-devices.md index e9c56c1..5ca99c7 100644 --- a/embedded-workshop-book/src/listing-usb-devices.md +++ b/embedded-workshop-book/src/listing-usb-devices.md @@ -1,13 +1,13 @@ # Listing USB Devices -✅ To list all USB devices, run `usb-list`. +✅ To list all USB devices, run `cargo xtask usb-list` from the `advanced` folder. ❗️ If you haven't yet installed `usb-list`; [installation instructions can be found in a previous section][install]. [install]: ./tooling-check.md#more-tools ``` console -$ usb-list +$ cargo xtask usb-list Bus 002 Device 001: ID 1d6b:0003 Bus 001 Device 002: ID 0cf3:e300 Bus 001 Device 003: ID 0c45:6713 @@ -19,7 +19,7 @@ The goal of this workshop is to get the nRF52840 SoC to show in this list. The e ``` console $ # expected output -$ usb-list +$ cargo xtask usb-list Bus 002 Device 001: ID 1d6b:0003 Bus 001 Device 002: ID 0cf3:e300 Bus 001 Device 003: ID 0c45:6713