index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stm
/
printf.c
Age
Commit message (
Expand
)
Author
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-12
Merge pull request #157 from dhylands/printf-float
Damien George
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-12
Added a hacky implementation for %g
Dave Hylands
2014-01-11
Added memzip filesystem support for teensy
Dave Hylands
2014-01-09
Use memcpy instead of strncpy; add usart.status to stm.
Damien George
2014-01-09
Add USART Micro Python Bindings
mux
2013-11-03
Add vprintf, vsnprintf to STM code.
Damien
2013-10-26
Add USART support, connected to stdio for REPL.
Damien
2013-10-25
Add USB HID support. Runs as an alternative to VCP+MSC.
Damien
2013-10-22
stm: improved GC, and cooked output for VCP.
Damien
2013-10-21
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-19
Make pfenv's const so they go in .text section.
Damien
2013-10-17
Fix up linker script; improve startup code; printf to USB.
Damien
2013-10-13
Inital commit of stm32f4xx framework.
Damien