zephyr/drivers/sensor/hts221
Armando Visconti 77c0456d00 sensors: hts221: Fix a crash due to bad device init
The hts221 requires 2.2 ms at boot time to download
the flash content into the volatile mem and the
calibration values cannot be read before that.

This issue is causing following crash:

  ***** USAGE FAULT *****
    Executing thread ID (thread): 0x20000234
    Faulting instruction address:  0x80037de
    Division by zero
  Fatal fault in essential thread! Spinning...

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2018-05-09 15:15:50 -05:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig sensor: hts221: Cleanup Kconfig for driver & bus name 2018-01-29 09:47:14 -06:00
hts221.c sensors: hts221: Fix a crash due to bad device init 2018-05-09 15:15:50 -05:00
hts221.h drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
hts221_trigger.c drivers: sensor: use k_thread_create() 2017-05-11 20:24:22 -04:00