aboutsummaryrefslogtreecommitdiff
path: root/src/usart.c
Commit message (Collapse)AuthorAge
* Replace usart initialization parameters with configurationKarel Kočí2015-10-11
| | | | | Baudrate and other configurations are now defined in compile time by preprocessor flags. This simplifies output code.
* Add USART FILE interfaceKarel Kočí2015-10-11
| | | | ! NOT TESTED !
* Format usart.cKarel Kočí2015-10-11
|
* Add implementation of USART and more ground changesKarel Kočí2015-10-08