└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # EmbeddedSources 2 | 嵌入式资源合集 3 | ## 嵌入式相关开源项目、库、资料------持续更新中 4 | 5 | 学习初期最难找的就是找学习资料了,本贴精心汇总了一些嵌入式相关资源,包括但不限于编程语言、单片机、开源项目、物联网、操作系统、Linux等资源,并且在不断地更新中,致力于打造全网最全的嵌入式资料库。有好的嵌入式相关资源的朋友欢迎做贡献,利人利己。以下为最新资料汇总: 6 | 7 | ### 1、OS 8 | 9 | [鸿蒙OS](https://openharmony.gitee.com/openharmony): 一款面向全场景的开源分布式操作系统。 10 | 11 | [RT-Thread](https://github.com/RT-Thread):一款小而美的物联网操作系统。 12 | 13 | [TencentOS tiny](https://github.com/Tencent/TencentOS-tiny):一款面向物联网领域开发的实时操作系统。 14 | 15 | [freertos](https://www.freertos.org/): 一个轻量级的操作系统。 16 | 17 | [µC/OS ](https://www.micrium.com/rtos/):一个功能齐全的嵌入式操作系统。 18 | 19 | [mbed-os](https://github.com/ARMmbed/mbed-os) :ARM自己打造、主打IoT的一整套软件解决方案 。 20 | 21 | [BabyOS](https://gitee.com/notrynohigh/BabyOS): 专为MCU项目开发提速的代码框架 。 22 | 23 | [LuatOS](https://gitee.com/openLuat/LuatOS) : LuatOS是运行在嵌入式硬件的实时操作系统,只需要少量内存的flash空间就能运行,用户编写lua代码就可完成各种功能。 24 | 25 | [Contiki-OS](https://github.com/contiki-os/contiki): 一个小型的,开源的,极易移植的多任务操作系统。 26 | 27 | [DJYOS](http://www.djyos.com/): 都江堰操作系统。 28 | 29 | [klite](https://gitee.com/kerndev/klite) : 简洁易用的嵌入式操作系统内核。 30 | 31 | [lmosem](https://gitee.com/lmnos/lmosem) : 一个完全从第一行引导代码开始编写,基于ARM平台,支持多进程、多CPU、内存管理、文件与设备管理的全32位操作系统内核。 32 | 33 | [freenos](http://www.freenos.org/):FreeNOS微内核操作系统。 34 | 35 | 更多资源敬请期待...... 36 | 37 | 38 | 39 | ### 2、实用库/框架 40 | 41 | [cJSON](https://github.com/DaveGamble/cJSON):一个基于C语言的轻量级的JSON解析库。 42 | 43 | [jsmn](https://github.com/zserge/jsmn):一个小巧的基于C语言的JSON解析库。 44 | 45 | [ MultiTimer ](https://github.com/0x1abin/MultiTimer): 一个软件定时器扩展模块。 46 | 47 | [MultiButton](https://github.com/0x1abin/MultiButton): 一个小巧简单易用的事件驱动型按键驱动模块。 48 | 49 | [ SmartTimer ](https://github.com/lmooml/SmartTimer): 一个轻量级的基于STM32的定时器调度器 。 50 | 51 | [CmBacktrace](https://github.com/armink/CmBacktrace) : 一款针对 ARM Cortex-M 系列 MCU 的错误代码自动追踪库。 52 | 53 | [EasyLogger](https://github.com/armink/EasyLogger):一款超轻量级、高性能的 C/C++ 日志库。 54 | 55 | [EasyFlash](https://github.com/armink/EasyFlash):一款开源的轻量级嵌入式Flash存储器库 。 56 | 57 | [SFUD](https://github.com/armink/SFUD):一款开源的串行 SPI Flash 通用驱动库。 58 | 59 | [lw_oopc](https://sourceforge.net/projects/lwoopc/):轻量级的C语言面向对象编程框架。 60 | 61 | [PLOOC](https://github.com/GorgonMeducer/PLOOC):受保护的低开销面向对象编程。 62 | 63 | [cmd-parser](https://github.com/jiejieTop/cmd-parser):一个非常简单好用的命令解析器。 64 | 65 | [mqttclient](https://github.com/jiejieTop/mqttclient):一个省资源、高稳定的MQTT客户端。 66 | 67 | [NorthFrame](https://gitee.com/PISCES_X/NorthFrame) :一个单片机极简图形化状态机框架 。 68 | 69 | [letter-shell](https://github.com/NevermindZZT/letter-shell):一个功能强大的嵌入式shell。 70 | 71 | [pigweed](https://github.com/izzimat/pigweed):谷歌开源的嵌入式目标库(模块)集合。 72 | 73 | [lwrb](https://github.com/MaJerle/lwrb):一个轻量级通用环缓冲区管理器库。 74 | 75 | [cQueue](https://gitee.com/yorkjia/cQueue) :使用ANSI C 编写的消息队列功能函数。 76 | 77 | [Unity](https://github.com/ThrowTheSwitch/Unity/releases):一个轻量级的、适合嵌入式的测试框架。 78 | 79 | [Embedded Unit]( https://sourceforge.net/projects/embunit ): 是个纯标准c构建的单元测试框架。 80 | 81 | [CuTest ]( https://sourceforge.net/projects/cutest/ ):一款微小的C语言单元测试框, 全部代码加起来不到一千行。 82 | 83 | [cmockery](https://github.com/google/cmockery): 谷歌C单元测试框架。 84 | 85 | [googletest](https://github.com/google/googletest):谷歌C++测试框架。 86 | 87 | [ znfat ](https://gitee.com/dbembed/znfat?_from=gitee_search):振南fat,国产嵌入式文件系统方案 。 88 | 89 | [libu](https://github.com/koanlogic/libu):一个C语言写的多平台工具库。 90 | 91 | [LWIP](http://savannah.nongnu.org/projects/lwip/): 一个小型开源的TCP/IP协议栈 。 92 | 93 | [ SQLite ](https://www.sqlite.org/download.html):一个开源的嵌入式关系数据库。 94 | 95 | [OpenBLT](https://sourceforge.net/projects/openblt/files/):一种开源引导加载程序。 96 | 97 | [Linux Lab](https://gitee.com/tinylab/linux-lab) : Linux 内核实验室,基于 Docker/Qemu 的极速 Linux 内核学习、开发和测试环境。 98 | 99 | [airkissOpen](https://github.com/heyuanjie87/airkissOpen) :腾讯airkiss协议解析库 。 100 | 101 | [nr_micro_shell](https://gitee.com/nrush/nr_micro_shell) : shell for MCU,单片机命令行交互。 102 | 103 | [FlexibleButton](https://github.com/murphyzhao/FlexibleButton): FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库。 104 | 105 | [mbedtls](https://github.com/ARMmbed/mbedtls) :一个开源、便携,易于使用,可读的和灵活的SSL库。 106 | 107 | [mosquitto](https://github.com/eclipse/mosquitto)或[mosquitto(下载速度快)](https://gitee.com/zhengnianli/mosquitto):一个开源的MQTT代理。 108 | 109 | [inih](https://github.com/benhoyt/inih): C 语言编写的 INI 文件解析器。 110 | 111 | [QP](http://www.state-machine.com/):QP实时嵌入式框架。 112 | 113 | [MS-RTOS](https://github.com/MS-RTOS): Micro Safe RTOS 。 114 | 115 | [protobuf-c](https://github.com/protobuf-c/protobuf-c/wiki/Examples):protobuf-c。 116 | 117 | [eepromfs](https://gitee.com/wtau_zaozao/eepromfs?_from=gitee_search): 基于EEPROM的简易类文件的数据读写库 。 118 | 119 | [gear-lib](https://gitee.com/gozfreee/gear-lib) : 适用于IOT/嵌入式/网络服务开发的C库 。 120 | 121 | [mult_timer](https://gitee.com/simpost/mult_timer) : 一个Linux下的超级精简的多重定时器 。 122 | 123 | [EFSM](https://gitee.com/simpost/EFSM) : 是一个基于事件驱动的有限状态机 。 124 | 125 | 126 | 127 | 更多资源敬请期待...... 128 | 129 | 130 | 131 | ### 3、GUI相关 132 | 133 | [GuiLite](https://gitee.com/idea4good/GuiLite):大道至简 - 5千行/仅头文件/全平台GUI库 。 134 | 135 | [yoxios](https://www.yoxios.com/): 基于Linux开发的轻量级物联网系统和硬件平台。 136 | 137 | [ToughGFX](https://www.touchgfx.com/zh/): 一个C++编写的GUI软件框架 。 138 | 139 | [emwin](https://www.segger.com/products/user-interface/emwin/):一个老牌GUI库。 140 | 141 | [littlevGL](https://gitee.com/mirrors/lvgl) : 一个免费的开源图形库。 142 | 143 | [野牛 LittlevGL demo](https://gitee.com/mzy2364/LittlevGL_Demo):基于野牛开发板的 LittlevGL demo 程序 。 144 | 145 | [ MonoGUI ](https://gitee.com/liuxinouc/MonoGUI):一个黑白图形用户接口系统 。 146 | 147 | [MiniGUI](http://www.minigui.com/download): 一个快速、稳定、跨操作系统的GUI。 148 | 149 | [QT](https://www.qt.io/developers):跨平台的应用程序和用户界面框架。 150 | 151 | [Gtk](https://www.gtk.org/): 一个用于创造图形用户接口的图形库。 152 | 153 | [AWTK](https://gitee.com/zlgopen/awtk?_from=gitee_search):是 ZLG 倾心打造的一套基于 C 语言开发的 GUI 框架 。 154 | 155 | 更多资源敬请期待...... 156 | 157 | 158 | 159 | ### 4、物联网、智能家居 160 | 161 | [ HomeAssistant ](https://github.com/home-assistant/corel):一款基于 Python 的智能家居开源系统。 162 | 163 | [ Domoticz ](https://github.com/domoticz/domoticz):一个开源的智能家居系统 。 164 | 165 | [Kaa IoT Platform](https://www.kaaproject.org/):功能丰富的开放和高效的物联网云平台。 166 | 167 | [ RT-Thread IoT SDK ](https://github.com/RT-Thread/IoT_Board):基于RT-Thread IOT开发板的各类例程。 168 | 169 | [从零打造物联网](https://www.scaugreen.cn/posts/44755/):一份适合嵌入式开发人员学习的web开发教程。 170 | 171 | 更多资源敬请期待...... 172 | 173 | 174 | 175 | ### 5、实例/项目/软硬结合 176 | 177 | [qt_2019_ncov](https://github.com/whik/qt_2019_ncov):基于Qt/C++实现的新冠肺炎疫情监控平台。 178 | 179 | [H7-TOOL_STM32H7_App](https://gitee.com/armfly/H7-TOOL_STM32H7_App) :H7-TOOL 多功能开发工具。 180 | 181 | [DAPLink/CMSIS DAP](https://github.com/ARMmbed/DAPLink):一个调试器, 集成下载、调试和USB虚拟串口。 182 | 183 | [mcush](https://github.com/pengshulin/mcush):MCU shell。 184 | 185 | [DoST](https://github.com/zhangyuhu/DoST): Linux 下开发 STM32 。 186 | 187 | [Crazepony](http://www.crazepony.com/):Crazepony开源四轴飞行器。 188 | 189 | [MiniQ](https://github.com/billhsu/MiniQ) :一个迷你四轴飞行器。 190 | 191 | [LiPow-Firmware](https://github.com/AlexKlimaj/LiPow-Firmware):基于STM32G0采用USB type-C供电的开源锂电池充电器。 192 | 193 | [Avem](https://github.com/avem-labs/Avem): 一个轻量级无人机飞控。 194 | 195 | [SoftWareSerial](https://github.com/TonyIOT/SoftWareSerial):一个STM32 IO口模拟实现软件串口程序。 196 | 197 | [串口ISP程序](https://github.com/nicekwell/stm32ISP):一个stm32串口ISP程序。 198 | 199 | [DSO_Nano](https://github.com/Seeed-Studio/DSO_Nano) :一个手持示波器。 200 | 201 | [DSView](https://github.com/DreamSourceLab/DSView): 一个跨平台的逻辑分析仪。 202 | 203 | [MCU-Development](https://github.com/cjeeks/MCU-Development): 基于51、430、STM32F10X、STM32F407X、T4MC123G平台的各常见硬件模块demo。 204 | 205 | [Arduino](https://github.com/arduino/Arduino) : 开源电子原型平台。 206 | 207 | [ EWAHBoolArray](https://github.com/lemire/EWAHBoolArray): bitmap算法。 208 | 209 | 更多资源敬请期待...... 210 | 211 | 212 | 213 | ## 6、学习资料/资源/工具/网站 214 | 215 | [100ask download](http://download.100ask.org/):百文网资料下载中心。 216 | 217 | [armfly](http://www.armbbs.cn/forum.php):安富莱/硬汉嵌入式论坛。 218 | 219 | [fire download](https://ebf-products.readthedocs.io/zh_CN/latest/):野火资料下载中心。 220 | 221 | [openedv download](http://www.openedv.com/docs/index.html):正点原子资料下载中心。 222 | 223 | [野火](https://www.firebbs.cn/forum.php):野火电子论坛。 224 | 225 | [正点](http://www.openedv.com/forum.php):正点原子论坛。 226 | 227 | [ST](https://www.stmcu.org.cn/module/forum/forum.php):ST中文社区。 228 | 229 | [NXP社区](https://www.nxpic.org.cn/):恩智浦论坛。 230 | 231 | [Linux](https://www.kernel.org/):Linux内核官网。 232 | 233 | [Linux源码](https://elixir.bootlin.com/linux/latest/source):可在线阅读Linux内核源码。 234 | 235 | [Buildroot](https://buildroot.org/downloads/):buildroot源码。 236 | 237 | [Debian](https://www.debian.org/):Debian官网。 238 | 239 | [Ubuntu](https://ubuntu.com/):Ubuntu官网。 240 | 241 | [荔枝派](https://www.kancloud.cn/lichee/lpi0/317714):荔枝派指南。 242 | 243 | [清华镜像站](https://mirrors.tuna.tsinghua.edu.cn/):清华大学开源软件镜像站。 244 | 245 | [中科大镜像站](https://mirrors.ustc.edu.cn/):中国科技大学镜像站。 246 | 247 | [u-boot](https://ftp.denx.de/pub/u-boot/):u-boot源码下载页面。 248 | 249 | [bear-pi](https://gitee.com/morixinguan/bear-pi):小熊派demo。 250 | 251 | [宅学部落](http://www.zhaixue.cc/):一个Linux、编程语言、内核、驱动开发学习网站。 252 | 253 | [单片机教程网](http://www.51hei.com/):单片机基础、设计实例、论坛。 254 | 255 | [GNU](http://www.gnu.org/):GNU官网。 256 | 257 | [ChinaUnix](http://www.chinaunix.net/):Linux/Unix相关。 258 | 259 | [PyQt5](http://code.py40.com/face):PyQt5教程。 260 | 261 | [qter](https://www.qter.org/):QT开源社区。 262 | 263 | [电子世家](http://www.dianzishijia.com/):一个电子类导航网站。 264 | 265 | [21ic](https://www.21ic.com/):21IC中国电子网。 266 | 267 | [芯路恒电子](http://www.corecourse.cn/forum.php):小梅哥博客、FPGA论坛。 268 | 269 | [嵌入式开发者社区](http://www.51ele.net/):创龙论坛。 270 | 271 | [micropython](http://micropython.openioe.net/):micropython中文网。 272 | 273 | [泰晓科技](http://tinylab.org/using-linux-lab-to-do-embedded-linux-development/):Linux相关。 274 | 275 | [电堂科技](https://c.51diantang.com/):STM32相关。 276 | 277 | [源代码使用示例聚合器](https://cpp.hotexamples.com/zh/): 从超过100万个开源项目搜索CPP代码示例。 278 | 279 | [KST-51 ](http://www.qdkingst.com/cn):《手把手教你学51单片机》 。 280 | 281 | [原子哥](https://www.yuanzige.com/):专注电子技术教学。。 282 | 283 | [digoboy](http://www.digoboy.com/):地瓜派视频网。 284 | 285 | [c.biancheng](http://c.biancheng.net/):C语言中文网。 286 | 287 | [open-c-book](https://github.com/tinyclub/open-c-book) :《C语言编程透视》。 288 | 289 | [PyQt5](http://code.py40.com/):PyQt5在线教程。 290 | 291 | [open-shell-book](https://github.com/tinyclub/open-shell-book):《Shell 编程范例》 。 292 | 293 | [software_unit_test](https://www.zlg.cn/foxmail/weixinpdf/software_unit_test.pdf): 《软件单元测试入门与实践》。 294 | 295 | [kerneltravel](http://www.kerneltravel.net/):Linux内核之旅。 296 | 297 | [蜗窝科技](http://www.wowotech.net/):慢下来,享受技术。 298 | 299 | [bookstack](https://www.bookstack.cn/):书栈网。 300 | 301 | [wireshark](https://www.wireshark.org/#download):抓包工具下载链接。 302 | 303 | [MobaXterm](https://mobaxterm.mobatek.net/download.html):一个好用的终端软件。 304 | 305 | [Stduino](http://www.stduino.com/pindex.php): 一款面向32位处理器快速入门学习的集成开发平台 。 306 | 307 | 更多资源敬请期待...... 308 | 309 | 310 | 311 | 关注微信公众号**高精度小数**,查看更多资源。 312 | 313 | 314 | --------------------------------------------------------------------------------