Go to file
Bogdan Davidoaia 30162aedf1 sensor: remove sensor value type
Remove the type field from the sensor value structure. All values will
have the type previously defined by SENSOR_VALUE_TYPE_INT_PLUS_MICRO.

This simplifies the interface, as apps will know what value type to
expect. Apps that prefer to use double values can optain them using the
sensor_value_to_double function.

Change-Id: I3588d74258030eb16c3f89d8eead13cca4606b18
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
2017-01-15 01:09:33 +00:00
.known-issues
arch riscv32: added support for the riscv32-qemu soc 2017-01-13 19:57:51 +00:00
boards boards: added support for the zedboard_pulpino board 2017-01-13 19:58:27 +00:00
doc sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
drivers sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
ext
include sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
kernel kernel: add user data API to timers 2017-01-14 13:06:00 +00:00
lib
misc
samples sensor: remove sensor value type 2017-01-15 01:09:33 +00:00
scripts sanitycheck: riscv: add vector to recognised sections 2017-01-13 20:00:16 +00:00
subsys
tests tests: add test for k_timer_user_data_set/get() 2017-01-14 13:06:01 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
index.rst
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile
Makefile.inc
Makefile.test
zephyr-env.sh