You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing #15044 on iotlab-m3, I noticed that for some I2C drivers the initialization is failing in examples/default application: l3d4200d, lps331ap, lsm303dlhc.
Description
While testing #15044 on iotlab-m3, I noticed that for some I2C drivers the initialization is failing in
examples/default
application: l3d4200d, lps331ap, lsm303dlhc.When run separately with their corresponding test applications (
tests/lps331ap
,tests/l3g4200d
andtests/lsm303dlhc
), only lsm303dlhc has issues.Bisecting points to ac9afbe from #12910
This problem is present in 2020.07 and in master.
Steps to reproduce the issue
Build and flash
examples/default
on an iotlab-m3Expected results
All I2C sensors are initialized with success
Actual results
Some I2C sensors are not initialized with success: lps331ap, l3g4200d and lsm303dlhc
Versions
The text was updated successfully, but these errors were encountered: