drivers: spi: gecko: add new driver for SPI communication via EUSART
Added a new driver to support SPI communication via EUSART. Since the Silabs EFR32MG24 family SoCs have only one USART, EUSART support is necessary for implementing SPI functionality. Signed-off-by: Teresa Zepeda Ventura <teresa.zvent@gmail.com>
This commit is contained in:
parent
33594595c9
commit
6773f33445
10 changed files with 419 additions and 5 deletions
|
@ -105,6 +105,12 @@ config SOC_GECKO_USART
|
|||
Set if the Universal Synchronous Asynchronous Receiver/Transmitter (USART)
|
||||
HAL module is used.
|
||||
|
||||
config SOC_GECKO_EUSART
|
||||
bool
|
||||
help
|
||||
Set if the Extended Universal Synchronous Asynchronous Receiver/Transmitter (EUSART)
|
||||
HAL module is used.
|
||||
|
||||
config SOC_GECKO_WDOG
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue