Applying a quick fix for "prog_char is deprecated" warning
authorJoseph Morrow <joseph.l.morrow@intel.com>
Fri, 22 Aug 2014 21:43:36 +0000 (17:43 -0400)
committerJoseph Morrow <joseph.l.morrow@intel.com>
Fri, 22 Aug 2014 21:46:04 +0000 (17:46 -0400)
commit70080cf33289553a43136e02713e0cb6de884aa0
tree1aac81c0171565f7d18d034ef61b617bc87674bb
parent1567c8ed5542f0d19625868878c0777cc9c9a4d0
Applying a quick fix for "prog_char is deprecated" warning
in Arduino. As 'prog_char' is completely removed in later
versions of avr-gcc/g++, people with Ubuntu 14.04 won't be
able to build Arduino out of the box because of this. This
commit clears up some warnings AND allows Ubuntu 14.04 to
build our stack for Arduino (However, the question as to
whether we should update our versions of Ubuntu and/or
Arduino are still up in the air.).

Majorly, this enables Shamit to keep moving along. He is
currently making sure all of our documentation for building
the stack for Arduino is up to par. He will also be seeing
how far our current stack will take us (i.e. will it work on
other embedded devices without any further mods?).

Change-Id: I9a079b7211082e3d3fd418dd5162aaa606a8fc04
csdk/logger/include/logger.h
csdk/logger/src/logger.c
csdk/logger/test/arduino/ArduinoLoggerTest.cpp
csdk/ocsocket/src/ocsocket_arduino.cpp
csdk/ocsocket/test/arduino/ocsocket_test.cpp
csdk/stack/samples/arduino/SimpleClientServer/ocserver/ocserver.cpp
csdk/stack/test/arduino/ArduinoStackTest.cpp