aboutsummaryrefslogtreecommitdiff
path: root/stm/usart.c
AgeCommit message (Expand)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-03-30Merge map.h into obj.h.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-08stm: Put pyb module in ROM.Damien George
2014-02-17Fix usart_obj_tx_charmux
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-08Make mp_obj_str_get_data return char* instead of byte*.Damien George
2014-01-25stm: Improved ADC module; add BOARD_NAME config value.Damien George
2014-01-22stm: Fix USART3 init. Small edits to Makefile and other things.Damien George
2014-01-22Second stage of qstr revamp: uPy str object can be qstr or not.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-15stm: Fix print methods with new kind argument.Damien George
2014-01-13stm: Re-instate C debugging USART port (disabled by default).Damien George
2014-01-10Fix usart_obj_tx_strmux
2014-01-09Use memcpy instead of strncpy; add usart.status to stm.Damien George
2014-01-09Add USART Micro Python Bindingsmux
2013-10-26Add USART support, connected to stdio for REPL.Damien