readme

来自「tinyos-2.x.rar」· 代码 · 共 35 行

TXT
35
字号
==============================================
Directory Description:     tos/chips 
==============================================
:$Id: README,v 1.4 2006/12/12 18:23:02 vlahan Exp $

:TinyOS-Version: 2.0
:Author: Martin Turon

:Created: 14-Feb-2005
:Version: $Revision: 1.4 $
:Modified: $Date: 2006/12/12 18:23:02 $

1. Introduction
====================================================================

Platform dependant code independent of a specific platform
----------------------------------------------------------

The tos/chips directory is designed to house code to drive a 
particular chip in a way that can be shared across disparate 
platforms that share that particular chip.  

One of the main issues in tinyos-1.x that limited portability 
was that similar platforms would often copy code files hard-code 
customizations, rather than rigorously share common code.  By
placing chip-specific code here in a designated chips directory,
and enforcing a policy of making this code specific to the chip
but not the platform, code reuse will be promoted.

2. Microcontrollers
====================================================================

ATmega128	
---------
    Part of the AVR 8-bit series by Atmel corporation.  Atmel's AVR

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?