Difference between revisions of "RTOS"
m (→^ Zephyr RTOS: adding URL to 'west' build and Zephyr project management tool on Github.) |
m (→^ Zephyr RTOS: adding URL to Zephyr 'west' project top level dir on Github.) |
||
Line 53: | Line 53: | ||
<ul> | <ul> | ||
* https://docs.zephyrproject.org/latest/guides/west/basics.html | * https://docs.zephyrproject.org/latest/guides/west/basics.html | ||
+ | </ul> | ||
+ | The west project top level Github URL: | ||
+ | <ul> | ||
+ | * https://github.com/zephyrproject-rtos/west | ||
</ul> | </ul> | ||
Revision as of 23:17, 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,
The west project top level Github URL:
^ General RTOS Considerations