aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-10 11:06:22 +0000
committerGitHub <[email protected]>2023-01-10 11:06:22 +0000
commitdbf749370897290e16ef6ed2917d075c40358991 (patch)
tree0ad516d336522f531514ac300e9c0adac1371250 /docs/modules
parent3fbedd7c0953cab5f14433da6b9b1e2ff5d76939 (diff)
parent2baebabf4dd2abecfd08ca078ecf59060d5ad585 (diff)
Merge #1149
1149: Add samples for nrf5340 r=lulf a=Tiwalun Samples for the nrf5340, copied from the existing nrf samples. Not sure if copying them is the best way of adding support, or using features in the existing samples would be better? The code is mostly the same, with some different peripherals and pin mappings for the DK. Co-authored-by: Dominik Boehi <[email protected]>
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/getting_started.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/getting_started.adoc b/docs/modules/ROOT/pages/getting_started.adoc
index f3492a3d0..9015d7845 100644
--- a/docs/modules/ROOT/pages/getting_started.adoc
+++ b/docs/modules/ROOT/pages/getting_started.adoc
@@ -45,7 +45,7 @@ You can run an example by opening a terminal and entering the following commands
45 45
46[source, bash] 46[source, bash]
47---- 47----
48cd examples/nrf 48cd examples/nrf52840
49cargo run --bin blinky --release 49cargo run --bin blinky --release
50---- 50----
51 51