Difference between revisions of "RTOS Zephyr"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (^ High Level Zephyr Topics: - adding link to Zephyr sensor trigger types, an enumeration.)
m
Line 13: Line 13:
 
Zephyr RTOS documentation (latest) regarding sensor API, with explanation of enumerations <code>sensor_channel</code> and <code>sensor_attribute</code>:
 
Zephyr RTOS documentation (latest) regarding sensor API, with explanation of enumerations <code>sensor_channel</code> and <code>sensor_attribute</code>:
  
 +
High level topic "sensors":
 
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html
 
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html
 
<ul>
 
<ul>
 +
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
 
</ul>
 
</ul>
Line 21: Line 23:
  
 
*  https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread
 
*  https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread
 +
 +
 +
<!-- comment -->
  
 
== [[#top|^]] References ==
 
== [[#top|^]] References ==
  
 
<i>( stub section )</i>
 
<i>( stub section )</i>
 +
 +
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 17:51, 1 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:


^ References

( stub section )