Difference between revisions of "RTOS Zephyr"

From Wiki at Neela Nurseries
Jump to: navigation, search
(starting page on Zephyr RTOS notes, in the most general sense. Other Zephyr topics pages already started on this wiki.)
 
m
Line 1: Line 1:
  
 +
== [[#top|^]] Overview ==
 +
 +
2021-10-01 - This page to become central point on Neela Nurseries wiki for Zephyr RTOS notes, references and findings.
 +
 +
 +
== [[#top|^]] High Level Zephyr Topics ==
 +
 +
Zephyr RTOS documentation (latest) regarding sensor API, with explanation of enumerations <code>sensor_channel</code> and <code>sensor_attribute</code>:
 +
 +
*  https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html
  
 
Existing Zephyr notes on this wiki remain to move here.  Note on Zephyr without threads:
 
Existing Zephyr notes on this wiki remain to move here.  Note on Zephyr without threads:
Line 5: Line 15:
 
*  https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread
 
*  https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread
  
 +
 +
 +
== [[#top|^]] References ==
 +
 +
<i>( stub section )</i>
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 17:34, 1 October 2021

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

Existing Zephyr notes on this wiki remain to move here. Note on Zephyr without threads:


^ References

( stub section )