aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_ffd_net.rs
diff options
context:
space:
mode:
authorRomain Reignier <[email protected]>2024-06-20 14:06:44 +0200
committerRomain Reignier <[email protected]>2024-06-20 14:06:44 +0200
commitc65ee20cdd7ce20b6dd3a2792dc048dbe87131f6 (patch)
treeb033560af1e21ab60ef48887112a56a48ad461e4 /examples/stm32wb/src/bin/mac_ffd_net.rs
parentb0172bb58217d625a13fed8122827b8d0b03c46a (diff)
examples: stm32wb: remove comment about memory.x file
File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
Diffstat (limited to 'examples/stm32wb/src/bin/mac_ffd_net.rs')
-rw-r--r--examples/stm32wb/src/bin/mac_ffd_net.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/mac_ffd_net.rs b/examples/stm32wb/src/bin/mac_ffd_net.rs
index 7a42bf577..6a97daf4d 100644
--- a/examples/stm32wb/src/bin/mac_ffd_net.rs
+++ b/examples/stm32wb/src/bin/mac_ffd_net.rs
@@ -49,7 +49,6 @@ async fn main(spawner: Spawner) {
49 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 49 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
50 - Select "Start Wireless Stack". 50 - Select "Start Wireless Stack".
51 - Disconnect from the device. 51 - Disconnect from the device.
52 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
53 - Run this example. 52 - Run this example.
54 53
55 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 54 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.