Startup files for STM32F4xx

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 25 04:38:45 PDT 2015


On Saturday, 25 April 2015 at 05:07:04 UTC, Jens Bauer wrote:
> I hope to find a good way to use import for microcontroller 
> libraries, so it'll be easy for everyone. I'm thinking about 
> something like ...
>
> import mcu.stm32f439.all

I think that belongs in the makefile/dub.json as 
-version=STM32F439.
Then you could simply import mcu.gpio or mcu.spi.


More information about the Digitalmars-d-learn mailing list