Difference between revisions of "RTOS Zephyr"
Jump to navigation
Jump to search
m |
m (→^ High Level Zephyr Topics: - adding link to Zephyr sensor trigger types, an enumeration.) |
||
| Line 14: | Line 14: | ||
* https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html | * https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html | ||
| + | <ul> | ||
| + | * https://docs.zephyrproject.org/latest/reference/peripherals/sensor.html#c.sensor_trigger_type | ||
| + | </ul> | ||
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: | ||
* https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread | * https://docs.zephyrproject.org/latest/reference/kernel/threads/nothread.html#nothread | ||
| − | |||
| − | |||
== [[#top|^]] References == | == [[#top|^]] References == | ||
Revision as of 17:49, 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 )