RedBearLab / Blend

Arduino-compatible boards (Blend and Blend Micro) with BLE (Atmega32u4 + nRF8001).
50 stars 14 forks source link

Arduino 1.6.7: 'RedBearLab AVR Boards contains deprecated...' #11

Open Lydecker opened 7 years ago

Lydecker commented 7 years ago

I have followed the guide to get this working with Arduino 1.6.7.

Upon compiling any code, I always get the following Warning message:

Warning: platform.txt from core 'RedBearLab AVR Boards' contains deprecated recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.fcpu} -DARDUINO={runtime.ide.version} -DARDUINO{build.board} -DARDUINOARCH{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}", automatically converted to recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {preproc.macros.flags} -mmcu={build.mcu} -DF_CPU={build.fcpu} -DARDUINO={runtime.ide.version} -DARDUINO{build.board} -DARDUINOARCH{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {includes} "{source_file}" -o "{preprocessed_file_path}". Consider upgrading this core.

I'm guessing the board library needs updating on RedBear's end?