# unisrc **Repository Path**: logeexpluoqi/unisrc ## Basic Information - **Project Name**: unisrc - **Description**: 本仓库主要是用于单片机等容量敏感的裸机开发框架,适合用于中等复杂度的项目开发,包括时间片轮询框架,有限状态机框架,极小的交互shell框架以及一些常用的控制算法等 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 37 - **Forks**: 17 - **Created**: 2021-08-31 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: C嵌入式开发基础框架 ## README # unisrc - This repository aim is to creat a general c code library for self use. - If some one want to use it, please quote the source, - and can also contact me: - [luoqi-email](https://office.live.com/start/Outlook.aspx?ui=zh%2DCN&rs=CN)(logeexpluoqi@outlook.com), - [luoqi-zhihu](https://www.zhihu.com/people/logeexpluoqi) ## Linux下运行方法 1. 进入代码目录创建名为build文件夹: mkdir build 2. 进入build目录: cd build 3. 输入 cmake .. 4. 生成执行文件: 输入 make 5. 编译完成后输入 ./demo 6. 输入 help, 查看指令