Skip to content

msplr/kprintf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kprintf

This is a minimalist formatted print function for debugging purpose in an embedded system with limited memory and processing power.

  • Reentrant: only local buffers, no global state.
  • Requires no malloc().
  • Supported format specifiers: %d, %i, %u, %x, %p, %c, %s

Limitations

  • Only for 32bit systems.
  • No formatting options for padding, length or precision.
  • No 64bit integer, no float, no double.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 58.1%
  • C++ 41.9%