From d8cf1e51db4bf511383d562c22ee4806c09de1ed Mon Sep 17 00:00:00 2001 From: Rohan Sahay <103027015+rosahay-silabs@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:58:12 +0530 Subject: [PATCH] Enable SPI CS control by the application --- .../efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h | 2 +- .../efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board-support/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h b/board-support/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h index 31f726690..7c5044c2e 100644 --- a/board-support/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h +++ b/board-support/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h @@ -51,7 +51,7 @@ // SPI master chip select (CS) control scheme. // CS controlled by the SPI driver // CS controlled by the application -#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlAuto +#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlApplication // SPI slave transfer start scheme // Transfer starts immediately diff --git a/board-support/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h b/board-support/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h index a66e17aaa..299fdea0d 100644 --- a/board-support/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h +++ b/board-support/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h @@ -51,7 +51,7 @@ // SPI master chip select (CS) control scheme. // CS controlled by the SPI driver // CS controlled by the application -#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlAuto +#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlApplication // SPI slave transfer start scheme // Transfer starts immediately