搜索资源列表
ucosII在mega128芯片上的移植代码
- ucosii是一个简单易学的嵌入式实时操作系统,本文件提供了ucosii在ATMEGA128上的移植例子-ucosii is a relatively simple real-time embedded operating system, the document provides a ucosii in ATMEGA128 the transplant example
8052os
- /*看大家都在学操作系统,我也想学学。所以想用51写一个来玩玩,发现比较郁闷。 弄了几下,不想再弄了,51弄这个没啥意思。我用的89S52,除了速度慢,RAM资源 太少之外,其它都还过得去。弄了一点代码出来,放在那也没啥用,不如拿上来 给新手看看,一个任务调度的雏形是什么样子的~~~~~~~~~这些代码没有经过优化, 我只求实现任务切换的功能。 利用定时器2产生10mS的定时中断作为时钟节拍,任务切换时保存工作寄存器等操作 嵌入了汇编指令,因此Task_Switch.
uC_OS_II_for_C51
- C51单片机上的嵌入式操作系统,具有任务调度,文件服务,等功能-C51 MCU embedded operating system, with task scheduling, documentation services, etc.
SDandFAT16
- SD卡上对FAT16文件操作系统的读,方面做SD卡型MP3,-SD card operating system to FAT16 document read, do-SD card MP3, etc.
ZLGFS0.2
- 周立功单片机公司的开发代码: 周立功文件系统0.2 全部开放源代码,值得学习。 本人还上载了 : 周立功操作系统 周立功TCP/IP协议栈 周立功文件系统 欢迎大家下载-microcontroller development company code : Week File System 0.2, who all open source code, it is worth learning. I also uploaded : Zhou Ligong Zhou, wh
ZLGGUI0.22
- 周立功单片机公司的开发代码: 周立功文件系统 全部开放源代码,值得学习。 本人还上载了 : 周立功操作系统 周立功TCP/IP协议栈 周立功文件系统 欢迎大家下载-microcontroller development company code : Zhou, who all file system open source, it is worth learning. I also uploaded : Zhou Ligong Zhou, who OS TCP / I
Ednrtos
- 8051单片机嵌入式操作系统small rtos编程及仿真,共5个主题基本包括了SmallRTOS的基本用法,文件包括电路图、完整的Keil工程源码。绝对原创,更多内容看我的博客:http://www.ednchina.com/Blog/crossmind/
WINC51编程
- 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8
contiki-protothread
- Protothread:在非常小的系统开销下实现实时多任务系统的方法,contiki嵌入式操作系统就是采用这用方法实现多线程的。 包含所需头文件,可以在keil下运行,源码里包含一个C源程序实例-Protothreads: Simplifying Event-Driven Programming of Memory-Constrained Embedded Systems
codewarrior_example
- 本文件夹是为用户提供的codeworrior编程范例,旨在通过给出的范例使用户对odeworrior的使用有所了解。 其中: "CAN0 CAN4 C"是CAN0和CAN4通讯的程序。用户可参照此例程设置MSCAN模块。 "LED"是《开发套件使用文档》中创建的codewarrior工程。 "Port ucosii V252"是嵌入式操作系统uC/OS-II在DP256/DG128上移植的范例。 "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但
CFcardreadandwrite
- 单片机对CF卡进行标准文件读写的实现,且写入的文件能被Windows 操作系统读写。-Singlechip of CF card read and write the realization of standard documents, and documents can be written into the Windows operating system to read and write.
MCP2515
- 无操作系统下,CAN通讯控制芯片mcp2515头文件-No operating system, CAN communications controller chip mcp2515 header files
embos_arm_ads12_trial_v328i
- 嵌入式操作系统EMBOS 非常实用 很难找完全的文件-Embedded operating system it is difficult to find very useful EMBOS complete document
stm32_TFT_test
- STM32F103RBT6控制2.8寸TFT屏的整个工程文件,不带操作系统的,纯I/O口操作,代码少,特别适合初学者。-STM32F103RBT6 control of 2.8-inch TFT screen the entire project file, without the operating system, pure I/O port operation, code less, especially for beginners.
c51
- uc/os II移植 51单片机,包括工程文件和程序,实现在51单片机点亮led-uc/os II transplantation 51, including the project files and programs to achieve the 51 single-chip light led
SD
- SD卡MP3播放(带文件系统)源程序,绝对的高质量,51环境下的操作系统-SD card MP3 player (with the file system) source code, absolute quality, operating under 51 ~ ~ ~ ~
GOS3.0_project
- 整个工程文件,GOS3.0实时操作系统,IDE为CW4.6或4.7-实现任务调度,时间管理等
sd
- stm32读写sd卡,并具有文件操作系统,可完成文件读写创建等工作-stm32 sd card reader, and has a file operating system, you can create other work completed document literacy
Write-sd
- 试用STM32F103VET6通过ZNFAT文件操作系统向SD卡写数据-Try STM32F103VET6 operating system to write data to the SD card files by ZNFAT
uCOS-II
- 这个文件能够帮助初学者去了解嵌入式的典型的实时操作系统。UCOSII是一款很优秀的单片机操作系统。(This file helps beginners learn about embedded, typical real-time operating systems. UCOSII is a very good single-chip operating system.)