Difference between revisions of "RTOS"
(→^ ChibiOS ports: - adding URL to Nordicsemi Devzone article link regarding ChibiOS port to nRF9160.) |
m (→^ Zephyr RTOS: adding URL to 'west' build and Zephyr project management tool on Github.) |
||
Line 49: | Line 49: | ||
YAML data serialization language | YAML data serialization language | ||
* https://www.tutorialspoint.com/yaml/yaml_basics.htm | * https://www.tutorialspoint.com/yaml/yaml_basics.htm | ||
+ | |||
+ | There appears to be an important high-level tool called <code>west</code> 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 <code>west</code> documentation is, | ||
+ | <ul> | ||
+ | * https://docs.zephyrproject.org/latest/guides/west/basics.html | ||
+ | </ul> | ||
+ | |||
<!-- comment --> | <!-- comment --> | ||
Revision as of 23:11, 19 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
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,
^ General RTOS Considerations