RTOS topics general

From Wiki at Neela Nurseries
Revision as of 21:38, 12 January 2026 by Ted (talk | contribs) (Add section "Watchdog Timer Use")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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