aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usart.h
AgeCommit message (Collapse)Author
2014-04-21stmhal: Rename USART to UART.Damien George
It's really a UART because there is no external clock line (and hence no synchronous ability, at least in the implementation of this module). USART should be reserved for a module that has "S"ynchronous capabilities. Also, UART is shorter and easier to type :)
2014-04-14stmhal: Improved usart module a bit.Damien George
2014-03-25stmhal: Change Usart creation function to class make_new.Damien George
2014-03-16stmhal - Add usart supportDave Hylands
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands