Wendal Chen
|
9487ce125f
update: spi,对于全双工模式,trans函数要说明清楚收发长度需要一致
|
5 months ago |
Wendal Chen
|
b332f4caef
update: spi,transfer函数的API文档缺了一个参数
|
6 months ago |
Wendal Chen
|
52b6fc7e95
remove: spi,device模式已经自带spi锁,不需要额外加锁
|
6 months ago |
Dozingfiretruck
|
5a27d91563
update:添加spi两套api说明
|
6 months ago |
Wendal Chen
|
83a411b324
add: spi,脚本操作也加上锁
|
6 months ago |
Wendal Chen
|
1d94ab6e23
fix: spi,api文档里close函数写着初始化
|
6 months ago |
Wendal Chen
|
6c155f0b90
fix: spi库的类型转换警告
|
1 year ago |
Dozingfiretruck
|
dea33375c8
fix:spi数据发送长度异常
|
1 year ago |
Dozingfiretruck
|
d190c539d2
add:spi device方式支持table发送
|
1 year ago |
Dozingfiretruck
|
740138aeae
fix:修复一处内存泄漏
|
1 year ago |
Dozingfiretruck
|
0cb0311ec4
fix:spi table方式发送异常
|
1 year ago |
Dozingfiretruck
|
256afe4cc4
fix:修复spi接收数据未上报lua
|
1 year ago |
Dozingfiretruck
|
32146795ac
fix:spi接收概率异常,接受数据上报lua丢失为null
|
1 year ago |
Wendal Chen
|
b6eb0fe670
update: 继续优化spi.recv的代码,不需要先从heap分配内存,直接lua分配内存就行了
|
2 years ago |
Wendal Chen
|
a75ff30fd6
fix: spi.close的返回值有问题,修正一下,虽然没人会检查这个返回值
|
2 years ago |
Wendal Chen
|
ef8d69a449
add: spi.recv支持zbuff参数
|
2 years ago |
Wendal Chen
|
a6e76d12e0
add: spi device被gc时打印个日志
|
2 years ago |
Wendal Chen
|
e4f633701d
fix: spi.transfer的api文档少写一个参数
|
2 years ago |
Dozingfiretruck
|
906d75eaba
update:统一使用luat_mem.h头
|
2 years ago |
Dozingfiretruck
|
3c7a712e6f
fix:注释有误,默认是半双工
|
2 years ago |
Dozingfiretruck
|
cef6c90085
add:添加@tag头注释
|
3 years ago |
Dozingfiretruck
|
19ef6794ae
mov:软i2c spi结构体声明是先移动到c文件
|
3 years ago |
Dozingfiretruck
|
2e3b01ba8b
update: toespi(L)迁移至c文件
|
3 years ago |
chenxuuu
|
06583a33f8
fix: spi.transfer 待发送数据的长度,默认为data长度
|
3 years ago |
alienwalker
|
8e5c52da75
update:luavm消耗较多的情况下,打印提醒一下
|
3 years ago |
chenxuuu
|
fc3bd5bf75
add: 部分常量的接口文档注释
|
3 years ago |
Dozingfiretruck
|
0cb4c514a7
fix:修复报错
|
3 years ago |
Dozingfiretruck
|
05b931f8f7
add:浮空输入
|
3 years ago |
Wendal Chen
|
9ec82abaf7
fix typo in lib_spi
|
3 years ago |
Wendal Chen
|
706901e45c
add: 为软SPI增加全双工收发
|
3 years ago |