Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ extern void set_scdc(uint32_t Deepsleep);
#include "sl_si91x_psram_aps6404l_sqh_config.h"
#elif defined(SLI_SI91X_MCU_PSRAM_APS6404L_SQRH)
#include "sl_si91x_psram_aps6404l_sqrh_config.h"
#elif __ZEPHYR__
Copy link
Member

@Martinhoff-maker Martinhoff-maker Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand this patch but is there any actions to take in Wiseconnect in order to avoid that stuff in the next release of Wiseconnect ? Remenber that @jerome-pouiller is trying to reduce the number of patch in wiseconnect so each time we introduce a new one, we should think to remove it in the next release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me check through if we can do any in here

#include "sl_si91x_psram.h"
#else
#error "No valid PSRAM configuration defined"
#endif
Expand Down