Skip to content

Commit

Permalink
[Silabs] [SiWx917] Addressing build failures on 917 SOC due to GCC up…
Browse files Browse the repository at this point in the history
…date (#26266)

* addressing build failures on 917 SOC due to GCC update

* updating the matter support pointer
  • Loading branch information
chirag-silabs authored and pull[bot] committed May 30, 2023
1 parent 383f995 commit 4616084
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ config("siwx917-common-config") {
if (siwx917_commissionable_data) {
defines += [ "SIWX917_USE_COMISSIONABLE_DATA=1" ]
}

ldflags = [ "-Wl,--no-warn-rwx-segment" ]
}

config("silabs-wifi-config") {
Expand Down Expand Up @@ -238,6 +240,7 @@ source_set("siwx917-common") {
sources = [
"${silabs_common_plat_dir}/LEDWidget.cpp",
"${silabs_common_plat_dir}/heap_4_silabs.c",
"${silabs_common_plat_dir}/syscalls_stubs.cpp",
"${wifi_sdk_dir}/dhcp_client.cpp",
"${wifi_sdk_dir}/ethernetif.cpp",
"${wifi_sdk_dir}/lwip_netif.cpp",
Expand Down
1 change: 1 addition & 0 deletions src/platform/silabs/SiWx917/wifi/dhcp_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#if LWIP_IPV4 && LWIP_DHCP

#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
Expand Down
2 changes: 2 additions & 0 deletions src/platform/silabs/SiWx917/wifi/wfx_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#ifndef _WFX_MSGS_H_
#define _WFX_MSGS_H_

#include <stdint.h>
/*
* Taken from sl_wfx firmware - so I can re-use.
* I need to do a better job than to use this stuff
Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/matter_support

0 comments on commit 4616084

Please sign in to comment.