aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usart.c
AgeCommit message (Expand)Author
2014-04-21stmhal: Rename USART to UART.Damien George
2014-04-21stmhal: Add some documentation to I2C, SPI and USART modules.Damien George
2014-04-21stmhal: Improve USART class, to be more like SPI and I2C.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-15stmhal: Wrap skin-named-usarts in PYBV10 #if.Damien George
2014-04-14stmhal: Improved usart module a bit.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.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