Skip to content

Commit a7a1ec6

Browse files
ArunmaniAlagarsamy2710jhedberg
authored andcommitted
doc: Add guidelines for application thread priority
Documented that the application thread must run at a lower priority than the Wi-Fi command handling threads to ensure smooth operation. Signed-off-by: Arunmani Alagarsamy <arunmani.a@silabs.com>
1 parent 030d95c commit a7a1ec6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

samples/wifi_ble_coex_demo/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Socket Support
2020
**************
2121
Maximum 2 TLS sockets are supported in Coex mode.
2222

23+
Thread Priority Guidelines
24+
**************************
25+
* The Wi-Fi application thread must have **lower priority** than the Wi-Fi thread to ensure smooth and uninterrupted Wi-Fi operations.
26+
2327
Building and Running
2428
********************
2529
This sample can be found under :zephyr_file:`samples/bluetooth/wifi_ble_coex_throughput`

samples/wifi_provisioning_over_ble/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Requirements
1717
* A mobile app or central device to send Wi-Fi credentials over BLE
1818
* Wi-Fi Access Point for connectivity testing.
1919

20+
Thread Priority Guidelines
21+
**************************
22+
* The Wi-Fi application thread must have **lower priority** than the Wi-Fi thread to ensure smooth and uninterrupted Wi-Fi operations.
23+
2024
Building and Running
2125
********************
2226
This sample can be found under :zephyr_file:`samples/wifi_provisioning_over_ble`

0 commit comments

Comments
 (0)