Meco Man
|
9ac8b47eb2
|
[sensor-v2] enable sensor v2
fix the confilcts with sensor v1
|
2024-03-16 23:31:54 -04:00 |
yangpeng
|
ff1bd3807c
|
[components][drivers][sensor]暂时禁止使用sensorv2框架
sensor v2框架仍在开发中
|
2023-12-26 20:32:28 +08:00 |
程蒙蒙
|
c2c83533c9
|
[sensor]V1返回类型不一致编译错误 (#7735)
Signed-off-by: 程蒙蒙 <37764731+meng-plus@users.noreply.github.com>
|
2023-06-27 17:18:07 +08:00 |
Man, Jianting (Meco)
|
704554f1f9
|
[sensor-v2]将当前sensor框架revert回v1版本并独立为v2 (#7698)
|
2023-06-18 22:36:53 -04:00 |
7YZ7
|
501b22aabe
|
[HUST CSE] Fix many abnormal symbols in annotations and format code
|
2023-04-17 22:26:23 -04:00 |
Meco Man
|
f58d3c5200
|
rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
|
2023-02-07 21:43:57 -05:00 |
Zxy
|
fb8e9ea93a
|
[sensor] 修复命令交互使用日志输出API的问题 (#6895)
命令交互应使用rt_kprintf,而非LOG_x
|
2023-02-02 20:56:10 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Man, Jianting (Meco)
|
f4b285dc9c
|
improve sensor framework (#6784)
* [stm32l475-pandora] rename sensor_port.c as drv_sensors.c
* [sensor][cmd] add enter critical section protection
* [sensor] add sensor reset command
|
2023-01-08 21:33:38 -05:00 |
Meco Man
|
b1763e6903
|
[sensor] add setting power/accuracy/fetch data mode commands
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
3a7ee55780
|
[sensor] 优化control参数检查和sensor list命令
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
20a6f14e89
|
use PIN_IRQ_PIN_NONE to replace RT_PIN_NONE
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
2570fab0e1
|
[sensor] add sensor list command
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
d2bab6d7ad
|
[sensor] add LSC chip vendor
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
d3c77d907f
|
[sensor] set power and accuracy as the hightest level
|
2022-12-26 02:10:30 -05:00 |
Meco Man
|
8971545d8e
|
[sensor] improve commands
|
2022-12-26 02:10:30 -05:00 |
Man, Jianting (Meco)
|
262392a69c
|
[sensor] draft new sensor-hal framework (#6746)
* [sensor] new sensor framework
针对老版本sensor框架的诸多不合理设计进行重构
之前的PR中已经重构了浮点数相关的问题
本次PR主要围绕sensor的整体架构予以重构,对过于理想化的参数和模式予以删除
* [sensor] 增加can modbus总线类型
* [stm32l745] 完善sensor对接
* [sensor] fix the onchip ID print
|
2022-12-21 21:24:51 -05:00 |
Meco Man
|
9860b168b8
|
[sensor] 增加新传感器类型和单位
|
2022-12-12 22:44:07 -05:00 |
Man, Jianting (Meco)
|
8b5a501831
|
[sensor][cmd] add sensor_get_type/vender/unit_name functions (#6727)
* [sensor][cmd] add sensor_get_type/vender/unit_name functions
* rename sensor folder
|
2022-12-11 22:45:04 -05:00 |