Jon Trulson
5eb8af6d70
upm.i: treat upm_result_t like an int in SWIG
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-20 12:17:09 -07:00
Mihai Tudor Panu
78953b110f
npm: small improvement in logic for handling C sources
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-12-15 16:44:36 -08:00
Mihai Tudor Panu
53124e9704
npm: rename c sources to avoid node-gyp makefile target collision
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-12-13 17:14:21 -08:00
Mihai Tudor Panu
dfc7a710d4
firmata: extended data types on pins to allow subplatform usage
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-12-08 15:10:36 -08:00
Mihai Tudor Panu
130cb822e4
rf22: Initial implementation for RFM22B radios, C++ only & bindings
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-12-07 14:38:56 -08:00
Jon Trulson
c6ad8cb5ee
utilities: use a better method for detecting zephyr kernel version
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-05 15:04:34 -07:00
Jon Trulson
024b43dfa3
utilities: fix new Zephyr k_timer based implementation
...
- Fixed the Zephyr kernel version checks to check for 0.1.6 rather
than 1.6.0.
- fixed the k_timer implementation to actually work. None of these
were being called correctly.
- due to the fact that the k_timer API only has a 1ms resolution,
re-implement upm_delay_us() (on 0.1.6 version of zephyr) as a busy
loop using a upm_clock_t.
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-05 13:41:19 -07:00
Jon Trulson
6667646d32
mb704x: Initial implementation; C; FTI; C++ wraps C
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-02 16:44:43 -07:00
Jon Trulson
e1e9067744
groups.md: Add MaxBotix manufacturer
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-02 16:44:43 -07:00
Jon Trulson
c4656bf8ba
utilities: add Zephyr 1.6 k_timer support (pulled from zupm)
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-12-02 16:44:43 -07:00
Noel Eck
232089f400
cmake: Check for JAVA in top-level CMakeLists.txt
...
Moved require for Java/JNI/mraajava to top-level CMakeLists.txt
which will fail early if these are NOT found (vs failing in
the src-level CMakeLists.txt
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-29 15:14:32 -08:00
Noel Eck
929244b27a
ims: Fixed IMS java example
...
* Fixed a compile issue for the JAVA example
* Added C header to swig java/js interface files
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-29 09:56:57 -08:00
Noel Eck
9a4f0cae0c
ims: Added FTI and java example
...
* Added compiling FTI for IMS
* Updated JAVA example, added to CMakeLists.txt
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-29 08:51:45 -08:00
Jon Trulson
402de082d3
ecezo: make sure to mraa_init() in ecezo_uart_init()
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-28 18:23:18 -07:00
Jon Trulson
ad275e1d41
ecezo: initial implementation; C, C++; FTI + examples
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-28 17:45:23 -07:00
Noel Eck
971cb4ab51
ims: Initial turnin of I2C Moisture Sensor
...
* Added C library
* Added CXX library
* Added C/CXX/java/js/python examples
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-21 14:57:15 -08:00
Jon Trulson
11e14a891f
ms5803: remove utf8 delta-sigma characters from comment block
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-16 10:57:21 -07:00
Jon Trulson
803f9a9838
ms5803: initial implementation; C, C++; FTI + examples
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-14 17:26:42 -07:00
Jon Trulson
7bc9ef0150
cmake: disable some other warnings seen with edison gcc 4.9.1
...
Also, fix possible uninitialized access in ds1808lc C++ example.
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-11 10:44:43 -07:00
Noel Eck
72e8629d72
cmake: Make sure utilities directory gets added to cmake
...
If directories are specified with -DMODULE_LIST=blah, it's
possible to skip adding the utilities directory which is needed
by *most* sensor library targets in UPM. Added a check for this
when using -DMODULE_LIST.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-08 21:58:05 -08:00
Noel Eck
cdc33ceb9f
bitbake: Fix for pthreads C test w/yocto
...
Fixed a problem where the C/CXX compile flags were getting
overwritten. Fixed warnings in a few sensor drivers.
This commit fixes #485
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-08 16:28:54 -08:00
Jon Trulson
54771e63c1
my9221: C implementation; C example; C++ wraps C
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-08 17:13:22 -07:00
Abhishek Malik
fde727b601
Button: Adding C sources and C examples
...
This commit adds C sources and examples for the button sensor.
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2016-11-08 13:38:52 -08:00
Jon Trulson
1630ebfca4
otp538u: C implementation; FTI; C++ wraps C
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-07 13:53:43 -07:00
Jon Trulson
3eb3a0b825
guvas12d: C implementation; FTI; C++ wraps C
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-04 12:52:33 -06:00
Noel Eck
9be920dbcd
cxx_warnings: Misc changes to enable Werror
...
* CMake option to enable -Werror as default
* Change to make sure all cxx examples have correct target name
* Added PUBLIC CXX compiler flags to ads1x15 and ozw targets to
work around compiler warnings
* Renamed cmake variable for compiler warnings
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-03 16:45:32 -07:00
Noel Eck
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
Jon Trulson
c900743f8d
upm.i: turn off swig warnings relating to nested structs
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 13:54:46 -06:00
Jon Trulson
630d12d963
mic: fix sign comparison warnings
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 13:23:44 -06:00
Jon Trulson
8da9f28157
gas: fix sign comparison warnings
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 13:23:44 -06:00
Jon Trulson
aab0c5afe2
lcm1602, st7735: Fix up some Worder warnings
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 12:51:07 -06:00
Jon Trulson
0589f445f0
Wreorder: fix a variety of re-ordering warnings
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 12:19:21 -06:00
Jon Trulson
d33e7e532e
bacnetmstp: fix -Wreturn-type
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-03 12:14:26 -06:00
Noel Eck
c63692b5fd
Wreorder: Fixed a subset of reorder errors
...
This commit addresses warnings emitted from -Wreorder
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-03 10:19:59 -07:00
Noel Eck
2f31aede0e
Wno-unknown-pragmas: Fixed all unknown pragmas
...
This commit addresses all warnings emitted from -Wno-unknown-pragmas
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 22:57:38 -07:00
Noel Eck
33471436bf
Wunused-but-set-variable: Fixed all unused but set variables
...
This commit addresses all warnings emitted from
-Wunused-but-set-variable in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 22:45:52 -07:00
Noel Eck
ee27485218
Wnon-virtual-dtor: Fixed all virtual functions w/o virtual destructor
...
This commit addresses all warnings emitted from -Wnon-virtual-dtor
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 22:35:53 -07:00
Noel Eck
6bc22dcee2
Wunused-variable: Fixed all unused variables in src
...
Additional unused variables.
This commit addresses all warnings emitted from -Wunused-variable
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 22:29:59 -07:00
Noel Eck
ae9b8fb13e
Wsign-compare: Fixed all sign compare warnings in src
...
This commit addresses all warnings emitted from -Wunused-function
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 22:27:17 -07:00
Noel Eck
1dd5cbb445
Wunused-function: Fixed all unused functions in src
...
This commit addresses all warnings emitted from -Wunused-function
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 21:55:19 -07:00
Noel Eck
a3a1fdc81b
Wunused-variable: Fixed all unused variables in src
...
This commit addresses all warnings emitted from -Wunused-variable
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-11-02 21:44:27 -07:00
Jon Trulson
1f954a8cbf
ppd42ns: C implementation; C++ wraps C
...
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-02 17:51:05 -06:00
Jon Trulson
8f6442e9c7
utilities: add new platform checks, implement new clock functions
...
The new clock functions provide a mechanism for measuring durations in
the ms (millisecond) or us (microsecond) range, in a platform
independant manner.
Signed-off-by: Jon Trulson <jtrulson@ics.com>
2016-11-02 17:51:05 -06:00
Mihai Tudor Panu
8f7ff29b1f
smartdrive: extended writeArray() function to use proper array length
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
4e48481a07
gfx: add BSD license on every instance of GFX and give credit to original source
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
246115fcf5
groveloudness: removed unused, left over source file
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
e092aab5ed
grove: deprecated rest of grove libraries throughout documentation
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
ddc9e067d2
grove: updated API changes and deprecated old Grove classes
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
2b05efa4ba
npm: label package versions with src suffix to allow binary distribution if needed
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00
Mihai Tudor Panu
e3c5042a5a
npm: added more potential sources to packages and other improvements
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-10-31 10:13:08 -07:00