Skip to content

Commit

Permalink
Resolved review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Aug 8, 2023
1 parent f46a22c commit ebb66ef
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 1,558 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,5 @@
[submodule "third_party/silabs/wifi_sdk"]
path = third_party/silabs/wifi_sdk
url = https://github.com/SiliconLabs/wiseconnect
branch = master
platforms = efr32
3 changes: 0 additions & 3 deletions examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

#if (defined(ENABLE_WSTK_LEDS) && (defined(SL_CATALOG_SIMPLE_LED_LED1_PRESENT) || defined(SIWX_917)))
#include "LEDWidget.h"
#ifndef SIWX_917
#include "sl_simple_led_instances.h"
#endif
#endif // ENABLE_WSTK_LEDS

#ifdef DISPLAY_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ void rsi_hal_board_init(void)

/* configure clock for SiWx917 SoC */
soc_pll_config();
// SILABS_LOG("%s, soc_pll_config, SystemCoreClock=%d\n", __func__, SystemCoreClock);

#ifdef COMMON_FLASH_EN
/* Before TA going to power save mode ,set m4ss_ref_clk_mux_ctrl ,tass_ref_clk_mux_ctrl,
Expand Down
Loading

0 comments on commit ebb66ef

Please sign in to comment.