stm8_rtos_atomthreads

所属分类:处理器开发
开发工具:C/C++
文件大小:353KB
下载次数:91
上传日期:2010-08-01 10:30:41
上 传 者951159
说明:  可用于STM8单片机的Atomthreads开源RTOS,原网站为http://atomthreads.com/,版本为1.2,代码注释非常详尽,经本人整理为可在IAR_EWSTM8下的工程模板。
(SCM Atomthreads for STM8 open source RTOS, the original site for the http://atomthreads.com/, version 1.2, code comments in great detail, by my order for the project in IAR_EWSTM8 template under.)

文件列表:
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 (30209, 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 ---------------------------------------------------------------------------

近期下载者

相关文件


收藏者