Zephyr RTOS -- Symmetric Multiprocessing
Posted 搬砖-工人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zephyr RTOS -- Symmetric Multiprocessing相关的知识,希望对你有一定的参考价值。
文章目录
本笔记基于 Zephyr 版本 2.6.0-rc2
前言
本人正在学习 Zephyr,一个可移植性较强,可以兼容多种开发板及物联网设备的操作系统,如果你感兴趣,可以点此查看我的 学习笔记总述 进行了解!
内容待补充!
Symmetric Multiprocessing
1. Synchronization
1.1 Spinlocks
1.2 Legacy irq_lock() emulation
2. CPU Mask
3. SMP Boot Process
4. Interprocessor Interrupts
5. SMP Kernel Internals
5.1 Per-CPU data
5.2 Switch-based context switching
参考链接
https://docs.zephyrproject.org/latest/reference/kernel/smp/smp.html#
以上是关于Zephyr RTOS -- Symmetric Multiprocessing的主要内容,如果未能解决你的问题,请参考以下文章