File tree 3 files changed +5
-4
lines changed
examples/platform/silabs/SiWx917/SiWx917
src/platform/silabs/SiWx917/wifi
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 59
59
timeout-minutes : 30
60
60
run : |
61
61
scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs ./out/light-app BRD4187C --slc_generate --docker
62
- scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs ./out/light-app BRD4164A --slc_generate --docker
63
62
rm -rf ./out/
64
63
- name : Build some BRD4187C variants (1)
65
64
run : |
@@ -115,6 +114,7 @@ jobs:
115
114
"./scripts/build/build_examples.py \
116
115
--enable-flashbundle \
117
116
--target efr32-brd4338a-light-wifi-917_soc-skip_rps_generation \
117
+ --target efr32-brd4338a-lock-wifi-917_soc-skip_rps_generation \
118
118
build \
119
119
--copy-artifacts-to out/artifacts \
120
120
"
Original file line number Diff line number Diff line change 25
25
#include " FreeRTOS.h"
26
26
#include " event_groups.h"
27
27
#include " sl_board_configuration.h"
28
+ extern " C" {
28
29
#include " sl_si91x_types.h"
29
30
#include " sl_wifi_constants.h"
30
31
#include " sl_wifi_types.h"
31
32
#include " sl_wlan_config.h"
33
+ }
32
34
#include " task.h"
33
35
34
36
#if (EXP_BOARD)
40
42
#if SL_ICD_ENABLED && SLI_SI91X_MCU_INTERFACE
41
43
#include " rsi_rom_power_save.h"
42
44
#include " sl_si91x_button_pin_config.h"
45
+ extern " C" {
43
46
#include " sl_si91x_driver.h"
44
47
#include " sl_si91x_m4_ps.h"
48
+ }
45
49
46
50
// TODO: should be removed once we are getting the press interrupt for button 0 with sleep
47
51
#define BUTTON_PRESSED 1
Original file line number Diff line number Diff line change @@ -245,9 +245,6 @@ void wfx_dhcp_got_ipv4(uint32_t);
245
245
void wfx_ip_changed_notify (int got_ip );
246
246
#endif /* CHIP_DEVICE_CONFIG_ENABLE_IPV4 */
247
247
248
- sl_status_t sl_si91x_host_process_data_frame (sl_wifi_interface_t interface , sl_wifi_buffer_t * buffer );
249
- void * sl_si91x_host_get_buffer_data (sl_wifi_buffer_t * buffer , uint16_t offset , uint16_t * data_length );
250
-
251
248
#if SL_ICD_ENABLED
252
249
sl_status_t wfx_power_save (rsi_power_save_profile_mode_t sl_si91x_ble_state , sl_si91x_performance_profile_t sl_si91x_wifi_state );
253
250
void sl_button_on_change (uint8_t btn , uint8_t btnAction );
You can’t perform that action at this time.
0 commit comments