Difference between revisions of "RTOS"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (^ Zephyr RTOS: adding URL to Zephyr 'west' project top level dir on Github.)
m (^ Zephyr RTOS: adding URL to a Zephyr 'getting started' tutorial.)
Line 46: Line 46:
 
*  https://docs.zephyrproject.org/latest/samples/hello_world/README.html
 
*  https://docs.zephyrproject.org/latest/samples/hello_world/README.html
 
*  https://docs.zephyrproject.org/latest/samples/philosophers/README.html   
 
*  https://docs.zephyrproject.org/latest/samples/philosophers/README.html   
 +
 +
A tutorial for setting up support and build environment for Zephyr, and for flashing and testing on yet undetermined targets:
 +
*  https://docs.zephyrproject.org/latest/getting_started/index.html
 +
  
 
YAML data serialization language
 
YAML data serialization language
Line 54: Line 58:
 
*  https://docs.zephyrproject.org/latest/guides/west/basics.html
 
*  https://docs.zephyrproject.org/latest/guides/west/basics.html
 
</ul>
 
</ul>
The west project top level Github URL:
+
 
 +
 
 +
The <code>west</code> project top level Github URL:
 
<ul>
 
<ul>
 
*  https://github.com/zephyrproject-rtos/west
 
*  https://github.com/zephyrproject-rtos/west

Revision as of 21:50, 20 July 2021

Unix and Linux config :: Containers :: Clusters :: <link>


2021-02-02 Tuesday

Real Time Operating System references . . .

^ ChibiOS

A brief history of ChibiOS development:

How to create static threads and dynamic threads, in ChibiOS:

How to choose thread's working area or memory size:


^ ChibiOS ports

This section dedicated to references and notes on ChibiOS ports to processors outside of the immediate, STM32xxx families of parts.

Adding this Nordicsemi Devzone article link regarding ChibiOS port to nRF9160 System In Package:

^ Zephyr RTOS

Introduction to Zephyr and some guides . . .

Example code . . .

A tutorial for setting up support and build environment for Zephyr, and for flashing and testing on yet undetermined targets:


YAML data serialization language

There appears to be an important high-level tool called west which Zephyr developers and community use. It's also mentioned as the build tool for one or more of Nordic Semiconductor's nRF9160 example projects. A link to the github west documentation is,


The west project top level Github URL:


^ General RTOS Considerations