Difference between revisions of "RTOS"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| m | |||
| Line 23: | Line 23: | ||
| *  https://hackaday.io/project/3743-chibios-tinkering | *  https://hackaday.io/project/3743-chibios-tinkering | ||
| + | |||
| + | <!-- comment --> | ||
| + | |||
| + | == [[#top|^]] Zephyr RTOs == | ||
| + | |||
| + | *  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 | ||
| + | *   | ||
| + | |||
| <!-- comment --> | <!-- comment --> | ||
Revision as of 22:16, 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
- 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