micropython/tests/pyb
Damien George 481d714bd5 stmhal: Overhaul UART class to use read/write, and improve it.
UART object now uses a stream-like interface: read, readall, readline,
readinto, readchar, write, writechar.

Timeouts are configured when the UART object is initialised, using
timeout and timeout_char keyword args.

The object includes optional read buffering, using interrupts.  You can set
the buffer size dynamically using read_buf_len keyword arg.  A size of 0
disables buffering.
2014-10-21 22:15:20 +01:00
..
accel.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
accel.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
adc.py tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
adc.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
can.py tests: Add simple CAN test. 2014-10-02 17:32:02 +01:00
can.py.exp tests: Add simple CAN test. 2014-10-02 17:32:02 +01:00
dac.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
dac.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
extint.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
extint.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
i2c.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
i2c.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
irq.py tests: Add test for pyb.disable_irq and pyb.enable_irq. 2014-08-25 18:44:10 +01:00
irq.py.exp tests: Add test for pyb.disable_irq and pyb.enable_irq. 2014-08-25 18:44:10 +01:00
led.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
led.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
modtime.py stmhal, modtime: Small changes, reduced code size by around 80 bytes. 2014-08-24 17:40:24 +01:00
modtime.py.exp stmhal, modtime: Small changes, reduced code size by around 80 bytes. 2014-08-24 17:40:24 +01:00
pin.py tests, pyb: Update pin test. 2014-08-08 22:38:58 +01:00
pin.py.exp tests, pyb: Update pin test. 2014-08-08 22:38:58 +01:00
pyb1.py tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
pyb1.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
rtc.py tests: Wait for just over 1 sec when testing RTC. 2014-08-16 13:39:14 +01:00
rtc.py.exp stmhal: Fix setting of RTC: was BCD now BIN encoded. 2014-05-10 11:56:58 +01:00
servo.py tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
servo.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
spi.py tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
spi.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
switch.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
switch.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
timer.py tests, pyb: Add 'import pyb' when needed. 2014-05-04 12:40:51 +01:00
timer.py.exp tests: Add a suite of tests specifically for the pyboard. 2014-05-03 16:43:27 +01:00
uart.py stmhal: Overhaul UART class to use read/write, and improve it. 2014-10-21 22:15:20 +01:00
uart.py.exp stmhal: Overhaul UART class to use read/write, and improve it. 2014-10-21 22:15:20 +01:00