Skip to content

Commit c975803

Browse files
authored
Update Gecko SDK to v4.3.2 (#2814)
***NO_CI***
1 parent 49cbc10 commit c975803

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMake/Modules/FindGecko_SDK.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ if("${TARGET_SERIES}" STREQUAL "EFM32GG11")
258258

259259
# unset this warning as error required for this source file
260260
set_source_files_properties(${gecko_sdk_SOURCE_DIR}/protocol/usb/src/sl_usbd_driver_dwc_otg_fs.c PROPERTIES COMPILE_FLAGS -Wno-undef)
261+
# this is required until a declaration is fixed in Gecko SDK (reported https://community.silabs.com/s/question/0D58Y0000AUTvt2SQD)
262+
set_source_files_properties(${gecko_sdk_SOURCE_DIR}/platform/service/power_manager/src/sl_power_manager.c PROPERTIES COMPILE_FLAGS -Wno-implicit-function-declaration)
261263

262264
list(REMOVE_DUPLICATES Gecko_SDK_INCLUDE_DIRS)
263265

targets/AzureRTOS/SiliconLabs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ endif()
7171
if(GECKO_SDK_VERSION_EMPTY)
7272
# no Gecko SDK version actualy specified, must be empty which is fine, we'll default to a known good version
7373
# WHEN CHANGING THIS MAKE SURE TO UPDATE THE DEV CONTAINERS
74-
set(GECKO_SDK_VERSION "v4.3.0")
74+
set(GECKO_SDK_VERSION "v4.3.2")
7575
endif()
7676

7777
if(NO_GECKO_SDK_SOURCE)

0 commit comments

Comments
 (0)