# Embedded_Unity_VsCode_Test_C **Repository Path**: PokertZhang/Embedded_Unity_VsCode_Test_C ## Basic Information - **Project Name**: Embedded_Unity_VsCode_Test_C - **Description**: No description available - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-18 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. 说明 本仓库主要用于记录嵌入式开发中一些基本的函数工具`API`,用于工作中的学习记录 # 2. 更新说明 【2024-03-30】 增加了algorithm.c文件,封装了滑动窗口滤波的函数,测试可使用; 参考:https://zhuanlan.zhihu.com/p/600867023 【2024-04-22】 增加了uhash.h 文件,测试哈希表可使用; 参考:https://zhuanlan.zhihu.com/p/340692819 https://zhuanlan.zhihu.com/p/583453919 【2024-06-15】 更新了 define 文件中关于对寄存器的值操作的宏定义 【2024-07-25】 增加了 aic_list.h 文件, 学习linux内核双向链表的数据结构 【2024-09-11】 1. 更新了嵌入式常用库,来源于 https://gitee.com/Lamdonn/varch 2. 将 git 目录下的文件添加到自己的工程中 3. 添加过程参考 doc 中的 【嵌入式常用库varch添加到vscode本地工程】步骤