6cc5c9691d
Examples: Removing MRAA reference from examples
...
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com >
2017-10-02 10:41:07 -07:00
601d25cebc
llvm: Fixed remaining warnings for llvm
...
This commit addresses warnings emitted from the llvm
compilers which were not encountered with gnu.
Signed-off-by: Noel Eck <noel.eck@intel.com >
2016-11-03 14:14:37 -07:00
a9883bd1f2
Grove: Reverting Grove sources
...
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com >
2016-09-14 14:09:21 -07:00
db05211516
GPRS: Remove Grove Dependency
...
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com >
2016-09-14 14:09:17 -07:00
922e0cc26b
cpp_headers: Renamed C++ headers from .h -> .hpp
...
To make room for UPM C and C++ sensor code to coexist, all UPM
C++ headers have been renamed from h -> hpp. This commit contains
updates to documentation, includes, cmake collateral, examples, and
swig interface files.
* Renamed all cxx/cpp header files which contain the string
'copyright intel' from .h -> .hpp (if not already hpp).
* Replaced all references to .h with .hpp in documentation,
source files, cmake collateral, example code, and swig interface
files.
* Replaced cmake variable module_h with module_hpp.
* Intentionally left upm.h since this file currently does not
contain code (documentation only).
Signed-off-by: Noel Eck <noel.eck@intel.com >
2016-04-28 14:00:54 -07:00
b4d2a2e1f2
grovegprs: updated new implementation to C++ types
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-09-15 17:33:22 -07:00
85c602d524
grovegprs: Initial implementation
...
This driver provides support for the Grove GPRS shield, V2:
http://www.seeedstudio.com/wiki/GPRS_Shield_V2.0
It provides a simple interface whereby a user can send and receive
commands and data from the device. It is controlled by a standardized
set of "AT" commands. A full description of these commands is
available here:
http://www.seeedstudio.com/wiki/images/7/72/AT_Commands_v1.11.pdf
Signed-off-by: Jon Trulson <jtrulson@ics.com >
2015-09-08 13:39:19 -07:00
fb86dc5cec
Revert "grovegprs: Initial implementation"
...
This reverts commit 98f400e326
.
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-09-03 16:10:27 -07:00
98f400e326
grovegprs: Initial implementation
...
This driver provides support for the Grove GPRS shield, V2:
http://www.seeedstudio.com/wiki/GPRS_Shield_V2.0
It provides a simple interface whereby a user can send and receive
commands and data from the device. It is controlled by a standardized
set of "AT" commands. A full description of these commands is
available here:
http://www.seeedstudio.com/wiki/images/7/72/AT_Commands_v1.11.pdf
Signed-off-by: Jon Trulson <jtrulson@ics.com >
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-09-03 13:36:54 -07:00