-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds BLE support for RS9116 #54
base: feature/rs911x_ble_implemenation
Are you sure you want to change the base?
Adds BLE support for RS9116 #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Verify license headers and briefs on all files
- Remove commented unused code
- Restructure init functions to maintain different configuration builds.
- Proper log messages
- Remove unneeded files
- Remove updates on the third_party repos that are not silabs
* Silicon Labs Module starts advertising and with BLE Provisioning the Access Point | ||
* details are fetched. | ||
* Silicon Labs device is configured as a WiFi station and connects to an Access Point. | ||
=================================================================================*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brief does not make sense here.
/* Structure that will hold the TCB of the wfxRsi Task being created. */ | ||
StaticTask_t driverRsiTaskBuffer; | ||
|
||
int32_t wfx_sl_module_init(void) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function should be moved to common place and wrapped with proper macros to enable/disable features on this board.
@@ -32,7 +32,7 @@ | |||
#include "event_groups.h" | |||
#include "task.h" | |||
|
|||
#include "wfx_sl_ble_init.h" | |||
//#include <wfx_sl_module_init.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove if not needed
Added the flow to add support the ble for rs9116 implementation