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] Adding Queue for the ble events and removing the semaphore #35522

Merged
merged 19 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
cleanup the unused from the .h file and fixing build
  • Loading branch information
chirag-silabs committed Sep 20, 2024
commit 39912b1c78c2e6a816929d2f02068c8f79f1ac61
3 changes: 0 additions & 3 deletions src/platform/silabs/BLEManagerImpl.h
Original file line number Diff line number Diff line change
@@ -31,9 +31,6 @@
extern "C" {
#endif // __cplusplus
#include "wfx_sl_ble_init.h"
#include <rsi_ble.h>
#include <rsi_ble_apis.h>
#include <rsi_bt_common.h>
#ifdef __cplusplus
}
#endif // __cplusplus
1 change: 0 additions & 1 deletion src/platform/silabs/rs911x/wfx_sl_ble_init.cpp
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "wfx_sl_ble_init.h"
#include <lib/support/logging/CHIPLogging.h>
#include <platform/CHIPDeviceLayer.h>
#include <platform/silabs/BLEManagerImpl.h>
7 changes: 0 additions & 7 deletions src/platform/silabs/rs911x/wfx_sl_ble_init.h
Original file line number Diff line number Diff line change
@@ -33,13 +33,6 @@
#include <rsi_ble.h>
#include <rsi_ble_apis.h>
#include <rsi_ble_common_config.h>
#if !(SLI_SI91X_MCU_INTERFACE | EXP_BOARD)
#include <rsi_bootup_config.h>
#include <rsi_driver.h>
#include <rsi_wlan_apis.h>
#include <rsi_wlan_config.h>
#include <rsi_wlan_non_rom.h>
#endif
#include <rsi_bt_common.h>
#include <rsi_bt_common_apis.h>
#include <rsi_common_apis.h>
Loading