stm8s_atom_rtos

所属分类:uCOS/RTOS
开发工具:C/C++
文件大小:352KB
下载次数:45
上传日期:2010-08-01 10:46:01
上 传 者951159
说明:  支持STM8和AVR的轻量级RTOS Atomthreads v1.2,可替代UCOS快速的完成工程开发,原网站为http://atomthreads.com/,本模板为IARforSTM8下的工程,由PanHao制作生成。
(AVR support STM8 and lightweight RTOS Atomthreads v1.2, alternative UCOS rapid development of construction, the original site for the http://atomthreads.com/, the template for the IARforSTM8 under the project, produced by the PanHao generated.)

文件列表:
template_atomthreads\atom_kernel\atom.h (4752, 2010-08-01)
template_atomthreads\atom_kernel\atomkernel.c (36654, 2010-08-01)
template_atomthreads\atom_kernel\atommutex.c (26298, 2010-08-01)
template_atomthreads\atom_kernel\atommutex.h (2169, 2010-08-01)
template_atomthreads\atom_kernel\atomport-template.h (2452, 2010-06-04)
template_atomthreads\atom_kernel\atomqueue.c (35286, 2010-08-01)
template_atomthreads\atom_kernel\atomqueue.h (2617, 2010-08-01)
template_atomthreads\atom_kernel\atomsem.c (23684, 2010-08-01)
template_atomthreads\atom_kernel\atomsem.h (2141, 2010-08-01)
template_atomthreads\atom_kernel\atomtimer.c (14697, 2010-08-01)
template_atomthreads\atom_kernel\atomtimer.h (2475, 2010-08-01)
template_atomthreads\atom_kernel\Doxyfile.txt (48820, 2010-08-01)
template_atomthreads\atom_template.dep (30195, 2010-08-01)
template_atomthreads\atom_template.ewd (10000, 2010-08-01)
template_atomthreads\atom_template.ewp (46590, 2010-08-01)
template_atomthreads\atom_template.eww (167, 2010-08-01)
template_atomthreads\examples\atomtests.h (1929, 2010-06-04)
template_atomthreads\examples\kern1.c (3763, 2010-06-04)
template_atomthreads\examples\kern2.c (5109, 2010-06-04)
template_atomthreads\examples\kern3.c (7930, 2010-06-04)
template_atomthreads\examples\kern4.c (8737, 2010-06-04)
template_atomthreads\examples\mutex1.c (10044, 2010-06-04)
template_atomthreads\examples\mutex2.c (8939, 2010-06-04)
template_atomthreads\examples\mutex3.c (9370, 2010-06-04)
template_atomthreads\examples\mutex4.c (8666, 2010-06-04)
template_atomthreads\examples\mutex5.c (9192, 2010-06-04)
template_atomthreads\examples\mutex6.c (8627, 2010-06-04)
template_atomthreads\examples\mutex7.c (7714, 2010-06-04)
template_atomthreads\examples\mutex8.c (6769, 2010-06-04)
template_atomthreads\examples\mutex9.c (6350, 2010-06-04)
template_atomthreads\examples\queue1.c (4143, 2010-06-04)
template_atomthreads\examples\queue10.c (6156, 2010-06-04)
template_atomthreads\examples\queue2.c (8922, 2010-06-04)
template_atomthreads\examples\queue3.c (10285, 2010-06-04)
template_atomthreads\examples\queue4.c (8003, 2010-06-04)
template_atomthreads\examples\queue5.c (10035, 2010-06-04)
template_atomthreads\examples\queue6.c (7954, 2010-06-04)
template_atomthreads\examples\queue7.c (6796, 2010-06-04)
template_atomthreads\examples\queue8.c (3408, 2010-06-04)
... ...

--------------------------------------------------------------------------- Library: Atomthreads Author: Kelvin Lawson Website: http://atomthreads.com License: BSD Revised --------------------------------------------------------------------------- Atomthreads is a free RTOS for embedded systems, released under the flexible, open source BSD license and is free to use for commercial or educational purposes without restriction. It is targeted at systems that need only a lightweight scheduler and the usual RTOS primitives. No file system, IP stack or device drivers are included, but developers can bolt on their own as required. Atomthreads will always be a small number of C files which are easy to port to any platforms that require threading by adding a simple architecture-specific file. --------------------------------------------------------------------------- DOCUMENTATION: All documentation is contained within the source files, commented using Doxygen markup. Pre-generated documentation can be accessed at http://atomthreads.com. See also the README file contained within each folder of the source tree. --------------------------------------------------------------------------- GETTING STARTED: Building of the sources is carried out from the ports tree. For example to make a software build for the AVR architecture see ports/avr/README. --------------------------------------------------------------------------- SOURCE TREE: * kernel Core kernel sources * tests Automated test suite * ports CPU architecture ports ---------------------------------------------------------------------------

近期下载者

相关文件


收藏者