Difference between revisions of "RTOS Zephyr"
From Wiki at Neela Nurseries
m (→^ High Level Zephyr Topics) |
m |
||
Line 27: | Line 27: | ||
* https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread | * https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread | ||
+ | |||
+ | <!-- comment --> | ||
+ | |||
+ | == [[#top|^]] Sensor Channel and Attribute Enumerations Best Practices == | ||
<!-- comment --> | <!-- comment --> |
Revision as of 19:52, 1 October 2021
Contents
^ Overview
2021-10-01 - This page to become central point on Neela Nurseries wiki for Zephyr RTOS notes, references and findings.
^ High Level Zephyr Topics
Zephyr RTOS documentation (latest) regarding sensor API, with explanation of enumerations sensor_channel
and sensor_attribute
:
High level topic "sensors":
-
sensor API specific topics:
- https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_trigger_type
- https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_attribute.SENSOR_ATTR_CONFIGURATION
- https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_channel.SENSOR_CHAN_ALL
Existing Zephyr notes on this wiki remain to move here. Note on Zephyr without threads:
^ Sensor Channel and Attribute Enumerations Best Practices
^ References
( stub section )