rt-thread/bsp/stm32/libraries
liYangYang 1eec660b12
[spi]添加rt_spi_bus_attach_device_cspin 函数 (#6916)
这个函数实现了原先的挂载功能,并且调用pin框架,初始化cs引脚,是一个功能相对完善的挂载函数。用户也能更简单的使用。
该函数取代rt_spi_bus_attach_device,后续rt_spi_bus_attach_device会被逐渐淘汰掉。新的BSP以及软件包应当使用rt_spi_bus_attach_device_cspin新函数。

STM32L475潘多拉测试通过。
2023-02-11 22:14:54 -05:00
..
HAL_Drivers [spi]添加rt_spi_bus_attach_device_cspin 函数 (#6916) 2023-02-11 22:14:54 -05:00
STM32F0xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32F1xx_HAL format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
STM32F2xx_HAL format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
STM32F3xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32F4xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32F7xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32G0xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32G4xx_HAL format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
STM32H7xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32L0xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32L1xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32L4xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32L5xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32MPxx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32U5xx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32WBxx_HAL format link scripts 2023-01-08 22:52:13 -05:00
STM32WLxx_HAL format link scripts 2023-01-08 22:52:13 -05:00
templates modify RT_ALIGN_SIZE as 8 by default 2023-01-12 22:47:23 -05:00
.ignore_format.yml [update] ignore_format.yml 2021-11-15 15:31:51 +08:00
Kconfig format Kconfig and sconscript 2023-01-08 22:52:13 -05:00