index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pyb
/
uart.py
Age
Commit message (
Expand
)
Author
2024-01-22
tests: Move port-specific test directories into tests/ports/ directory.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
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
2018-12-05
stm32/uart: Add rxbuf keyword arg to UART constructor and init method.
Damien George
2015-11-30
stmhal: Make uart.write() function correctly for timeout=0.
Damien George
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
2015-02-13
stmhal: Add uart.sendbreak() method, to send a break condition.
Damien George
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
v1.3.4
Damien George
2014-05-03
tests: Add a suite of tests specifically for the pyboard.
Damien George