boards/arm/stm32f7: move CAN init logic to a common directory

move CAN init logic to a common directory
This commit is contained in:
raiden00pl
2024-10-20 12:57:58 +02:00
committed by Xiang Xiao
parent 6657f2abb7
commit b606c17619
22 changed files with 105 additions and 408 deletions
@@ -325,22 +325,6 @@ int stm32_bbsram_int(void);
int stm32_qencoder_initialize(const char *devpath, int timer);
#endif
/****************************************************************************
* Name: stm32_can_setup
****************************************************************************/
#ifdef CONFIG_STM32F7_CAN_CHARDRIVER
int stm32_can_setup(void);
#endif
/****************************************************************************
* Name: stm32_cansock_setup
****************************************************************************/
#ifdef CONFIG_STM32F7_CAN_SOCKET
int stm32_cansock_setup(void);
#endif
/****************************************************************************
* Name: stm32f7_gpio_initialize
****************************************************************************/