<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>微控圈（MCU Loop） - RTOS</title>
    <link>https://mculoop.com/forum-26-1.html</link>
    <description>Latest 20 threads of RTOS</description>
    <copyright>Copyright(C) 微控圈（MCU Loop）</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 06:40:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mculoop.com/static/image/common/logo_88_31.gif</url>
      <title>微控圈（MCU Loop）</title>
      <link>https://mculoop.com/</link>
    </image>
    <item>
      <title>RT-Thread 邮箱与消息队列</title>
      <link>https://mculoop.com/thread-51-1-1.html</link>
      <description><![CDATA[[md]

## 邮箱

RT-Thread 操作系统的邮箱用于线程间通信，特点是开销比较低，效率较高。邮箱中的每一封邮件只能容纳固定的 4 字节内容（针对 32 位处理系统，指针的大小即为 4 个字节，所以一封邮件恰好能够容纳一个指针）。典型的邮箱也称作交换消息。

邮件发送不具 ...]]></description>
      <category>RTOS</category>
      <author>阡陌</author>
      <pubDate>Mon, 25 Dec 2023 15:56:59 +0000</pubDate>
    </item>
  </channel>
</rss>