ARM Cortex-M Microcontroller startup files

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sat May 2 02:09:43 PDT 2015


On Saturday, 2 May 2015 at 08:46:56 UTC, Timo Sintonen wrote:
> Std.format, as suggested, would be too big. I tis easty to copy 
> the printf formatter from libc sources. Or just write an own.

No need to rewrite libc, just link against it and use whatever is 
needed.

> It is a matter of taste if it is a c like printf function or a 
> formatter class. Or both if we like. Only the used ones are 
> picked from the library.

You could implement more high level application code like a 
formatting library as dub package.


More information about the Digitalmars-d mailing list