Noel Eck
|
edd8df4c50
|
encodings: Added check for non-8bit encodings in src tree.
This commit sanitizes source files for unicode encodings which
cause failures in downstream flows (docgen, python2 module loading,
etc...).
* Removed explicit encodings from src files
* Replaced 2 byte character encodings with ascii encodies:
± -> +/-
° -> deg
“ -> "
etc...
* Added ctest to check src tree files for non-8bit encodings
Signed-off-by: Noel Eck <noel.eck@intel.com>
|
2016-10-05 14:39:30 -07:00 |
|
Noel Eck
|
a57f1c9691
|
memory: Small changes to fix some memory leaks.
Four small leaks in *scam, sx1276, and ozw. Added calls to
cleanup resources before throws.
Signed-off-by: Noel Eck <noel.eck@intel.com>
|
2016-09-21 12:25:02 -07:00 |
|
Sisinty Sasmita Patra
|
5d4fc3cbf5
|
Added alt tags and missing images to grove sensors
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
|
2016-09-16 12:43:34 -07:00 |
|
Sisinty Sasmita Patra
|
4d39f1ee84
|
SCAM: Renamed interface files from grovescam to scam
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
|
2016-09-14 14:09:22 -07:00 |
|
Sisinty Sasmita Patra
|
b1918f61de
|
SCAM: Added Serial camera without grove dependency
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
|
2016-09-14 14:09:22 -07:00 |
|