📄 .platform
字号:
#$Id: .platform,v 1.6 2005/10/26 21:12:40 jpolastre Exp $# Includes that should take precedence come first. Platforms come before# chips because they may override files. These must be specified as# @includes instead of -I's to @opts, otherwise the %T won't be processed# by ncc. And because of that, the current platform's include directory# must be specified, otherwise its search order is last instead of first.push( @includes, qw( %T/platform/telosb %T/platform/telos %T/platform/msp430 %T/lib/Flash/STM25P %T/lib/Flash) );@opts = ("-gcc=msp430-gcc", "-mmcu=msp430x1611", "-fnesc-target=msp430", "-fnesc-no-debug");push @opts, "-mingw-gcc" if $cygwin;# Including -I's here like this means that the make system can't override them.# This is why it's bad to secretly stuff build logic in a place like .platform.#push @opts, "-I$TOSDIR/lib/Flash";#push @opts, "-I$TOSDIR/lib/Flash/STM25P";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -