boards/arm/stm32f7: move SPI test logic to common

move STM32F7 SPI test logic to common
This commit is contained in:
raiden00pl
2024-10-20 17:20:05 +02:00
committed by Xiang Xiao
parent 56e07b0606
commit 6f8953ed0b
15 changed files with 427 additions and 838 deletions
@@ -229,19 +229,6 @@ int stm32_bringup(void);
void stm32_spidev_initialize(void);
#endif
/****************************************************************************
* Name: stm32_spidev_bus_test
*
* Description:
* Called to create the defined SPI buses and test them by initializing
* them and sending the NUCLEO_SPI_TEST (no chip select).
*
****************************************************************************/
#if defined(CONFIG_NUCLEO_F722ZE_SPI_TEST)
int stm32_spidev_bus_test(void);
#endif
/****************************************************************************
* Name: stm32_dma_alloc_init
*