reformat the advanced page into section so it is clear

This commit is contained in:
Amanjeev Sethi 2023-06-19 21:27:48 -04:00
parent da23437b44
commit b3affc1270

View file

@ -12,7 +12,11 @@ Bus 001 Device 001: ID 1d6b:0002
Bus 001 Device 010: ID 1366:1015 <- J-Link on the nRF52840 Development Kit
```
The goal of this workshop is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`; `cargo xtask usb-list` will highlight the USB device that matches that VID PID pair.
## Workshop goal
The goal of this workshop is to get the nRF52840 SoC to show in this list. The embedded application will use the vendor ID (VID) and product ID (PID) defined in `advanced/common/consts`.
`cargo xtask usb-list` will highlight the USB device that matches that VID PID pair.
``` console
$ # expected output