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
/
stm
/
printf.c
Commit message (
Expand
)
Author
Age
*
stm: Remove long-obsolete stm/ port.
Damien George
2014-05-21
*
Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
Damien George
2014-03-10
*
Add proper floating point printing support.
Dave Hylands
2014-03-10
*
stm: Wrap some functions in MICROPY_ENABLE_FLOAT.
Damien George
2014-03-08
*
Fix floating point printing of negative numbers in the range (0, -1.0)
Dave Hylands
2014-02-25
*
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-16
*
stm: Remove unneccesary include of mpconfigport (already in mpconfig).
Damien George
2014-01-27
*
Add LCD check to stdout_print_strn
mux
2014-01-27
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
*
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
*
Merge pull request #157 from dhylands/printf-float
Damien George
2014-01-12
|
\
|
*
Added a hacky implementation for %g
Dave Hylands
2014-01-12
*
|
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-13
|
/
*
Added memzip filesystem support for teensy
Dave Hylands
2014-01-11
*
Use memcpy instead of strncpy; add usart.status to stm.
Damien George
2014-01-09
*
Add USART Micro Python Bindings
mux
2014-01-09
*
Add vprintf, vsnprintf to STM code.
Damien
2013-11-03
*
Add USART support, connected to stdio for REPL.
Damien
2013-10-26
*
Add USB HID support. Runs as an alternative to VCP+MSC.
Damien
2013-10-25
*
stm: improved GC, and cooked output for VCP.
Damien
2013-10-22
*
Make stm use garbage collector.
Damien
2013-10-21
*
Implement crude but working REPL for board.
Damien
2013-10-21
*
Try to get REPL working, but bug with CDC VCP...
Damien
2013-10-21
*
Make pfenv's const so they go in .text section.
Damien
2013-10-19
*
Fix up linker script; improve startup code; printf to USB.
Damien
2013-10-17
*
Inital commit of stm32f4xx framework.
Damien
2013-10-13