micropython/tests/pyb
Damien George a12d046c42 tests/pyb: Make i2c and pyb1 pyboard tests run again.
For i2c.py: the accelerometer now uses the new I2C driver so need to
explicitly init the legacy i2c object to get the test working.

For pyb1.py: the legacy pyb.hid() call will crash if the USB_HID object is
not initialised.
2018-06-08 13:00:27 +10:00
..
accel.py
accel.py.exp
adc.py
adc.py.exp
adcall.py
adcall.py.exp
can.py
can.py.exp
dac.py
dac.py.exp
extint.py
extint.py.exp
halerror.py
halerror.py.exp
i2c.py
i2c.py.exp
i2c_error.py
i2c_error.py.exp
irq.py
irq.py.exp
led.py
led.py.exp
modstm.py
modstm.py.exp
modtime.py
modtime.py.exp
pin.py
pin.py.exp
pyb1.py
pyb1.py.exp
pyb_f405.py tests: Convert remaining "sys.exit()" to "raise SystemExit". 2017-06-10 20:34:38 +03:00
pyb_f405.py.exp
pyb_f411.py
pyb_f411.py.exp
rtc.py
rtc.py.exp
servo.py
servo.py.exp
spi.py
spi.py.exp
switch.py
switch.py.exp
timer.py
timer.py.exp
timer_callback.py
timer_callback.py.exp
uart.py
uart.py.exp