-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update README.md (add introduce)
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# linux-c | ||
[![GitHubStars](https://img.shields.io/github/stars/getiot/linux-c?style=flat-square&logo=GitHub)](https://github.com/getiot/linux-c/stargazers) | ||
[![GitHub](https://img.shields.io/github/license/getiot/linux-c.svg)](https://github.com/getiot/linux-c/blob/master/LICENSE) | ||
[![GitHub release](https://img.shields.io/github/release/getiot/linux-c.svg)](https://github.com/getiot/linux-c/releases) | ||
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/getiot/linux-c.svg)](https://github.com/getiot/linux-c/pulls) | ||
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/getiot/linux-c/pulls) | ||
|
||
# linux-c | ||
|
||
linux-c 是一个 Linux C 编程参考代码库,涵盖系统编程、网络编程、基本数据结构、工程构建、GCC 和 GDB 调试、驱动和外设控制等等,另外还包括部分高级特性参考示例、第三方库的使用示例,以及一些个人小项目参考。 | ||
|
||
本项目的初衷是收集和整理本人早期学习 Linux C 编程所编写的示例代码和练习项目,在开发新项目时能够快速找到相应的参考代码,提高开发效率。与 linux-c 仓库对应的文档教程,可以在 [人人都懂物联网](https://getiot.tech/) 网站找到,主要位于 [Linux 系统编程](https://getiot.tech/category/linux-c) 栏目。 | ||
|
||
# 项目维护 | ||
|
||
- <[email protected]> |