Skip to content

Commit

Permalink
Merge pull request #88 from SiliconLabs/soc_cli_wifi_ble_demo
Browse files Browse the repository at this point in the history
iot-pa-coex-cli_demo_wifi_ble
  • Loading branch information
Silabs-Chandra authored Aug 22, 2024
2 parents 8a2acc7 + 2ea2d01 commit b007e08
Show file tree
Hide file tree
Showing 103 changed files with 19,578 additions and 0 deletions.
822 changes: 822 additions & 0 deletions CLI_test/readme.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions SiWx917/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
The Silicon Labs Wi-Fi Combo stack allows for a wide variety applications to be built on its foundation. This repo showcases some example applications built using the Silicon Labs Wi-Fi Combo stack.

## Examples ##

### SoC_Peripheral Examples
- sl_si91x_i2s_low_power
- sl_si91x_ulp_adc
- sl_si91x_ulp_adc_multichannel
Expand All @@ -26,6 +28,13 @@ The Silicon Labs Wi-Fi Combo stack allows for a wide variety applications to be
- sl_si91x_ulp_uart


### WLAN-BLE Examples
- iot-pa-coex-aws_cloud_connectivity_through_wifi_and_ble_gateway_soc
- iot-pa-coex-aws_iot_mqtt_m4_lowpower
- iot-pa-coex-out_of_box_demo_aws
- iot-pa-coex-cli_demo_wifi_ble


## Documentation ##

Official documentation can be found at our [Developer Documentation](https://docs.silabs.com/wifi) page.
Expand Down
433 changes: 433 additions & 0 deletions SiWx917/wlan_ble/iot-pa-coex-cli_demo_wifi_ble/SEGGER_RTT_Conf.h

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions SiWx917/wlan_ble/iot-pa-coex-cli_demo_wifi_ble/app.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/***************************************************************************/ /**
* @file app.h
* @brief Top level application functions
*******************************************************************************
* # License
* <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon Laboratories Inc. Your use of this
* software is governed by the terms of Silicon Labs Master Software License
* Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement. This
* software is distributed to you in Source Code format and is governed by the
* sections of the MSLA applicable to Source Code.
*
******************************************************************************/

#ifndef APP_H
#define APP_H

/***************************************************************************/ /**
* Initialize application.
******************************************************************************/
void app_init(void);

/***************************************************************************/ /**
* App ticking function.
******************************************************************************/
void app_process_action(void);

#endif // APP_H
Loading

0 comments on commit b007e08

Please sign in to comment.