japaric / f3

Board Support Crate for the STM32F3DISCOVERY
Apache License 2.0
95 stars 38 forks source link

split memory map into its own crate #53

Closed japaric closed 7 years ago

japaric commented 7 years ago

That should improve recompilation times of this crate (both as a lib and its examples).

And if we get some easy way to build dependencies in release mode while the top crate is still compiled in debug mode, that should improve a lot run time of examples compiled in debug mode.