1 Star 0 Fork 0

红枫软件 / FreeRTOScpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FreeRTOScpp.dox 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard-damon 提交于 2018-08-04 07:36 . Documentation Update
/**
@file FreeRTOScpp.dox
@brief Documentation Overview
@mainpage
FreeRTOScpp is a package that provides a light C++ wrapper for FreeRTOS (http://freertos.org).
It provides wrappers for the Task, Queue, Semaphore, and Mutex (including RecursiveMutex).
I find the big advantage is that these allow me to declare these items as (part of)
global objects, and then the items are automatically created and configured, without
needing to change the main() function.
They also provide member function style access for most of the basic operations
on the items.
*/
C++
1
https://gitee.com/akinggw/FreeRTOScpp.git
git@gitee.com:akinggw/FreeRTOScpp.git
akinggw
FreeRTOScpp
FreeRTOScpp
master

搜索帮助