zephyr/drivers/sensor/lis2mdl
Armando Visconti 599bda3745 driver/sensor: lis2mdl: (FIX) change 'uint32_t' type into 'u32_t'
In zephyr drivers should always use u32_t.
Using uint32_t here generates issues in the CI when NEWLIB_LIBC
is defined.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2019-03-11 22:06:37 -07:00
..
CMakeLists.txt
Kconfig sensor/lis2mdl: use kconfig named choice for TRIGGER_MODE 2019-01-24 09:38:08 -06:00
lis2mdl_trigger.c driver/sensor: lis2mdl: (FIX) change 'uint32_t' type into 'u32_t' 2019-03-11 22:06:37 -07:00
lis2mdl.c driver/sensor: lis2mdl: align driver to auto-generated dts macros 2019-01-28 10:01:19 -06:00
lis2mdl.h