From d98cde202980a6fff75b99f7f5315853ea4bfc5f Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 4 May 2021 19:06:56 +0200 Subject: [PATCH] preemptively fill in crates.io link --- embedded-workshop-book/src/from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-workshop-book/src/from-scratch.md b/embedded-workshop-book/src/from-scratch.md index d51b960..0bda8ac 100644 --- a/embedded-workshop-book/src/from-scratch.md +++ b/embedded-workshop-book/src/from-scratch.md @@ -104,7 +104,7 @@ If the debugger is not supported by `probe-rs` then you'll need to use [OpenOCD] [OpenOCD]: http://openocd.org/ -If the board does not expose a JTAG, SWD or similar interface then the microcontroller probably comes with a bootloader as part of its stock firmware. In that case you'll need to use `dfu-util` or a vendor specific tool like [`nrfdfu`](TODO) or [`nrfutil`](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html) to flash programs onto the chip. This is the case of the nRF52840 Dongle. +If the board does not expose a JTAG, SWD or similar interface then the microcontroller probably comes with a bootloader as part of its stock firmware. In that case you'll need to use `dfu-util` or a vendor specific tool like [`nrfdfu`](https://crates.io/crates/nrfdfu) or [`nrfutil`](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html) to flash programs onto the chip. This is the case of the nRF52840 Dongle. ## Getting output