<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>吾铭子</title>
        <link>https://1078249029.github.io/</link>
        <description>吾铭子</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>1078249029@qq.com (吾铭子)</managingEditor>
            <webMaster>1078249029@qq.com (吾铭子)</webMaster><lastBuildDate>Sun, 01 Jun 2025 17:41:22 &#43;0800</lastBuildDate>
            <atom:link href="https://1078249029.github.io/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>嵌入式中的启动流程</title>
    <link>https://1078249029.github.io/posts/booting-process-in-embedded/</link>
    <pubDate>Sun, 01 Jun 2025 17:41:22 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/booting-process-in-embedded/</guid>
    <description><![CDATA[<p>较为系统的介绍rtos的ota技术以及linux系统的启动流程</p>]]></description>
</item><item>
    <title>RISC-V</title>
    <link>https://1078249029.github.io/posts/risc-v/</link>
    <pubDate>Wed, 01 Jan 2025 15:22:46 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/risc-v/</guid>
    <description><![CDATA[<p>本文是笔者学习RISC-V时系统总结而成的，包含上下两部分，第一部分对RISC-V进行系统性介绍，包含RISC-V项目的基本情况与规范，基本命令的介绍，与OS的关系等内容。其参考资料为b站的<a href="https://www.bilibili.com/video/BV1Q5411w7z5/" target="_blank" rel="noopener noreferrer">rvos</a>，视频由中科院软件所汪辰主讲，PLCT项目负责人吴伟发布。第二部分系统的介绍了RISCV体系结构部分，虽然与源码级别工程仍有差距，但作为嵌入式软件/系统工程师来说深度广度足够了，该部分参考书籍为《RISCV体系结构编程与实践    -笨叔》，笨叔也有arm相关的著作以及更为出名的Linux相关的书籍，因此笔者也推荐使用笨叔的两本不同体系结构的书籍对比学习。</p>]]></description>
</item><item>
    <title>Rust</title>
    <link>https://1078249029.github.io/posts/rust/</link>
    <pubDate>Sun, 15 Dec 2024 11:43:24 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/rust/</guid>
    <description><![CDATA[<p>本文是笔者学习Rust时系统总结的笔记，内部详细地介绍了Rust的特点以及语法，较为深入的探讨了Rust语言的语资料包括但不限于b站视频<a href="https://www.bilibili.com/video/BV1hp4y1k7SV" target="_blank" rel="noopener noreferrer">Rust编程语言入门教程</a>，国人出品的开源书籍<a href="https://course.rs/about-book.html" target="_blank" rel="noopener noreferrer">Rust语言圣经(Rust Course)</a>，<a href="https://rustcc.cn/" target="_blank" rel="noopener noreferrer">Rust语言中文社区</a>，以及rust的官方书籍<a href="https://doc.rust-lang.org/book/" target="_blank" rel="noopener noreferrer">The Rust Programming Language</a></p>]]></description>
</item><item>
    <title>移植ESP32SPI驱动至rtthread教程</title>
    <link>https://1078249029.github.io/posts/planting-esp32spi-to-rtthread/</link>
    <pubDate>Sat, 19 Oct 2024 10:50:25 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/planting-esp32spi-to-rtthread/</guid>
    <description><![CDATA[<p>本文是博主移植驱动工作的总结，详细介绍了移植过程以及遇到的问题及其解决方案，希望对各位有帮助。同时，代码已进入<a href="https://github.com/RT-Thread/rt-thread/pull/9513" target="_blank" rel="noopener noreferrer">RT-Thread主线</a>。博文同时发表在个人博客<a href="wumingzi.top" rel="">wumingzi.top</a></p>]]></description>
</item><item>
    <title>nginx反向代理trojan与rsshub</title>
    <link>https://1078249029.github.io/posts/using-nginx-for-trojan-and-rsshub/</link>
    <pubDate>Sat, 19 Oct 2024 10:48:46 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/using-nginx-for-trojan-and-rsshub/</guid>
    <description><![CDATA[<p>个人搭建动态博客的详细过程，由Halo框架+NexT主题构成</p>]]></description>
</item><item>
    <title>RT-Thread平台搭建实验</title>
    <link>https://1078249029.github.io/posts/rtthread-platform-construction-experiment/</link>
    <pubDate>Mon, 17 Jun 2024 08:43:37 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/rtthread-platform-construction-experiment/</guid>
    <description><![CDATA[<p>本文为笔者的毕业设计相关内容，目的是使用嵌入式系统将振动数据发送至对应主机。系统使用stm32+rtthread作为基本结构，并选用其他中间件丰富系统功能。由于stm32的ram与rom资源紧缺，后期移植文件系统以及其他中间件会爆内存，因此笔者目前暂停这一方案，并转而使用ESP32C3为主控</p>]]></description>
</item><item>
    <title>计算机网络</title>
    <link>https://1078249029.github.io/posts/computer-network/</link>
    <pubDate>Mon, 22 Apr 2024 15:49:01 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/computer-network/</guid>
    <description><![CDATA[<p>本文从OSI网络模型出发介绍计算机网络，并涉及多种有关计算机网络的应用。需要注意的是本文有较为浓厚的学术界气息，对于具体的协议使用本文不阐述</p>]]></description>
</item><item>
    <title>Linux高级驱动</title>
    <link>https://1078249029.github.io/posts/linux-advanced-drivers/</link>
    <pubDate>Fri, 23 Feb 2024 11:44:04 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/linux-advanced-drivers/</guid>
    <description><![CDATA[<p>Linux高级驱动的粗浅介绍，包含PCIE，USB以及其他常用子系统</p>]]></description>
</item><item>
    <title>Linux内核</title>
    <link>https://1078249029.github.io/posts/linux-kernel/</link>
    <pubDate>Wed, 21 Feb 2024 16:55:40 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/linux-kernel/</guid>
    <description><![CDATA[<p><strong>本文阐述系统为x86体系架构，idt，gdt，tss，系统启动引导过程均以x86架构为蓝本，arm不适用，并且由于参考资料过于过于久远，读者应谨慎参考</strong></p>]]></description>
</item><item>
    <title>Linux基础</title>
    <link>https://1078249029.github.io/posts/linux-basics/</link>
    <pubDate>Tue, 23 Jan 2024 18:18:18 &#43;0800</pubDate><author>
        <name>吾铭子</name>
    </author><guid>https://1078249029.github.io/posts/linux-basics/</guid>
    <description><![CDATA[<p>基础的Linux应用与驱动开发</p>]]></description>
</item></channel>
</rss>
