zephyr/samples
Aurelien Jarno a5c53ff3ae samples: mesh_badge: fix temperature format
The sensor API returns the temperature in celsisus degree. The Bluetooth
temperature characteristics uses M = 1, d = -2, b = 0, which corresponds
to a resolution of 0.01 degree. This means that the value returned by
sensor_value_to_double has to be multiplied by 100.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-12-09 11:51:46 -05:00
..
application_development boards: Update defconfigs after renaming to USB_NRFX 2019-11-13 10:33:38 -06:00
basic samples: remove CONFIG_SERIAL from blinky 2019-11-18 13:49:42 +01:00
bluetooth Bluetooth: Mesh: Clean up sample config 2019-12-09 17:13:41 +02:00
boards samples: mesh_badge: fix temperature format 2019-12-09 11:51:46 -05:00
cpp_synchronization cpp: Use malloc/free instead of kernel variants in new/delete 2019-11-26 12:41:54 -06:00
display coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
drivers samples: gpio: remove redundant application 2019-12-09 09:43:12 -06:00
gui boards: arm: mimxrt1064_evk: Fix display support 2019-11-15 10:06:56 +01:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net samples/net: civetweb: Remove SOC_SERIES_SAME70=y in prj.cnf 2019-11-27 15:18:31 -05:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers samples: philosophers: Introduce CONFIG_TEST_EXTRA_STACKSIZE 2019-11-15 08:07:28 -05:00
portability x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
posix samples: posix: gettimeofday: Demo gettimeofday() returning correct time 2019-10-28 13:04:35 +02:00
sensor doc: fix LPS22HB doc indentation 2019-11-20 17:47:20 -05:00
shields board/shields: x-nucleo-iks01a3: (FIX) use INT2 for LSM6DSO DRDY 2019-11-22 15:40:30 +01:00
smp coccinelle: update int literal to timeout 2019-11-08 19:30:42 -05:00
subsys samples: logger: Fix test on stack hungry platforms 2019-11-20 15:59:12 +01:00
synchronization tests: tracing: add tests for tracing features 2019-09-27 14:42:22 -04:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace doc: fix misspelling in userspace doc 2019-11-12 08:47:14 +01:00
video samples: video: Fix board reference name 2019-10-30 18:33:18 +01:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00