index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
printf.c
Commit message (
Expand
)
Author
Age
*
stmhal: Add STM32F7DISC and associated changes.
Dave Hylands
2015-07-30
*
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-16
*
minimal: Allow to compile without defining MICROPY_HAL_H.
Damien George
2015-02-13
*
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-13
*
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Damien George
2015-01-12
*
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
py: Fix some macros defines; cleanup some includes.
Damien George
2014-11-05
*
Allow real memory errors (from locked gc) to be reported with traceback.
Dave Hylands
2014-10-07
*
stmhal: Use mp_uint_t where appropriate.
Damien George
2014-10-05
*
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-20
*
stmhal: Change calls to pfenv_printf to pfenv_vprintf.
Damien George
2014-07-20
*
py: Make print() accept "file" argument, and actually print to stream.
Paul Sokolovsky
2014-07-19
*
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-28
*
stmhal: Fix file print methods to use print instead of printf.
Damien George
2014-06-15
*
stmhal: Update and improve LCD driver.
Damien George
2014-06-15
*
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-06-01
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
stmhal: Rename USART to UART.
Damien George
2014-04-21
*
py: Fix pfenv_print_strn to return correct number of chars printed.
Damien George
2014-04-17
*
Enhance str.format support
Dave Hylands
2014-04-01
*
stmhal: Remove unnecessary include.
Damien George
2014-03-17
*
stmhal - Add usart support
Dave Hylands
2014-03-16
*
stmhal: Get USB CDC REPL working.
Damien George
2014-03-15
*
REPl working on UART6 with STMHAL
Dave Hylands
2014-03-12