搜索资源列表
FreeRTOSUCGUI
- FreeRTOS操作系统上移植uc/GUI运行。实现字符串显示,图片显示等API函数。硬件平台是STM32的红牛开发板。-FreeRTOS operating system migration uc/GUI to run. To achieve a string display, picture display, etc. API. Hardware platform is a Red Bull STM32 development board.
task_delete
- This example show how to use the api functions task delete, and how to created a task again, the RTOS its FreeRTOS for microcontroller MCF51JM128 FREESCALE
using.freertos.lpc17xx.summary
- 介绍FreeRTOS的API文档。包括任务调度,信号量,队列管理等等。 -(PDF)Using the FreeRTOS Real Time Kernel
FreeRtos_FunList
- 实时操作系统FreeRTOS API说明,对理解实时操作系统原理很有帮助,从官网上下载是要花10美刀的哦-Real-time operating system FreeRTOS API descr iption, understanding the principles of real-time operating system is helpful, from the official website to download a knife Oh take U.S. 10
freeRTOS-API
- freeRTOS API函数接口描述文档,对理解freeRTOSAPI的使用有很大帮助-interface descr iption document, freeRTOS API function understand freeRTOS API use of great help
FreeRTOS-API-spec
- FREE RTOS操作系统API说明书,对free RTOS的开发非常有帮助-API spec for free RTOS
FreeRTOS-API
- Document About Free RTOS API
FreeRTOS API Reference 8.1.2
- FreeRTOS API chm文档,包含所有FreeRTOS接口,方便查阅(FreeRTOS API chm file)
FreeRTOS_Reference_Manual_V9.0.0.pdf
- freertos官方文档,api手册, 嵌入式操作系统,移植方便(FreeRTOS official document, and API manual)
Can总线协议-立方体卫星空间协议(源代码)
- Can总线协议-立方体卫星空间协议(源代码) The Cubesat Space Protocol Cubesat Space Protocol (CSP) is a small protocol stack written in C. CSP is designed to ease communication between distributed embedded systems in smaller networks, such as Cubesats. The design
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为