Difference between revisions of "RTOS"
From Wiki at Neela Nurseries
m (Adding URL to Siemens Company technical article on RTOS versus Linux OS choice.) |
(→^ ChibiOS ports: - adding URL to Nordicsemi Devzone article link regarding ChibiOS port to nRF9160.) |
||
Line 26: | Line 26: | ||
== [[#top|^]] ChibiOS ports == | == [[#top|^]] ChibiOS ports == | ||
− | + | This section dedicated to references and notes on ChibiOS ports to processors outside of the immediate, STM32xxx families of parts. | |
+ | <ul> | ||
* https://hackaday.io/project/3743-chibios-tinkering | * https://hackaday.io/project/3743-chibios-tinkering | ||
+ | </ul> | ||
+ | Adding this Nordicsemi Devzone article link regarding ChibiOS port to nRF9160 System In Package: | ||
+ | <ul> | ||
+ | * https://devzone.nordicsemi.com/f/nordic-q-a/42149/rtos-selection | ||
+ | </ul> | ||
<!-- comment --> | <!-- comment --> | ||
Revision as of 20:58, 16 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 . . .
- 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