.platform
来自「tinyos-2.x.rar」· PLATFORM 代码 · 共 28 行
PLATFORM
28 行
#
# FILE: null/.platform
#
# A do-nothing platform. A good target for mig when using external types.
#
# $Id: .platform,v 1.6 2009/11/14 06:51:21 razvanm Exp $
#
push( @includes, qw(
%T/lib/timer
%T/lib/serial
) );
@opts = qw(
-fnesc-target=pc
-fnesc-no-debug
);
if (defined($ENV{"GCC"})) {
push @opts, "-gcc=$ENV{'GCC'}";
} else {
push @opts, "-gcc=gcc";
}
push @opts, "-fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask" if !$with_scheduler_flag;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?