aboutsummaryrefslogtreecommitdiff
path: root/stm/usart.h
AgeCommit message (Collapse)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-03-08stm: Put pyb module in ROM.Damien George
2014-02-23stm: Add USART enum for pyboard skin labels.Damien George
2014-01-13stm: Re-instate C debugging USART port (disabled by default).Damien George
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
2014-01-09Add USART Micro Python Bindingsmux
* Add Micro Python bindings to usart.c * Export USART python object to namespace pyb
2013-10-26Add USART support, connected to stdio for REPL.Damien