Giter Club home page Giter Club logo

xprintfc's Introduction

xprintfc

Most completed and little printf like subsystem for embedded system.

Example of code size now 2 architecture with all features enabled, compiled with -O3 :

Embedded 32 bit ARM : 2268 bytes
Linux X64 : 3690 bytes
  • Tested on microprocessor from 8 to 64 bit
  • Optional support for floating point number
  • Optional support for long long number
  • Support for binary number (%b)
  • Support for boolean value (%B)
  • Support for pointer in hex format (%p/%P)
  • Support for size_t C99 argument size
  • No library function required
  • Parametric function to emit single char
  • Configurable using config.h and -DHAVE_CONFIG_H
  • 10% fastest than libc functions.
  • And much more

Configurable options

The option can be set directly on the compiler command line for example : gcc -DXCFG_FORMAT_LONGLONG=0 -c xformatc.c compile the function without floating point support or inserted in the file config.h and define the symbol HAVE_CONFIG_H on compilation time.

XCFG_FORMAT_LONGLONG Set to 0 to exclude support for long long.

XCFG_FORMAT_STATIC Set to static to reduce stack usage only for mono thread application.

XCFG_FORMAT_FLOAT Set to 0 to exclude support for floating point.

XCFG_FORMAT_FLOAT_PREC Set to 1 to make calculation using float instead of double.

xprintfc's People

Contributors

marioviara avatar marcoe87 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.