index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pyb
/
uart.py.exp
Age
Commit message (
Expand
)
Author
2019-12-20
tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.
Damien George
2019-12-13
tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.
Damien George
2019-05-14
tests/pyb: Update UART expected output now that default timeout is 0.
Damien George
2018-12-05
stm32/uart: Add rxbuf keyword arg to UART constructor and init method.
Damien George
2018-12-04
stm32/uart: Always show the flow setting when printing a UART object.
Damien George
2017-01-04
tests/pyb/uart: Update test to match recent change to UART timeout_char.
Damien George
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
2015-11-30
stmhal: uart.any() function now returns number of bytes available.
Ryan Shaw
2015-05-28
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
Damien George
2015-02-27
tests: Update pyb/uart.py test since baudrate of 1200 is too low.
Damien George
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
Damien George
2014-05-03
tests: Add a suite of tests specifically for the pyboard.
Damien George