summaryrefslogtreecommitdiff
path: root/stmhal/printf.c
AgeCommit message (Expand)Author
2014-11-05py: Fix some macros defines; cleanup some includes.Damien George
2014-10-07Allow real memory errors (from locked gc) to be reported with traceback.Dave Hylands
2014-10-05stmhal: Use mp_uint_t where appropriate.Damien George
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-20stmhal: Change calls to pfenv_printf to pfenv_vprintf.Damien George
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-15stmhal: Fix file print methods to use print instead of printf.Damien George
2014-06-15stmhal: Update and improve LCD driver.Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-21stmhal: Rename USART to UART.Damien George
2014-04-17py: Fix pfenv_print_strn to return correct number of chars printed.Damien George
2014-04-01Enhance str.format supportDave Hylands
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
2014-03-12REPl working on UART6 with STMHALDave Hylands