搜索资源列表
IntroductionOfBootloader
- 本文详细地介绍了基于嵌入式系统中的 OS 启动加载程序 ―― Boot Loader 的概念、软件设计的主要任务以及结构框架等内容。-described in detail based on the embedded system OS boot loader -- Boot Loade r concept, software design and the main tasks such as structural framework.
thread
- 线程池里所有运行和等待的任务都是一个CThread_worker 由于所有任务都在链表里,所以是一个链表结构 -Thread pool and wait for all the tasks are running a CThread_worker Since all tasks are in the linked list, it is a linked list structure
duorenwujiantongxin
- 杨水清编写的嵌入式开发书中多任务间通信和同步源码。学习嵌入式开发,入门级。-YangShuiQing written in the book of the embedded development and synchronous communication between multiple tasks source code. Learning embedded development, introductory.
yuchenchen
- 一个EDMA操作EER设置的例程 该事件使能寄存器(EER/ EERH的)不能被直接 写入修改 它们。多个任务的情况下,这样做的目的是为了减轻软件的负担 试图同时修改这些寄存器。该事件使能设置寄存器-Routine set by the a EDMA operating EER the event enable register (EER/EERH,) can not be written directly modify them. In the case of a plural
lecture2
- μC/OS-II中的任务管理,μC/OS-II提供的另一个系统任务是统计任务OSTaskStat( )。这个统计任务每秒计算一次CPU在单位时间内被使用的时间,并把计算结果以百分比的形式存放在变量OSCPUsage中,以便应用程序通过访问它来了解CPU的利用率,所以这个系统任务OSTaskStat( )叫做统计任务 -μC/OS-II in the Task Manager, μC/OS-II provides another system task is statistical task
inotify-sample
- notify 是一个 Linux特性,它监控文件系统操作,比如读取、写入和创建。Inotify 反应灵敏,用法非常简单,并且比 cron 任务的繁忙轮询高效得多。学习如何将 inotify 集成到您的应用程序中,并发现一组可用来进一步自动化系统治理的命令行工具。-Inotify is a Linux feature that monitors file system operations such as read, write, and create. Inotify is responsive