Difference between revisions of "RTOS topics general"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Add link to ITHare article on optimizations.)
m (Add section "Watchdog Timer Use")
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
*  http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/
 
*  http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/
 +
 +
Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`:
 +
 +
*  https://www.jabperf.com/my-fear-of-commitment-to-the-1st-cpu-core/
 +
 +
<!-- odne komentar -->
 +
 +
== [[#top|^]] Condition Variables and Semaphores ==
 +
 +
University of Wisconson CS Dept article on semaphores . . .
 +
 +
*  https://pages.cs.wisc.edu/~remzi/OSTEP/threads-sema.pdf
 +
 +
<!-- odne komentar -->
 +
 +
== [[#top|^]] Watchdog Timer Use ==
 +
 +
*  https://devzone.nordicsemi.com/f/nordic-q-a/75050/best-practise-for-watchdog-on-multi-threaded-application-using-rtos-suggestion

Latest revision as of 21:38, 12 January 2026


Multi-core issues, pinning threads to CPUs:

Optimizations in and outside of RTOS settings:

Mark Dawson Jr. article on CPU1 task pinning, Linux kernel routine `cpumask_first(const struct cpumask *srcp)`:


^ Condition Variables and Semaphores

University of Wisconson CS Dept article on semaphores . . .


^ Watchdog Timer Use