Signed-off by: Steffen Görtz
On 05.01.19 15:44, Stefan Hajnoczi wrote:
> From: Steffen Görtz
>
> Recent microbit firmwares panic if the TWI magnetometer/accelerometer
> devices are not detected during startup. We don't implement TWI (I2C)
> so let's stub out these devices just to let the firmw
On Tue, Jan 8, 2019 at 11:57 AM Peter Maydell wrote:
> On Sat, 5 Jan 2019 at 15:02, Stefan Hajnoczi wrote:
> >
> > From: Steffen Görtz
> >
> > Recent microbit firmwares panic if the TWI magnetometer/accelerometer
> > devices are not detected during startup. We don't implement TWI (I2C)
> > so l
On Sat, 5 Jan 2019 at 15:02, Stefan Hajnoczi wrote:
>
> From: Steffen Görtz
>
> Recent microbit firmwares panic if the TWI magnetometer/accelerometer
> devices are not detected during startup. We don't implement TWI (I2C)
> so let's stub out these devices just to let the firmware boot.
>
> Signe
From: Steffen Görtz
Recent microbit firmwares panic if the TWI magnetometer/accelerometer
devices are not detected during startup. We don't implement TWI (I2C)
so let's stub out these devices just to let the firmware boot.
Signed-off-by: Stefan Hajnoczi
Based-on: <20190103091119.9367-1-stefa..