aboutsummaryrefslogtreecommitdiff
path: root/stmhal/printf.c
AgeCommit message (Collapse)Author
2014-03-17stmhal: Remove unnecessary include.Damien George
2014-03-16stmhal - Add usart supportDave Hylands
2014-03-15stmhal: Get USB CDC REPL working.Damien George
New USB HAL is quite a bit improved over previous one. Now has better callbacks and flow control. REPL over USB CDC now works as before, except for soft-reset (since USB driver uses malloc...).
2014-03-12REPl working on UART6 with STMHALDave Hylands