Commit message (Expand) | Author | Age | |
---|---|---|---|
* | lib/utils/printf: Add vsnprintf alias for Clang. | Paul Sokolovsky | 2015-12-12 |
* | lib/utils/printf: Apply workaround for static linking with uclibc. | Paul Sokolovsky | 2015-12-10 |
* | py: Change mp_print_strn_t func type to use size_t for the str length. | Damien George | 2015-11-29 |
* | lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR. | Paul Sokolovsky | 2015-11-23 |
* | lib/utils/printf: Fix issue with putchar define for some ports. | Paul Sokolovsky | 2015-11-22 |
* | lib/utils/printf: Add extra prototypes. | Paul Sokolovsky | 2015-11-22 |
* | unix: Use printf() implementation in terms of mp_printf(). | Paul Sokolovsky | 2015-11-22 |
* | py/emitglue: Host definition of mp_verbose_flag. | Paul Sokolovsky | 2015-11-21 |
* | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky | 2015-11-10 |