Difference between revisions of "RTOS topics general"
Jump to navigation
Jump to search
m (Add link to University of Wisconson CS Dept article on semaphores.) |
m (Add section "Watchdog Timer Use") |
||
| Line 15: | Line 15: | ||
<!-- odne komentar --> | <!-- odne komentar --> | ||
| − | == Condition Variables and Semaphores == | + | == [[#top|^]] Condition Variables and Semaphores == |
University of Wisconson CS Dept article on semaphores . . . | University of Wisconson CS Dept article on semaphores . . . | ||
| Line 22: | Line 22: | ||
<!-- odne komentar --> | <!-- 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 . . .