aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-06-22 14:10:32 +0000
committerGitHub <[email protected]>2024-06-22 14:10:32 +0000
commitf6bd4a3f3736b73ecbf6e814b157414091980194 (patch)
tree6f15624e1f88024aa117bdeaba863559e2b4c385
parentd5badb94d2098b0360ed1ab8015c37f819771445 (diff)
parentc65ee20cdd7ce20b6dd3a2792dc048dbe87131f6 (diff)
Merge pull request #3100 from romainreignier/feature/stm32wb_doc_fix
examples: stm32wb: remove comment about memory.x file
-rw-r--r--examples/stm32wb/src/bin/eddystone_beacon.rs1
-rw-r--r--examples/stm32wb/src/bin/gatt_server.rs1
-rw-r--r--examples/stm32wb/src/bin/mac_ffd.rs1
-rw-r--r--examples/stm32wb/src/bin/mac_ffd_net.rs1
-rw-r--r--examples/stm32wb/src/bin/mac_rfd.rs1
-rw-r--r--examples/stm32wb/src/bin/tl_mbox.rs1
-rw-r--r--examples/stm32wb/src/bin/tl_mbox_ble.rs1
-rw-r--r--examples/stm32wb/src/bin/tl_mbox_mac.rs1
8 files changed, 0 insertions, 8 deletions
diff --git a/examples/stm32wb/src/bin/eddystone_beacon.rs b/examples/stm32wb/src/bin/eddystone_beacon.rs
index d3b3c15ca..3bd8b4a63 100644
--- a/examples/stm32wb/src/bin/eddystone_beacon.rs
+++ b/examples/stm32wb/src/bin/eddystone_beacon.rs
@@ -46,7 +46,6 @@ async fn main(_spawner: Spawner) {
46 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 46 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
47 - Select "Start Wireless Stack". 47 - Select "Start Wireless Stack".
48 - Disconnect from the device. 48 - Disconnect from the device.
49 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
50 - Run this example. 49 - Run this example.
51 50
52 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 51 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
diff --git a/examples/stm32wb/src/bin/gatt_server.rs b/examples/stm32wb/src/bin/gatt_server.rs
index 3b50d6c31..1cc50e134 100644
--- a/examples/stm32wb/src/bin/gatt_server.rs
+++ b/examples/stm32wb/src/bin/gatt_server.rs
@@ -57,7 +57,6 @@ async fn main(_spawner: Spawner) {
57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
58 - Select "Start Wireless Stack". 58 - Select "Start Wireless Stack".
59 - Disconnect from the device. 59 - Disconnect from the device.
60 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
61 - Run this example. 60 - Run this example.
62 61
63 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 62 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
diff --git a/examples/stm32wb/src/bin/mac_ffd.rs b/examples/stm32wb/src/bin/mac_ffd.rs
index 5cd660543..d139aa61b 100644
--- a/examples/stm32wb/src/bin/mac_ffd.rs
+++ b/examples/stm32wb/src/bin/mac_ffd.rs
@@ -43,7 +43,6 @@ async fn main(spawner: Spawner) {
43 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 43 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
44 - Select "Start Wireless Stack". 44 - Select "Start Wireless Stack".
45 - Disconnect from the device. 45 - Disconnect from the device.
46 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
47 - Run this example. 46 - Run this example.
48 47
49 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 48 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
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.
diff --git a/examples/stm32wb/src/bin/mac_rfd.rs b/examples/stm32wb/src/bin/mac_rfd.rs
index 7949211fb..9062bdcd2 100644
--- a/examples/stm32wb/src/bin/mac_rfd.rs
+++ b/examples/stm32wb/src/bin/mac_rfd.rs
@@ -45,7 +45,6 @@ async fn main(spawner: Spawner) {
45 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 45 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
46 - Select "Start Wireless Stack". 46 - Select "Start Wireless Stack".
47 - Disconnect from the device. 47 - Disconnect from the device.
48 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
49 - Run this example. 48 - Run this example.
50 49
51 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 50 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
diff --git a/examples/stm32wb/src/bin/tl_mbox.rs b/examples/stm32wb/src/bin/tl_mbox.rs
index cb92d462d..4e7f2304d 100644
--- a/examples/stm32wb/src/bin/tl_mbox.rs
+++ b/examples/stm32wb/src/bin/tl_mbox.rs
@@ -35,7 +35,6 @@ async fn main(_spawner: Spawner) {
35 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 35 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
36 - Select "Start Wireless Stack". 36 - Select "Start Wireless Stack".
37 - Disconnect from the device. 37 - Disconnect from the device.
38 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
39 - Run this example. 38 - Run this example.
40 39
41 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 40 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
diff --git a/examples/stm32wb/src/bin/tl_mbox_ble.rs b/examples/stm32wb/src/bin/tl_mbox_ble.rs
index 2599e1151..72a4c18e6 100644
--- a/examples/stm32wb/src/bin/tl_mbox_ble.rs
+++ b/examples/stm32wb/src/bin/tl_mbox_ble.rs
@@ -34,7 +34,6 @@ async fn main(_spawner: Spawner) {
34 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 34 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
35 - Select "Start Wireless Stack". 35 - Select "Start Wireless Stack".
36 - Disconnect from the device. 36 - Disconnect from the device.
37 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
38 - Run this example. 37 - Run this example.
39 38
40 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 39 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.
diff --git a/examples/stm32wb/src/bin/tl_mbox_mac.rs b/examples/stm32wb/src/bin/tl_mbox_mac.rs
index 5d868412a..9224e626d 100644
--- a/examples/stm32wb/src/bin/tl_mbox_mac.rs
+++ b/examples/stm32wb/src/bin/tl_mbox_mac.rs
@@ -40,7 +40,6 @@ async fn main(spawner: Spawner) {
40 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 40 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
41 - Select "Start Wireless Stack". 41 - Select "Start Wireless Stack".
42 - Disconnect from the device. 42 - Disconnect from the device.
43 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
44 - Run this example. 43 - Run this example.
45 44
46 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 45 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.