# zephyr-inside **Repository Path**: leida_3669/zephyr-inside ## Basic Information - **Project Name**: zephyr-inside - **Description**: 揭秘 Zephyr OS - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zephyr OS 学习笔记 之前看到一句话:好的读书笔记是对一本书的敬意。 越是深入学习,越为 Zephyr 着迷,我也希望献上自己对 Zephyr 的敬意。 ## 在线阅读: - [http://iot-fans.xyz/zephyr/inside/index.html](http://iot-fans.xyz/zephyr/inside/index.html) - [https://github.com/tidyjiang8/zephyr-inside/blob/master/SUMMARY.md](https://github.com/tidyjiang8/zephyr-inside/blob/master/SUMMARY.md) ## 概览 - 入门篇: 包括对 Zephyr 的简单介绍,开发环境的搭建,以及一些简单实验,以激发对 Zephyr 的兴趣。 - 调试篇: 对各种常见开发板的单步调试方法汇总,欢迎添加新板子。 - 内核篇: 结合官方文档,深入分析源码,增加自己的内功;纯理论部分。 - 驱动篇: 分析驱动模型,并阐释几个简单的驱动。 - 网络篇: 分析网络协议栈的架构,并结合实验分析各个示例。 - 蓝牙篇: 分析蓝牙协议栈的架构,并结合实验分析各个示例。 - 移植篇: 将 Zephyr 移植到 CC2538,并能通过 802.15.4 实现点对点通信。 - 应用篇: 完成一个采集数据并上传至云服务器的应用。 ## Others - QQ 群: 580070214 - Zephyr 文档:[http://iot-fans.xyz/zephyr/doc/index.html](http://iot-fans.xyz/zephyr/doc/index.html)