Patch 1 :Added Arduino Due support
authorJoseph Morrow <joseph.l.morrow@intel.com>
Wed, 27 Aug 2014 15:20:57 +0000 (11:20 -0400)
committerJoseph Morrow <joseph.l.morrow@intel.com>
Wed, 27 Aug 2014 15:20:57 +0000 (11:20 -0400)
commit475a843219de5554b64761c22a200c6b86702604
tree385b9ca068dbc62ee2eba6d454d4d0c0270597f2
parent1698f34326371029095baebeb01af14217114031
Patch 1 :Added Arduino Due support
Patch 2 :Modified code for review comments.
 Added more informative info in README files for Arduino Due builds.
 Fixed unit test makefiles to accomodate the 'sole' local.properties file.
Patch 3 :Fixed compilation errors in unused tests.(Those test
 should be removed from the repo). This would make the Build Server
 stop complaining.
Patch 4 (Joey): Rebased on master.

Change-Id: Ib4a0e838a5519712bf3b0138e01abf74893593fb
25 files changed:
csdk/README
csdk/arduinodue.properties [new file with mode: 0644]
csdk/arduinomega.properties [new file with mode: 0644]
csdk/libcoap-4.1.1/makefile
csdk/libcoap-4.1.1/net.c
csdk/logger/makefile
csdk/logger/src/logger.c
csdk/makefile
csdk/ocrandom/include/ocrandom.h
csdk/ocrandom/test/arduino/makefile
csdk/ocrandom/test/linux/makefile
csdk/ocsocket/src/ocsocket_arduino.cpp
csdk/ocsocket/test/arduino/makefile
csdk/ocsocket/test/linux/makefile
csdk/stack/samples/SimpleClientServer/occlientcoll.cpp [deleted file]
csdk/stack/samples/SimpleClientServer/ocservercoll.cpp [deleted file]
csdk/stack/samples/arduino/SimpleClientServer/ocserver/README
csdk/stack/samples/arduino/SimpleClientServer/ocserver/makefile
csdk/stack/samples/arduino/SimpleClientServer/ocserver/makefiledue [new file with mode: 0644]
csdk/stack/samples/linux/SimpleClientServer/occlient.cpp
csdk/stack/src/occollection.c
csdk/stack/src/ocresource.c
csdk/stack/test/arduino/makefile
csdk/stack/test/linux/ocserver.c
csdk/stack/test/makefile