GUI
1564735b5c
[DM/SPI] Make CS pin config fixed in system ( #9977 )
...
Make a max CS pin value (16) for SPI, that will not
alloc `*cs_pins` by malloc, because drivers call
`rt_device_unregister` may not free item.
Fixup the QSPI init configure member in DM mode.
Make SoC Kconfig import easy.
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2025-02-11 14:54:59 +08:00
Rbb666
f820c1948a
[drivers/spi]修复spi configure会执行两次的问题 ( #9972 )
...
* [drivers/spi]修复spi configure会执行两次的问题
2025-02-11 13:04:31 +08:00
CYFS
599cefe834
[components][drivers]:fix spi bug and add software spi ( #9944 )
...
* fix:spi bus issue
* [components][drivers]add software SPI bus support
2025-01-27 08:35:11 +08:00
GuEe-GUI
6f68ca7c71
[DM/SPI] Support DM mode in SPI
...
Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-11-27 18:04:07 +08:00
Yuqiang Wang
9b31631df1
[drivers][spi] Fixed an issue that caused spi bus deadlock in the spi configuration
2024-10-09 21:32:17 -04:00
Meco Man
36f8f266e9
feat:[drivers][spi] rt_spi_configure 添加互斥保护
2024-10-06 00:02:53 -04:00
wdfk-prog
99503d3ff6
feat:[drivers][spi] rt_spi_bus_configure 添加 -RT_EBUSY 返回值,并增加说明注释
2024-10-06 00:02:53 -04:00
CXSforHPU
bb91502465
[drivers] Specifies the name of the drivers driver file
...
https://github.com/RT-Thread/rt-thread/pull/9420
2024-09-13 17:40:40 -04:00