搜索资源列表
SoftwareSerial
- 已建成的Arduino硬件引脚0和1(也通过USB连接到电脑)的串行通信的支持.-The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built int
2task
- This app show how use two tasks with Keil RTOS.
ex1
- 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()
sl_evt
- file which presents an example of task management on PIC18F microcontroler. Idle task runs every 3ms and other tasks runs in a multiple time of the idle task.
MCUSimilate_1.2
- 一个用于单片机内运行的微内核,有像ucOS样的基于优先级的任务调度。但是没有使用其实时抢夺,我是等待一个高任务级运行完了才等到其他的任务运行。当前任务不可抢夺。这样就不用考虑到任务切换带来的损耗了。还有我用了一个内存分配机制,可以动态分配和释放内存块。这些都是在VC6.0上的测试示例,但使用者可以用到任意一款单片机开发上面。所有代码都在VC6.0和XC2287M上测试过了。-One for the microcontroller to run the micro-kernel, there is
C2E01
- FreeRTOS kernel simplified. It is configured to run two simple tasks in a Microchip PICF2550. Also includes a ISIS Proteus simulation. To run this you will need MPLAB and the C18 compiler. Also the FreeRTOS libraries.
MSP430-application-of-thermometer
- 在《温度计_基本原理》程序中,已经实现了一个温度测量和显示的系统,但因为采样速率很快,且对基准源不加控制,耗电很大(800uA左右)。本例中,将温度采集速度降到1秒一次,且采样间隙时间不仅关闭基准源,还让CPU进入LPM3休眠状态,大大节省了耗电。该程序功耗仅10uA左右,可用纽扣电池长期运行(2年)。实际上对于环境温度1秒1次采样仍属浪费,如果降到5秒一次,功耗可下降到4uA左右(CR2032电池工作5年)。按KEY3后,CPU进入LPM4,功耗下降到0.1uA,这是一种常用的不断电的关机方法
SourceCode_TI2849
- The portable Color Sensor is an effective tool for obtaining accurate color readings from both reflected and emitted light. It generates accurate readings in multiple intuitive formats, both on a built-in LCD and on a webpage. An LM3S9B96 controls al
3TASK_LPC2148_UCOS
- 基于LPC2148 多线程任务 UCOS系统-LPC2148 based system of multi-threaded tasks UCOS
temps-reel
- 本例程是关于在实时系统下的一些任务管理方案。用C编写,运行在BECK公司的一个板子上。-This routine is on some of the tasks under real-time systems management solutions. Written in C, runs on a board on the company' s BECK.
FreeRTOS_manual
- FreeRtoS manual Design l Tasks & Priorities l Kernel Utilities l Source Organization l More Info
RTOS-1
- stm32下实现freertos操作系统的移植并简单的实现两个任务-Stm32 freertos realize the operating system and the realization of the transplantation of simple two tasks
RTOS-1---(2)
- keil下实现freertos移植与stm32平台,并在此基础上建立队列同步任务,-Keil freertos transplantation and realize the stm32 platform, and on this basis, they build queues synchronization tasks,
Small_RTOS_TEST
- Small_RTOS在ATmega16或32下使用,可以同时运行16个任务,AVR Studio6.0测试通过。-Small_RTOS ATmega16, or 32, you can run 16 tasks at the same time, the AVR Studio6.0 test.
MicroStar1.1
- 最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。 声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。 使用需知 1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。 2 为了使代码能在DOS下运行,不少函数声明和定义前都有_
stm32-UCOSII--task
- 基于STM32F103ZET6的UCOSII系统入门实验 主要是UCOSII系统的任务调度实验 主要包括建立任务、删除任务、改变任务优先级、任务挂起等函数使用-UCOSII system based on the introductory experiments STM32F103ZET6 The main task of the system is scheduled experiments UCOSII Including the establishment of tasks
RTOS_Mindows4.2
- Mindows4.2可提供多种操作系统功能,是实时抢占式操作系统,任务支持多种优先级抢占调度。让我们一起感谢作者。-Mindows4.2 provides a variety of operating system, real-time preemptive operating system, support multiple priority preemptive scheduling of tasks. Let us thank the author.
STM32PfreeRTOSPADCPLEDPUSART
- 在野火开发板上实现基于freeRTOS的多任务,包括USART,ADC采集,LED-multitask realization on wildfire board based on freeRTOS.Tasks include ADC ,UASRT,LED。
OSPrioShedule_14_1229
- 基于STM32的小的任务调度程序,任务调度基于优先级调度法,任务间通信通过消息机制实现任务同步。同时包括了一个基于此调度内核的测试程序和串口驱动程序-STM32-based small task scheduler, task scheduling priority-based scheduling method, inter-task communication mechanisms to achieve synchronization of tasks through the message
FreeRTOS核心源码
- 内含FreeRTOS核心源码,包含tasks.c/task.h/list.c等各种核心源码