zephyr/samples
Simon Frank ba7af2f780 include: sensor: sensor_value from double overflow
sensor_value_from_double had a early overflow when converting the
fractional part (val2).  This occured when input was more then
2147.493647 (inp >= INT32_MAX/1000000.0 + 0.01).

return value -ERANGE as this is what errno is set to by `strtod` and
similar posix functions.

fixes issue #39176

Signed-off-by: Simon Frank <simon.frank@lohmega.com>
2022-02-24 13:45:29 -08:00
..
application_development code_relocation: Extend the nocopy sample to nRF5340dk 2022-02-21 22:09:46 -05:00
arch kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
basic samples: blinky_pwm: decreased min PWM period for blinky sample 2022-02-10 14:33:08 -05:00
bluetooth Bluetooth: BAP: Unicast client sample accept EXT_ADV 2022-02-22 10:23:44 +01:00
boards pm: Rename pm_power_state_force 2022-02-23 07:33:46 -05:00
compression samples/compression/l4z: Increase min_ram 2022-01-28 10:07:00 +01:00
drivers samples: can: build with mcp2515 driver 2022-02-24 09:09:02 -08:00
hello_world tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
kernel kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
modules samples: modules: canopennode: filter tests based on dts 2022-02-24 07:12:54 -06:00
net samples: can: filter out tests if zephyr,canbus not enabled 2022-02-24 07:12:54 -06:00
philosophers kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
posix samples/posix: eventfd: Prevent run in twister when SRAM below 32K 2021-09-20 19:48:34 -04:00
sensor include: sensor: sensor_value from double overflow 2022-02-24 13:45:29 -08:00
shields drivers: sensor: Const sensor trigger data in trigger handler 2021-10-27 15:09:35 -04:00
subsys samples: can: filter out tests if zephyr,canbus not enabled 2022-02-24 07:12:54 -06:00
synchronization cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tfm_integration samples: rename user-tls.conf to user-tls-conf.h 2022-02-21 20:55:20 -05:00
userspace boards/intel_adsp_cavs25: Improve test coverage 2022-01-21 14:36:49 -05:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00