代码搜索:PlatForm
找到约 10,000 项符合「PlatForm」的源代码
代码结果 10,000
www.eeworm.com/read/137691/5821559
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega163",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("avrmote");
www.eeworm.com/read/137691/5821567
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica2", "mica128", "mica", "avrmote");
www.eeworm.com/read/137691/5821589
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega8",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("avrmote", "mica2", "mica128", "mica");
www.eeworm.com/read/137691/5821615
platform .platform
@opts = ("-gcc=msp430-gcc",
"-mmcu=msp430x149",
"-fnesc-target=msp430",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ();
www.eeworm.com/read/137691/5821680
platform .platform
@opts = ("-gcc=msp430-gcc",
"-mmcu=msp430x149",
"-fnesc-target=msp430",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("msp430");
www.eeworm.com/read/137691/5821701
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica", "avrmote");
www.eeworm.com/read/137691/5821720
platform .platform
@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 = ("a
www.eeworm.com/read/137691/5821873
platform .platform
@opts = ("-gcc=msp430-gcc",
"-mmcu=msp430x1611",
"-fnesc-target=msp430",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("telos","msp430");
www.eeworm.com/read/137691/5821888
platform .platform
@opts = ("-gcc=avr-gcc",
"-mmcu=atmega128",
"-fnesc-target=avr",
"-fnesc-no-debug");
push @opts, "-mingw-gcc" if $cygwin;
@commonplatforms = ("mica2", "mica128", "mica", "avrmote");