dust-os Code
Brought to you by:
taoynkkx
File | Date | Author | Commit |
---|---|---|---|
arch | 2010-08-05 | taoynkkx | [r24] - enable wake to be called from interrupt |
board | 2010-08-01 | taoynkkx | [r21] - update revision number |
chip | 2010-08-01 | taoynkkx | [r20] - modify Makefile to specify project correct |
dust | 2010-08-05 | taoynkkx | [r25] - correct wake() for interrupt |
ide | 2010-08-05 | taoynkkx | [r24] - enable wake to be called from interrupt |
smp | 2010-08-05 | taoynkkx | [r24] - enable wake to be called from interrupt |
README | 2010-07-04 | taoynkkx | [r5] edit some comments |
proj.mk | 2010-08-05 | taoynkkx | [r24] - enable wake to be called from interrupt |
UTF-8 Dust - Embedded Event-driven Real-time Operating System 微尘 - 嵌入式事件驱动实时操作系统 Here, I introduce the directory tree. 嗨,以下介绍本目录及内部的结构。 This directory has the following sub-directories or files: 本目录包括一下的子目录和文件: ========================================== P.S. "-" means files, "+" means directory. 附: "-"表示文件,"+"表示文件夹。 ========================================== --------- + arch : codes for architecture of processors, like 8051, cortex-m3, etc. 处理器的体系结构相关的代码,如8051,cortex-m3等 --------- + board : codes for platform from various work house 各厂商制作的硬件平台相关的代码 --------- + chip : codes for chips from various maker 各厂商芯片相关的代码 --------- + doc : document about dust 微尘的相关文档 --------- + dust : core codes of dust 微尘的核心代码 --------- + ide : integrated developing environment, or editor 开发环境,编辑器相关 --------- - README : introduction of current directory, exists in each sub-directory 当前目录的介绍,每一个子目录里面都有 --------- + smp : codes for usage samples 应用例程的代码 --------- + utl : codes for utilities codes 一些有用的代码 In sub-directories, "dust" always refers to dust-os or system mode. 在一下的目录中,"微尘“也指微尘系统或系统模式。 See you in sub-directories! 子目录里再见!