]> sigrok.org Git - libsigrokdecode.git/history - decoders/uart.py
srd: UART: Define an output format and document it.
[libsigrokdecode.git] / decoders / uart.py
2012-01-07 Uwe Hermannsrd: UART: Define an output format and document it.
2012-01-07 Uwe Hermannsrd: UART: Add more aliases, report invalid bits.
2012-01-07 Uwe Hermannsrd: UART: Update to new PD annotation API.
2012-01-07 Uwe Hermannsrd: UART: Drop 'quick_hack' stuff.
2012-01-05 Uwe Hermannsrd: Convert UART decoder to new API.
2012-01-03 Uwe Hermannsrd: Remove decode() docstrings.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make the UART decoder work again.
2011-12-10 Uwe Hermannsrd: UART: Simplify a code snippet.
2011-12-10 Uwe Hermannsrd: UART: Add some protocol documentation.
2011-12-07 Uwe Hermannsrd: Add initial UART decoder.