搜索资源列表
ethernut-3.9.8
- nut/os, 一个开发源码的OS,主要用于开发网络应用。-nut / os, an open-source OS, mainly for the development of network applications.
范例程序
- 该文件是EasyARM的cC/OS板的软件DEMO,调试OK,放心学习使用。本人花了大量的时间自学了EasyARM,现在已有小成。-EasyARM of cC / OS software DEMO plate, debug OK, reassured to learn how to use. I spent a lot of time studied EasyARM, now on its laurels.
TCP通讯实验
- 这是基于ARM的uC/OS-II的TCP通讯实验-This is based on the ARM uC / OS-II TCP communication experiments
UDP通讯实验
- 这是ARM基于uC/OS-II的UDP通讯实验-This is based on the ARM uC / OS-II UDP communication experiments
读写U盘扇区实验
- 这是arm基于uC/os-II的读写U盘扇区实验-This is the arm on uC / OS-II to read and write disk sector experimental U
SDMMC卡读卡器实验
- 这是ARM基于uC/OS-II的SDMMC卡读卡器实验-This is based on the ARM uC / OS-II experiment SDMMC card reader
lwip-1.4.0.rc1
- Lwip1.14在S3C2440上,非操作系统的移植,网络芯片为cs8900。开发工具为MDK4.0。经过验证通过。-Lwip-1.14 ports on the S3C2440 whith NO OS, net driver is CS8900. Development tools for the MDK4.0. Validated through.
luobenshanbuqu-ARM9-OS
- 裸奔三部曲之《三天学会ARM9无OS版》-arm9 without os,ADS1.2
UDiskDemo
- 文件及文件夹说明 =============================================================================================== \arm\ uC/OS-II移植代码 \SOURCE\ uC/OS-II源码保存在该文件夹 \HostMassLib\ HostMassLib驱动库相关文件存放的文件夹 \HostMassLib\读写U盘模块驱动使用手册.pdf 驱动库使用手
Nuclues_source+porting_in_s3c2410
- introduce nucleus os and how to porting it in s3c2410
ucos_multiple
- uc/os的多任务处理。20ms间隔,对模拟输入进行采样,电压检测,键盘输入检测。-uc/os,A/D
arm9_os
- 一个以ARM9为平台小型操作系统的设计源码-The sourcecode of A small OS based on ARM9
Software
- iar环境下uc os 在stm32的移植- uc os
pwm_rtx
- uvision pwm using rtx os
PyxisOS
- src of Pyxis OS developed on arduino based boards. good for beginners.
Q-OS-1020
- 基于酷学玩STM32开发板(V1.4)的开源酷系统Q-OS,FreeRTOS+FatFS+GUI-Cool school play based STM32 development board (V1.4) of the open source cool the system Q-OS, FreeRTOS+ FatFS+ GUI
ARM--UC-OS
- 基于ARM 32位微处理器和UC-OS实时操作系统的开发套件,很好的资料-ARM 32-bit microprocessor based and UC-OS real-time operating system development kits
Raw-os
- 操作系统的移植主要取决于cpu ,所以操作系统的移植基本都是大同小异。所以移植raw os 的时候最快的捷径是看看有没有其它os 移植到过上面,如果有的话移植会简单很多。-Portable operating system mainly depends on the CPU operating system, so the basic transplantation are similar. So the fastest way to transplant OS raw is to see if
Raw-os-kernel
- 传统的os 比如ucos 这种维护了一个头为单指针的双向链表,这样导致链表插入到尾部的速度很慢,得不偿失,所以raw os 采用了头为双指针的双向链表,插入速度更快。-Traditional OS such as UCOS the maintain a head for a single needle two-way linked list. As a result, the linked list insertion to the tail of the speed is very slow,
Raw-os--core-lian
- aw os 的基础链表是双向循环链表,这样的好处是插到尾部速度非常快,有些传统的os 采用了单个指针头的双向链表,虽然这样省了4个字节指针,但是算法复杂了,插入到尾部时间不确定,意义不大。-Aw OS based list is a circular doubly linked list, such benefits is inserted into the tail velocity is very fast, some traditional OS uses a single pointer