Difference between revisions of "RTOS"
From Wiki at Neela Nurseries
m |
m (Adding URL to Siemens Company technical article on RTOS versus Linux OS choice.) |
||
Line 28: | Line 28: | ||
* https://hackaday.io/project/3743-chibios-tinkering | * https://hackaday.io/project/3743-chibios-tinkering | ||
− | |||
<!-- comment --> | <!-- comment --> | ||
− | == [[#top|^]] Zephyr | + | == [[#top|^]] Zephyr RTOS == |
Introduction to Zephyr and some guides . . . | Introduction to Zephyr and some guides . . . | ||
Line 44: | Line 43: | ||
YAML data serialization language | YAML data serialization language | ||
* https://www.tutorialspoint.com/yaml/yaml_basics.htm | * https://www.tutorialspoint.com/yaml/yaml_basics.htm | ||
+ | <!-- comment --> | ||
+ | |||
+ | == [[#top|^]] General RTOS Considerations == | ||
+ | |||
+ | * https://resources.sw.siemens.com/en-US/white-paper-moving-from-an-rtos-to-linux?cmpid=13526 | ||
<!-- comment --> | <!-- comment --> |
Revision as of 22:17, 21 June 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
^ Zephyr RTOS
Introduction to Zephyr and some guides . . .
- https://docs.zephyrproject.org/latest/introduction/index.html
- https://docs.zephyrproject.org/latest/guides/dts/index.html#dt-guide
- https://docs.zephyrproject.org/latest/guides/dts/intro.html
Example code . . .
- https://docs.zephyrproject.org/latest/samples/hello_world/README.html
- https://docs.zephyrproject.org/latest/samples/philosophers/README.html
YAML data serialization language
^ General RTOS Considerations