Warning: Board Move38:avr:build doesn't define a 'build.board' preference. Auto-set to: AVR_BUILD ArduinohardwareMove38avrboards.txt tile.name=Blinks Tile tile.upload.tool=avrdude tile.upload.protocol=avrisp tile.upload.maximum_size=15872 tile.upload.maximum_data_size=1024 tile.build.core=blinks tile.build.board=AVR_Blink # Note that we actually boot up with DIV8 fuse programmed, so # only running at 1Mhz. Then we switch the prescaller to /2 in init() # so we are at 4Mhz by the time user code runs. # This is done becuase 8Mhz might need a higher voltage than our battery can # supply. tile.build.mcu=atmega168pb tile.c.extra_flags=-Wextra -flto tile.c.elf.extra_flags=-w -flto tile.cpp.extra_flags=-Wextra -flto tile.ltoarcmd=avr-gcc-ar # set F_CPU to 1Mhz for all boards on this platform build.f_cpu=1000000L