Startup files for STM32F4xx

Brad Roberts via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 25 22:24:48 PDT 2015


On 4/25/2015 10:02 PM, Timo Sintonen via Digitalmars-d-learn wrote:
> -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.

It's important to note that most of the work occurring on these fronts 
is use-case driven.  Not much is happening for the sake of completeness 
(except to some degree by Walter).  So, your needs where they don't 
overlap with someone else's needs, might well take a long time to get 
done unless you do some of the driving.

Even tackling the improvement of one or two api's helps drive towards 
completion.


More information about the Digitalmars-d-learn mailing list