@opts = ("-gcc=avr-gcc",
         "-mmcu=atmega128",
	 "-fnesc-target=avr",
	 "-fnesc-no-debug");
			   
push @opts, "-mingw-gcc" if $cygwin;
			   
@commonplatforms = ("btnode2_2");
			   
