Difference between revisions of "RTOS"

From Wiki at Neela Nurseries
Jump to: navigation, search
(^ Zephyr RTOs)
(^ Zephyr RTOs)
Line 37: Line 37:
 
*  https://docs.zephyrproject.org/latest/samples/philosophers/README.html   
 
*  https://docs.zephyrproject.org/latest/samples/philosophers/README.html   
  
 +
YAML data serialization language
 +
*  https://www.tutorialspoint.com/yaml/yaml_basics.htm
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 23:26, 19 May 2021

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


^ Zephyr RTOs

Introduction to Zephyr and some guides . . .

Example code . . .

YAML data serialization language