Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Silabs] Adds fix for Wi-Fi task loop, BLE task priority, BLE indication soft timer expiry #34095

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
83637d2
Adds fix for WiFi task looping
rosahay-silabs Jun 27, 2024
2722546
Adds fix for BLE task priority and indication soft timer expiry
rosahay-silabs Jun 27, 2024
7beadcf
Adds fix for return check
rosahay-silabs Jun 27, 2024
0bfb03b
Remove unused cred and add length check
rosahay-silabs Jul 3, 2024
90a604a
aligned include
brosahay Jul 4, 2024
408b6b6
Replace `lx` with `x` for all sl_status_t logging
brosahay Jul 4, 2024
3fdacb5
Refactor posting of events to the end of the codeblock
brosahay Jul 4, 2024
f814e47
Adds `BLE_DRIVER_TASK_PRIORITY`
brosahay Jul 4, 2024
d2272b5
Adds static_cast for status in ChipLogging
rosahay-silabs Jul 4, 2024
04a575b
chore: Refactor show_scan_results function to improve readability and…
rosahay-silabs Jul 4, 2024
6774115
chore: Update WiFi join function to use strnlen for SSID length calcu…
rosahay-silabs Jul 4, 2024
a207694
chore: Update WiFi join function to use strnlen for SSID length calcu…
rosahay-silabs Jul 4, 2024
62a805d
chore: Update BSSID array size in WiFi scan result struct
rosahay-silabs Jul 4, 2024
c53d0dc
chore: Update SLAAC OK log message to use formatted IPv6 address
rosahay-silabs Jul 4, 2024
5497861
Refactor show_scan_results function for improved readability and main…
rosahay-silabs Jul 4, 2024
d74c69c
Refactor show_scan_results function to fix null termination bug
rosahay-silabs Jul 4, 2024
7f78bb0
Refactor show_scan_results function to fix null termination bug
rosahay-silabs Jul 4, 2024
b573460
Adds fix for NCP macros
rosahay-silabs Jul 4, 2024
19d1c1f
Revert BLE timer changes
rosahay-silabs Jul 4, 2024
5e86b90
Fix passkey length validation in sl_wifi_if.cpp
rosahay-silabs Jul 4, 2024
48a20c5
Refactor BLEManagerImpl::_OnPlatformEvent for improved code readabili…
rosahay-silabs Jul 4, 2024
9f1b180
Refactor BLEManagerImpl::_OnPlatformEvent for improved code readabili…
rosahay-silabs Jul 5, 2024
77eddc9
Revert "Refactor BLEManagerImpl::_OnPlatformEvent for improved code r…
rosahay-silabs Jul 5, 2024
d55fcc0
Added locks to avoid race conditions
rosahay-silabs Jul 5, 2024
3c861d4
Addressed comments
rosahay-silabs Jul 5, 2024
a3c6b4f
Refactor sl_wifi_if.cpp for improved code readability and maintainabi…
rosahay-silabs Jul 8, 2024
4d82d34
Fix passkey length validation in sl_wifi_if.cpp
rosahay-silabs Jul 8, 2024
b0cd461
Fix BSSID length in wfx_rsi_get_ap_info and wfx_rsi_save_ap_info
rosahay-silabs Jul 8, 2024
a4fb44b
Refactor log statement after length checks
rosahay-silabs Jul 8, 2024
8681fa9
Adds missing replace
rosahay-silabs Jul 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading