yangpeng
|
1919ad0748
|
[spi]修复spi总线挂载多设备通信可能失败问题
|
2024-03-04 19:50:36 -05:00 |
yangpeng
|
02eaf76d7b
|
[qspi]修复qspi配置未生效问题
|
2024-02-17 01:07:19 -05:00 |
Meco Man
|
8d6e536e88
|
[spi] optimize the spi transfer speed.
If the configurations are the same, we don't need to set again.
|
2023-06-10 18:59:23 -04:00 |
Meco Man
|
93968942c2
|
[device][spi] 修复 rt_spi_sendrecv8/16 收发不同时的问题
rt_spi_send_then_recv是先发再等待一个独立的消息接收
rt_spi_transfer是收发同时进行
rt_spi_sendrecv8/16应使用rt_spi_transfer而不是rt_spi_send_then_recv
|
2023-05-22 02:55:46 -04:00 |
a1012112796
|
5e4a95f54d
|
[components/drivers] add result check for configure in `rt_spi_configure` (#7474)
Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2023-05-12 00:11:28 -04:00 |
liYangYang
|
93d572dee6
|
[spi][5.0.0] 修正SPI设备框架中,对函数返回值类型使用不恰当的情况 (#6937)
|
2023-02-26 21:09:07 -05:00 |
liYony
|
b3b8c2362d
|
[spi] rt_spi_configure 增加对cs_pin处理
|
2023-02-22 21:18:05 -05:00 |
liYony
|
bc385cd55c
|
[spi]优化挂载函数对cs_pin的处理
|
2023-02-16 09:47:55 -05:00 |
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 |
liYangYang
|
7ff64c1cfd
|
[stm32][spi] spi attach函数问题解决方案 (#6864)
attach #6819
|
2023-01-18 00:27:08 -05:00 |
liYangYang
|
7c05d8517c
|
[STM32][SPI]解决挂载函数里面不同bsp对uaer_data的滥用 (#6819)
* [spi]attach 片选引脚依赖pin框架
* 修改attach函数
|
2023-01-07 23:03:42 -05:00 |
liYangYang
|
6ac09a6db0
|
[spi]fix some bug for rt_spi_sendrecv16 (#6360)
修复 rt_spi_sendrecv16 api 对最高有效位(MSB or LSB)的处理不当造成的一些问题。
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/SPI/src/SPI.cpp#L273
|
2022-09-01 00:36:45 -04:00 |
Meco Man
|
4f1f8566f4
|
[spi] fix issue report #6008
rt_spi_sendrecv8()存在可能未初始化值返回的情况
|
2022-06-22 11:52:06 +08:00 |
Meco Man
|
df9a23c534
|
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
2021-11-17 15:57:15 -05:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
zylx
|
257ce972d0
|
[DeviceDrivers][spi]:add qspi support
|
2018-11-22 13:54:37 +08:00 |
Bernard Xiong
|
2c0640a178
|
[license] Change license to Apache.
|
2018-10-14 19:37:18 +08:00 |
ZYH
|
cc8ab15472
|
[Components][Drivers][SPI]fix "Value stored to 'result' is never read"
|
2018-09-17 10:06:54 +08:00 |
yiyue.fang
|
621fbdb90c
|
Embedded GPLv2 license in drivers
|
2013-06-28 00:36:54 +08:00 |
wuyangyong
|
2aab960999
|
fixed rt_spi_release_bus assert error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2310 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-09-28 15:26:19 +00:00 |
dzzxzz@gmail.com
|
a4456b86d5
|
re-format the coding style in spi_core.c
1, Tabs to Spaces
2, File Format(CR/LF) using UNIX style
3, maximum line length = 80
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2273 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-09-06 07:21:35 +00:00 |
bernard.xiong@gmail.com
|
03668c93b9
|
Changed SPI message to message list. Added take/release SPI device/bus interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2123 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-05-18 05:37:09 +00:00 |
dzzxzz@gmail.com
|
55f5069a5e
|
fixed the return value in rt_spi_bus_attach_device()
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2118 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-05-15 10:44:39 +00:00 |
bernard.xiong@gmail.com
|
eedd490bd6
|
add const attribute to the ops.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1937 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-02-03 14:03:51 +00:00 |
bernard.xiong@gmail.com
|
2b8c20af4b
|
add SPI framework.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1911 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-01-08 14:16:51 +00:00 |