micropython/tests/pyb
Damien George d3bb3e38df tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
A few tests still fail on PYBLITE, and that's due to differences in the
available peripheral block numbers on the different MCUs (eg I2C(2)
exists on one, but it's I2C(3) on the other).
2017-02-06 13:50:34 +11:00
..
accel.py
accel.py.exp
adc.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
adc.py.exp
can.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
can.py.exp
dac.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
dac.py.exp
extint.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
extint.py.exp tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
halerror.py
halerror.py.exp stmhal: Convert to use internal errno symbols; enable uerrno module. 2016-05-10 23:30:39 +01:00
i2c.py
i2c.py.exp
i2c_error.py stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. 2016-11-11 17:36:19 +11:00
i2c_error.py.exp
irq.py
irq.py.exp
led.py
led.py.exp
modstm.py tests/pyb: Add simple test for stm module on pyboard. 2016-02-10 17:06:07 +00:00
modstm.py.exp tests/pyb: Add simple test for stm module on pyboard. 2016-02-10 17:06:07 +00:00
modtime.py
modtime.py.exp
pin.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pin.py.exp tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb1.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb1.py.exp tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb_f405.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb_f405.py.exp tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb_f411.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
pyb_f411.py.exp tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
rtc.py tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 2017-02-06 13:50:34 +11:00
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 tests/pyb/uart: Update test to match recent change to UART timeout_char. 2017-01-04 17:53:41 +11:00