.platform
来自「Zigbee的nesc源码」· PLATFORM 代码 · 共 13 行
PLATFORM
13 行
@opts = ("-gcc=avr-gcc", "-mmcu=atmega103", "-fnesc-target=avr", "-fnesc-no-debug");push @opts, "-mingw-gcc" if $cygwin;push @opts, "-Wl,-Tdata=0x800100" if $debugging;@commonplatforms = ("avrmote");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?