📄 .platform
字号:
## FILE: intelmote2/.platform# # 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. ## $Id: .platform,v 1.1.2.9 2006/02/20 23:57:21 philipb Exp $#push ( @includes, qw( %T/platforms/intelmote2 %T/platforms/intelmote2/chips/cc2420 %T/platforms/intelmote2/chips/da9030 %T/platforms/intelmote2/chips/pxa271 %T/chips/cc2420 %T/chips/pxa27x %T/chips/pxa27x/lib %T/chips/pxa27x/timer %T/chips/pxa27x/gpio %T/chips/pxa27x/dma %T/chips/pxa27x/ssp %T/chips/pxa27x/i2c %T/chips/pxa27x/uart %T/lib/timer %T/lib/serial %T/lib/gpio) );@opts = qw( -gcc=xscale-elf-gcc -nostartfiles -fnesc-target=env -fnesc-no-debug -fnesc-scheduler=TinySchedulerC,TinySchedulerC.TaskBasic,TaskBasic,TaskBasic,runTask,postTask);push @opts, "-mingw-gcc" if $cygwin;$ENV{NESC_MACHINE} = "pointer=4,4 float=4,4 double=8,4 long_double=8,4 short=2,2 int=4,4 long=4,4 long_long=8,4 int1248_align=1,2,4,4 wchar_size_size=4,4 char_wchar_signed=false,true";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -