-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Silabs] Adds SPI multiplex changes for rs911x (#26238)
* SPI multiplex changes for rs911x * Adds intermediate changes with cleanup * Adds additional macro checks * Adds updated working logic for multiplexing expansion header and LCD * Adds missing ; * Adds fix for WF200 baudrate on SPI * Adds fix for third_party * Adds updated log statements * Adds fix for log statement * Adds conditional use of semaphore * Adds conditional EFR32MG24 semaphore logic * Adds fix for err usage * Refactor SPIDRV_ReInit * Adds SPIDRV_ReInit for EUSART * Added error logs * Added logs * Revert submodule update * Aligned the macros * Restyled * Aligned the MACRO * Adds cosmetic changes * Removes debug log * Adds sl_wfx_host_post_bootloader_spi_transfer in relevant failure outcomes * Adds re factored local function updateDisplay(void) * Removes spi_multiplex.c * Removes development debug trace and log * Renamed conflicting variable * Adds comment for technical debt and understanding * Adds changes for updateDisplay function * Adds checks for semaphore used for sync peripherals * Clean up of unreachable code due to portMAX_DELAY * Adds fix for comment alignment * Changes SPIDRV_ReInit to SPIDRV_SetBaudrate * Removes unused error variable * Clean up logs * Clean up of logs * Replace magic number * Added tickets for tracking additional rework * Clean up additional logs * Adds fix for print statements * Adds fix for MACRO * Adds fix for MATTER-1904 * Adds partial fix for MATTER-1907 * Adds for fix code compilation * Adds code to clean up MACROs * Restyled by clang-format * Removes debug log * Adds fix for MATTER-1907 * Adds use of the ECODE_EMDRV_SPIDRV status instead of generic ECODE * Adds comment for declaring the current supported family. --------- Co-authored-by: shasaicha <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
11 changed files
with
625 additions
and
488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.