@(#) $Id: CHANGES 72 2020-08-09 23:50:05Z leres $ (XSE)

v1.4 Sun Aug  9 16:35:45 PDT 2020

 - Turn off MK_DEBUG_FILES, it doesn't make sense for arduino.

 - Changing "cd dir && make" with "make -C dir" solves parallel
   build failures.

v1.3 Sat Jul 13 23:59:37 PDT 2019

 - Add ARDUINO_CXXFLAGS. Use -std=c++11 with CXXFLAGS.

v1.2 Mon Jun 10 10:42:00 PDT 2019

 - Must force SIZE to be avr-size since /usr/share/mk/sys.mk is
   included so early.

 - Convert arduino-boards.py to python3.

v1.1 Sun Feb 25 21:55:29 PST 2018

 - Add .ino file instead of .cpp to SRCS when we have a .ino file.

 - Remove test for .ino and .cpp since it doesn't work when we
   aren't using an obj dir.

 - Instead of generating an error for all make targets when
   AVRDUDE_PORT is "arduino" and AVRDUDE_PORT is not defined allow
   everything except install/flash.

v1.0 Wed Nov 29 10:12:05 PST 2017

 - Initial public release.
