Difference between revisions of "RTOS Zephyr"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (^ High Level Zephyr Topics)
m (^ High Level Zephyr Topics)
Line 18: Line 18:
 
sensor API specific topics:
 
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_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
 +
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_attribute.SENSOR_ATTR_CONFIGURATION <i>( available in Zephyr v2.7.99 but not v2.6.0 )</i>
 
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_channel.SENSOR_CHAN_ALL
 
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_channel.SENSOR_CHAN_ALL
  

Revision as of 05:35, 2 October 2021

Zephyr device drivers :: Device Tree


^ 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":


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 )