summaryrefslogtreecommitdiffstatshomepage
path: root/stm/printf.c
Commit message (Collapse)AuthorAge
* stm: Remove long-obsolete stm/ port.Damien George2014-05-21
|
* Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George2014-03-10
| | | | | MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
* Add proper floating point printing support.Dave Hylands2014-03-10
|
* stm: Wrap some functions in MICROPY_ENABLE_FLOAT.Damien George2014-03-08
|
* Fix floating point printing of negative numbers in the range (0, -1.0)Dave Hylands2014-02-25
|
* Make DEBUG_printf() a proper function, implementation is port-dependent.Paul Sokolovsky2014-02-16
| | | | | In particular, unix outputs to stderr, to allow to run testsuite against micropython built with debug output (by redirecting stderr to /dev/null).
* stm: Remove unneccesary include of mpconfigport (already in mpconfig).Damien George2014-01-27
|
* Add LCD check to stdout_print_strnmux2014-01-27
|
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
| | | | | Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
* Cleanup built-ins, and fix some compiler warnings/errors.Damien George2014-01-13
|
* Merge pull request #157 from dhylands/printf-floatDamien George2014-01-12
|\ | | | | Added a hacky implementation for %g
| * Added a hacky implementation for %gDave Hylands2014-01-12
| |
* | stm: Re-instate C debugging USART port (disabled by default).Damien George2014-01-13
|/ | | | | | See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
* Added memzip filesystem support for teensyDave Hylands2014-01-11
| | | | | | | | | | | | | | You can now append a zipfile (containining uncomressed python sources) to the micropython.hex file. Use MEMZIP_DIR=directory when you call make, or set that in your environment to include a different tree of source files. Added sample /boot.py, /src/main.py, /test.py and /src/test.py files. Added run command so that you can execute scripts from REPL (until import is implemented). Added build directory to .gitignore
* Use memcpy instead of strncpy; add usart.status to stm.Damien George2014-01-09
|
* Add USART Micro Python Bindingsmux2014-01-09
| | | | | * Add Micro Python bindings to usart.c * Export USART python object to namespace pyb
* Add vprintf, vsnprintf to STM code.Damien2013-11-03
|
* Add USART support, connected to stdio for REPL.Damien2013-10-26
|
* Add USB HID support. Runs as an alternative to VCP+MSC.Damien2013-10-25
|
* stm: improved GC, and cooked output for VCP.Damien2013-10-22
|
* Make stm use garbage collector.Damien2013-10-21
|
* Implement crude but working REPL for board.Damien2013-10-21
|
* Try to get REPL working, but bug with CDC VCP...Damien2013-10-21
|
* Make pfenv's const so they go in .text section.Damien2013-10-19
|
* Fix up linker script; improve startup code; printf to USB.Damien2013-10-17
|
* Inital commit of stm32f4xx framework.Damien2013-10-13