This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
realtime:documentation:howto:applications:start [2017/02/08 13:41] anna-maria move all howtos for applications into an own namespace |
realtime:documentation:howto:applications:start [2018/03/13 00:58] (current) ramesh.thomas |
||
---|---|---|---|
Line 3: | Line 3: | ||
The following HOWTOs include short instructions and examples for RTOS | The following HOWTOs include short instructions and examples for RTOS | ||
configuration and RT application development. | configuration and RT application development. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <WRAP half column> | ||
+ | ===== RTOS configuration ===== | ||
* [[realtime:documentation:howto:applications:preemptrt_setup|HOWTO setup Linux with PREEMPT_RT properly]] | * [[realtime:documentation:howto:applications:preemptrt_setup|HOWTO setup Linux with PREEMPT_RT properly]] | ||
+ | |||
+ | </WRAP> | ||
+ | |||
+ | <WRAP half column> | ||
+ | ===== RT application development ===== | ||
* [[realtime:documentation:howto:applications:application_base|HOWTO build a simple RT application]] | * [[realtime:documentation:howto:applications:application_base|HOWTO build a simple RT application]] | ||
Line 13: | Line 23: | ||
* [[realtime:documentation:howto:applications:signal|HOWTO build a simple RT application with a signaling mechanism]] | * [[realtime:documentation:howto:applications:signal|HOWTO build a simple RT application with a signaling mechanism]] | ||
+ | |||
+ | * [[realtime:documentation:howto:applications:memory|HOWTO deal with application memory]] | ||
+ | |||
+ | * [[realtime:documentation:howto:applications:cpuidle|HOWTO include CPU idle power management in your design]] | ||
+ | |||
+ | </WRAP> | ||