Startup files for STM32F4xx

Timo Sintonen via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 25 22:02:30 PDT 2015


On Sunday, 26 April 2015 at 00:52:56 UTC, Mike wrote:
> On Saturday, 25 April 2015 at 16:32:50 UTC, Timo Sintonen wrote:

> I think there's a few gems that can be cherry-picked out of 
> Phobos, especially for metaprogramming:
>
> std.traits
> std.typecons
> std.typetuple
>
> There are also a couple things in these libraries that might be 
> useful for programming in general:
>
> std.conv
> std.string
> std.array
>
> Mike

Yes. This has been in my plans but I have not hurried because:

-Import mess. Phobos files import several other files. Some of 
them cannot be used. Work is going on to remove unnecessary 
imports and use scoped imports. It is important that imports for 
unittests are only in unittest blocks.

-All functions have to be nogc. Active work is going on also in 
this area.

The files should just be tried one by one to see if they can be 
compiled.


More information about the Digitalmars-d-learn mailing list